Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upgrade puppeteer and fix race condition #16

Merged
merged 1 commit into from Nov 18, 2022
Merged

upgrade puppeteer and fix race condition #16

merged 1 commit into from Nov 18, 2022

Conversation

mifi
Copy link
Owner

@mifi mifi commented Nov 18, 2022

  • breaking: api change
  • useMemo is not safe
  • simplify: don't need to use hook at all (remove useAsyncRenderer)
  • add waitFor component names for easier debug

- breaking: api change
- useMemo is not safe
- simplify: don't need to use hook at all (remove useAsyncRenderer)
- add waitFor component names for easier debug
@socket-security
Copy link

Socket Security Pull Request Report

Dependency issues detected. If you merge this pull request, you will not be alerted to the instances of these issues again.

📜 Install scripts

Install scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.

Packages should not be running non-essential scripts during install and there are often solutions to problems people solve with install scripts that can be run at publish time instead.

Package Script field Source
puppeteer@19.2.2 (upgraded) postinstall packages/builder/package.json
Pull request report summary
Issue Status
Install scripts ⚠️ 1 issue
Native code ✅ 0 issues
Bin script confusion ✅ 0 issues
Bin script shell injection ✅ 0 issues
Unresolved require ✅ 0 issues
Invalid package.json ✅ 0 issues
HTTP dependency ✅ 0 issues
Git dependency ✅ 0 issues
Potential typo squat ✅ 0 issues
Known Malware ✅ 0 issues
Telemetry ✅ 0 issues
Protestware/Troll package ✅ 0 issues
Bot Commands

To ignore an alert, reply with a comment starting with @SocketSecurity ignore followed by a space separated list of package-name@version specifiers. e.g. @SocketSecurity ignore foo@1.0.0 bar@2.4.2

  • @SocketSecurity ignore puppeteer@19.2.2

Powered by socket.dev

@mifi mifi merged commit 4cfdb5c into main Nov 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant