Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@recordreplay/puppeteer-config

Package Overview
Dependencies
Maintainers
7
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@recordreplay/puppeteer-config - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

README.md

5

package.json
{
"name": "@recordreplay/puppeteer-config",
"version": "0.1.1",
"version": "0.1.2",
"description": "Configuration utilities for using the Replay browsers with puppeteer",
"main": "index.js",
"scripts": {
"prepublishOnly": "node -e 'require(\"fs\").existsSync(\"./index.js\") || (console.error(\"\\x1b[31mError:\\x1b[37m Wrong Directory. Publish from the dist/ directory instead\\n\"),process.exit(1))'",
"install": "node -e 'process.exit(require(\"fs\").existsSync(\"./install.js\") ? 1 : 0)' || node ./install.js",
"build": "tsc && cp package.json dist/",
"build": "rm -rf dist/ && tsc && cp package.json README.md dist/",
"test": "echo \"Error: no test specified\" && exit 1"

@@ -10,0 +11,0 @@ },

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