Socket
Socket
Sign inDemoInstall

@pact-foundation/pact-node

Package Overview
Dependencies
Maintainers
5
Versions
187
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pact-foundation/pact-node - npm Package Compare versions

Comparing version 10.13.8 to 10.13.9

src/consumer/__testoutput__/foo-consumer-bar-provider.json

2

.vscode/settings.json
{
"editor.formatOnSave": false
"editor.formatOnSave": true
}

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

### [10.13.9](https://github.com/pact-foundation/pact-node/compare/v10.13.8...v10.13.9) (2021-10-11)
### Fixes and Improvements
* update standalone to 1.88.77 ([11dc749](https://github.com/pact-foundation/pact-node/commit/11dc749ddd17c9d0ad5c4ff2c42dde7d83b39842))
### [10.13.8](https://github.com/pact-foundation/pact-node/compare/v10.13.7...v10.13.8) (2021-10-01)

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

{
"version": "10.13.8",
"version": "10.13.9",
"name": "@pact-foundation/pact-node",

@@ -4,0 +4,0 @@ "description": "Core of @pact-foundation/pact. You almost certainly don't want to depend on this directly.",

@@ -1,2 +0,2 @@

export declare const PACT_STANDALONE_VERSION = "1.88.75";
export declare const PACT_STANDALONE_VERSION = "1.88.77";
export declare function createConfig(location?: string): Config;

@@ -3,0 +3,0 @@ export declare function getBinaryEntry(platform?: string, arch?: string): BinaryEntry;

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

}
exports.PACT_STANDALONE_VERSION = '1.88.75';
exports.PACT_STANDALONE_VERSION = '1.88.77';
var PACT_DEFAULT_LOCATION = "https://github.com/pact-foundation/pact-ruby-standalone/releases/download/v" + exports.PACT_STANDALONE_VERSION + "/";

@@ -33,0 +33,0 @@ var HTTP_REGEX = /^http(s?):\/\//;

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