Socket
Socket
Sign inDemoInstall

@pollyjs/adapter-node-http

Package Overview
Dependencies
49
Maintainers
2
Versions
35
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0 to 2.1.0

dist/cjs/pollyjs-adapter-node-http.js.map

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

# [2.1.0](https://github.com/netflix/pollyjs/tree/master/packages/@pollyjs/adapter-node-http/compare/v2.0.0...v2.1.0) (2019-02-04)
**Note:** Version bump only for package @pollyjs/adapter-node-http
# [2.0.0](https://github.com/netflix/pollyjs/tree/master/packages/@pollyjs/adapter-node-http/compare/v1.4.2...v2.0.0) (2019-01-29)

@@ -8,0 +16,0 @@

24

package.json
{
"name": "@pollyjs/adapter-node-http",
"version": "2.0.0",
"version": "2.1.0",
"description": "Node HTTP adapter for @pollyjs",

@@ -39,13 +39,9 @@ "main": "dist/cjs/pollyjs-adapter-node-http.js",

"scripts": {
"build": "npm-run-all clean rollup",
"build:prod": "npm-run-all clean --parallel rollup rollup:prod",
"clean": "rimraf dist",
"rollup": "rollup -c rollup.config.js",
"rollup:prod": "NODE_ENV=production yarn rollup",
"watch": "yarn rollup -w",
"test:build": "rollup -c rollup.config.test.js"
"build": "rollup -c",
"test:build": "rollup -c rollup.config.test.js",
"watch": "yarn build -w"
},
"dependencies": {
"@pollyjs/adapter": "^2.0.0",
"@pollyjs/utils": "^2.0.0",
"@pollyjs/adapter": "^2.1.0",
"@pollyjs/utils": "^2.1.0",
"lodash-es": "^4.17.11",

@@ -56,10 +52,8 @@ "nock": "^10.0.6",

"devDependencies": {
"@pollyjs/core": "^2.0.0",
"@pollyjs/persister-fs": "^2.0.0",
"@pollyjs/core": "^2.1.0",
"@pollyjs/persister-fs": "^2.1.0",
"node-fetch": "^2.3.0",
"npm-run-all": "^4.1.3",
"rimraf": "^2.6.2",
"rollup": "^0.67.0"
},
"gitHead": "9db417a2e41fd4a1bcb3dbe0ba183d93137f4847"
"gitHead": "9f6dd8e8f79e13038d68b02d23053c4fde27cebf"
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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