Socket
Socket
Sign inDemoInstall

@pact-foundation/pact-node

Package Overview
Dependencies
19
Maintainers
4
Versions
187
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 10.11.6 to 10.11.7

standalone/pact-1.88.37-linux-x86_64.tar.gz.checksum

8

CHANGELOG.md

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

### [10.11.7](https://github.com/pact-foundation/pact-node/compare/v10.11.6...v10.11.7) (2021-02-02)
### Fixes and Improvements
* **logger:** Log output now correctly reads pact-node instead of pact ([c9f22e1](https://github.com/pact-foundation/pact-node/commit/c9f22e16fe406a8474dbcae0c7a5dbf2a473881e))
* update standalone to 1.88.37 ([383eb8a](https://github.com/pact-foundation/pact-node/commit/383eb8aa30340dc5c4e2293a23b3ae42a60a3eb6))
### [10.11.6](https://github.com/pact-foundation/pact-node/compare/v10.11.5...v10.11.6) (2021-02-01)

@@ -7,0 +15,0 @@

2

package.json
{
"name": "@pact-foundation/pact-node",
"version": "10.11.6",
"version": "10.11.7",
"description": "A wrapper for the Ruby version of Pact to work within Node",

@@ -5,0 +5,0 @@ "main": "src/index.js",

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

prettyPrint: {
messageFormat: "pact@" + pkg.version + ": {msg}",
messageFormat: "pact-node@" + pkg.version + ": {msg}",
translateTime: true,

@@ -14,0 +14,0 @@ },

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

export declare const PACT_STANDALONE_VERSION = "1.88.36";
export declare const PACT_STANDALONE_VERSION = "1.88.37";
export declare function createConfig(): Config;

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

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

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

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

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc