New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@replayio/puppeteer

Package Overview
Dependencies
Maintainers
9
Versions
134
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@replayio/puppeteer - npm Package Compare versions

Comparing version 0.1.26 to 0.1.27

8

package.json
{
"name": "@replayio/puppeteer",
"version": "0.1.26",
"version": "0.1.27",
"description": "Configuration utilities for using the Replay browsers with puppeteer",
"main": "src/index.js",
"scripts": {
"if:exists": "node -e 'require(\"fs\").existsSync(process.argv[1]) ? require(\"child_process\").spawnSync(process.argv[2], process.argv.slice(3), {stdio: \"inherit\"}) : 0'",
"if:exists": "node -e \"require('fs').existsSync(process.argv[1]) ? require('child_process').spawnSync(process.argv[2], process.argv.slice(3), {shell: true, stdio: 'inherit'}) : 0\"",
"if:source": "npm run if:exists -- src/index.ts",

@@ -36,5 +36,5 @@ "if:dist": "npm run if:exists -- src/index.js",

"dependencies": {
"@replayio/replay": "^0.10.3"
"@replayio/replay": "^0.10.4"
},
"gitHead": "4cff287bc9f9a49695e5057bc7fd90a1dc7195f4"
"gitHead": "e5d1208c1691f442ef4aeba6a238ec0b76a03a9b"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc