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.1.0 to 1.1.1

DEVELOPING.md

7

CHANGELOG.md

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

### [1.1.1](https://github.com/pactflow/pact-msw-adapter/compare/v1.1.0...v1.1.1) (2022-05-21)
### Bug Fixes
* Fix for Post Requests ([#42](https://github.com/pactflow/pact-msw-adapter/issues/42)) ([4885572](https://github.com/pactflow/pact-msw-adapter/commit/48855721055757a54ef7ed08c7d98f04ecce23f4))
## [1.1.0](https://github.com/pactflow/pact-msw-adapter/compare/v0.11.1...v1.1.0) (2022-04-22)

@@ -7,0 +14,0 @@

2

dist/convertMswMatchToPact.js

@@ -20,3 +20,3 @@ "use strict";

: match.request.headers['_headers'],
body: match.request.bodyUsed ? match.request.body : undefined
body: match.request.body || undefined
},

@@ -23,0 +23,0 @@ response: {

{
"name": "@pactflow/pact-msw-adapter",
"version": "1.1.0",
"version": "1.1.1",
"main": "./dist/pactMswAdapter.js",

@@ -27,2 +27,3 @@ "keywords": [

"build": "tsc",
"watch": "tsc --watch",
"build:clean": "rimraf dist && tsc",

@@ -53,3 +54,3 @@ "test": "jest --verbose",

"jest": "27.5.1",
"msw": "0.38.1",
"msw": "0.36.8",
"nock": "13.2.4",

@@ -56,0 +57,0 @@ "regenerator-runtime": "0.13.9",

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