Socket
Socket
Sign inDemoInstall

@pact-foundation/pact-node

Package Overview
Dependencies
Maintainers
4
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.11.10 to 10.11.11

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

7

CHANGELOG.md

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

### [10.11.11](https://github.com/pact-foundation/pact-node/compare/v10.11.10...v10.11.11) (2021-02-28)
### Fixes and Improvements
* update standalone to 1.88.40 ([618fb9d](https://github.com/pact-foundation/pact-node/commit/618fb9de5790de9484b4c32f0103c2f754f843e9))
### [10.11.10](https://github.com/pact-foundation/pact-node/compare/v10.11.9...v10.11.10) (2021-02-25)

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

2

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

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

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

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

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

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

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

@@ -32,0 +32,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