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

@pactflow/pact-msw-adapter

Package Overview
Dependencies
Maintainers
6
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pactflow/pact-msw-adapter - npm Package Compare versions

Comparing version 1.5.0 to 2.0.0

LICENSE

11

CHANGELOG.md

@@ -5,2 +5,13 @@ # Changelog

## [2.0.0](https://github.com/pactflow/pact-msw-adapter/compare/v1.5.0...v2.0.0) (2023-07-11)
### ⚠ BREAKING CHANGES
* Deps/node engines >=16 (#94)
### Bug Fixes
* Deps/node engines >=16 ([#94](https://github.com/pactflow/pact-msw-adapter/issues/94)) ([4c83113](https://github.com/pactflow/pact-msw-adapter/commit/4c831134f6d04cbd74633e9678db924515b2dca4))
## [1.5.0](https://github.com/pactflow/pact-msw-adapter/compare/v1.4.0...v1.5.0) (2023-05-22)

@@ -7,0 +18,0 @@

9

package.json
{
"name": "@pactflow/pact-msw-adapter",
"version": "1.5.0",
"version": "2.0.0",
"main": "./dist/pactMswAdapter.js",

@@ -25,2 +25,5 @@ "keywords": [

},
"engines": {
"node": ">=16"
},
"scripts": {

@@ -50,3 +53,3 @@ "build": "tsc",

"@typescript-eslint/parser": "5.59.5",
"axios": "0.26.0",
"axios": "0.26.1",
"babel-jest": "27.5.1",

@@ -58,3 +61,3 @@ "eslint": "8.10.0",

"regenerator-runtime": "0.13.11",
"rimraf": "4.4.0",
"rimraf": "5.0.1",
"standard-version": "9.5.0",

@@ -61,0 +64,0 @@ "ts-jest": "27.1.3",

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