Socket
Socket
Sign inDemoInstall

@pollyjs/adapter-node-http

Package Overview
Dependencies
Maintainers
2
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pollyjs/adapter-node-http - npm Package Compare versions

Comparing version 2.6.2 to 2.6.3

11

CHANGELOG.md

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

## [2.6.3](https://github.com/netflix/pollyjs/tree/master/packages/@pollyjs/adapter-node-http/compare/v2.6.2...v2.6.3) (2019-09-30)
### Bug Fixes
* use watch strategy ([#236](https://github.com/netflix/pollyjs/tree/master/packages/@pollyjs/adapter-node-http/issues/236)) ([5b4edf3](https://github.com/netflix/pollyjs/tree/master/packages/@pollyjs/adapter-node-http/commit/5b4edf3))
## [2.6.2](https://github.com/netflix/pollyjs/tree/master/packages/@pollyjs/adapter-node-http/compare/v2.6.1...v2.6.2) (2019-08-05)

@@ -8,0 +19,0 @@

16

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

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

"test:build": "rollup -c rollup.config.test.js",
"watch": "yarn build -w"
"test:build:watch": "rollup -c rollup.config.test.js -w",
"build:watch": "yarn build -w",
"watch-all": "npm-run-all --parallel build:watch test:build:watch"
},
"dependencies": {
"@pollyjs/adapter": "^2.6.0",
"@pollyjs/utils": "^2.6.0",
"@pollyjs/adapter": "^2.6.3",
"@pollyjs/utils": "^2.6.3",
"lodash-es": "^4.17.11",

@@ -52,8 +54,8 @@ "nock": "^10.0.6",

"devDependencies": {
"@pollyjs/core": "^2.6.2",
"@pollyjs/persister-fs": "^2.6.2",
"@pollyjs/core": "^2.6.3",
"@pollyjs/persister-fs": "^2.6.3",
"node-fetch": "^2.6.0",
"rollup": "^1.14.6"
},
"gitHead": "8020152b55fc6ba600af475ca52a85c4bb6a896e"
"gitHead": "77c42d4576fc113e51b5fca6d1dab5628db23e6b"
}

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc