Socket
Socket
Sign inDemoInstall

@pact-foundation/pact-node

Package Overview
Dependencies
Maintainers
7
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.17.6 to 10.17.7

index.js

4

.vscode/settings.json

@@ -7,4 +7,6 @@ {

"memory": "cpp",
"utility": "cpp"
"utility": "cpp",
"string": "cpp",
"iosfwd": "cpp"
}
}

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

### [10.17.7](https://github.com/pact-foundation/pact-node/compare/v10.17.6...v10.17.7) (2022-12-22)
### Fixes and Improvements
* Update pact-ruby-standalone to 1.91.0, shortening the path for windows users ([7f5bd51](https://github.com/pact-foundation/pact-node/commit/7f5bd51148df2d10c2258b5831558dee9efdb8c5))
### [10.17.6](https://github.com/pact-foundation/pact-node/compare/v10.17.5...v10.17.6) (2022-07-06)

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

{
"version": "10.17.6",
"version": "10.17.7",
"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.89.02-rc1";
export declare const PACT_STANDALONE_VERSION = "1.91.0";
export declare function createConfig(location?: string): Config;

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

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

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

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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