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.3.0 to 1.3.1

7

CHANGELOG.md

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

### [1.3.1](https://github.com/pactflow/pact-msw-adapter/compare/v1.3.0...v1.3.1) (2023-02-08)
### Bug Fixes
* Remove timestamp from pact contract file name ([6b48836](https://github.com/pactflow/pact-msw-adapter/commit/6b48836965d99374b9661f08b9d2a3f8485d777c))
## [1.3.0](https://github.com/pactflow/pact-msw-adapter/compare/v1.2.1...v1.3.0) (2022-10-06)

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

6

dist/pactMswAdapter.js

@@ -178,7 +178,3 @@ "use strict";

"/" +
[
pactFile.consumer.name,
pactFile.provider.name,
Date.now().toString(),
].join("-") +
[pactFile.consumer.name, pactFile.provider.name].join("-") +
".json";

@@ -185,0 +181,0 @@ writer(filePath, pactFile);

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

@@ -5,0 +5,0 @@ "keywords": [

@@ -208,1 +208,11 @@ # pact-msw-adapter

Special thanks to [Juan Cruz](https://github.com/IJuanI) for being an early adopter and improving the experience!
## Who is using pact-msw-adapter?
### SUI
![image](https://user-images.githubusercontent.com/19932401/206742449-e9fe57ac-7f17-40af-84ab-3035443d6b85.png)
- [SUI](https://github.com/SUI-Components)
- Source [https://github.com/SUI-Components/sui/tree/master/packages/sui-test-contract](https://github.com/SUI-Components/sui/tree/master/packages/sui-test-contract)
- NPM [@s-ui/test-contract](https://www.npmjs.com/package/@s-ui/test-contract)
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