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.2 to 10.17.3

standalone/pact-1.88.91-rc5-linux-x86_64.tar.gz.checksum

7

CHANGELOG.md

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

### [10.17.3](https://github.com/pact-foundation/pact-node/compare/v10.17.2...v10.17.3) (2022-06-08)
### Fixes and Improvements
* update standalone to 1.88.91-rc4 ([1f69723](https://github.com/pact-foundation/pact-node/commit/1f6972308a99bdafc31b9b31b66fbac94832e9f5))
### [10.17.2](https://github.com/pact-foundation/pact-node/compare/v10.17.1...v10.17.2) (2022-03-15)

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

2

package.json
{
"version": "10.17.2",
"version": "10.17.3",
"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.83";
export declare const PACT_STANDALONE_VERSION = "1.88.91-rc5";
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.88.83';
exports.PACT_STANDALONE_VERSION = '1.88.91-rc5';
var PACT_DEFAULT_LOCATION = "https://github.com/pact-foundation/pact-ruby-standalone/releases/download/v" + exports.PACT_STANDALONE_VERSION + "/";

@@ -102,10 +102,2 @@ var HTTP_REGEX = /^http(s?):\/\//;

},
{
platform: 'linux',
arch: 'ia32',
binary: "pact-" + exports.PACT_STANDALONE_VERSION + "-linux-x86.tar.gz",
binaryChecksum: "pact-" + exports.PACT_STANDALONE_VERSION + "-linux-x86.tar.gz" + CHECKSUM_SUFFIX,
downloadLocation: PACT_BINARY_LOCATION,
folderName: "linux-ia32-" + exports.PACT_STANDALONE_VERSION,
},
],

@@ -112,0 +104,0 @@ };

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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