Socket
Socket
Sign inDemoInstall

puppeteer-interceptor

Package Overview
Dependencies
4
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.0 to 0.1.1

dist/src/index.d.ts

39

package.json
{
"name": "puppeteer-interceptor",
"version": "0.1.0",
"version": "0.1.1",
"description": "Makes intercepting and modifying traffic from Puppeteer easier",
"main": "src/index.js",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"scripts": {
"test": "mocha test/**/*.test.js"
"build": "tsc",
"compile": "npm run clean && tsc --declaration",
"clean": "rm -rf dist",
"prepublishOnly": "npm run compile",
"format": "prettier --write 'src/**/*.ts' 'test/**/*.ts'",
"watch": "tsc -w",
"test": "mocha"
},

@@ -14,3 +21,11 @@ "keywords": [

],
"author": "@jsoverson",
"author": {
"name": "Jarrod Overson",
"email": "jsoverson@gmail.com",
"url": "https://jarrodoverson.com"
},
"files": [
"README.md",
"dist/**/*"
],
"license": "ISC",

@@ -20,11 +35,19 @@ "dependencies": {

"btoa": "^1.2.1",
"debug": "^4.1.1",
"np": "^6.2.0"
"debug": "^4.1.1"
},
"devDependencies": {
"@types/atob": "^2.1.2",
"@types/btoa": "^1.2.3",
"@types/mocha": "^7.0.2",
"@types/node": "^13.13.2",
"@types/serve-handler": "^6.1.0",
"devtools-protocol": "0.0.761827",
"mocha": "^7.1.1",
"puppeteer": "^2.1.1",
"prettier": "^2.0.5",
"puppeteer": "^3.3.0",
"serve": "^11.3.0",
"serve-handler": "^6.1.2"
"serve-handler": "^6.1.2",
"ts-node": "^8.9.0",
"typescript": "^3.8.3"
}
}
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc