Socket
Socket
Sign inDemoInstall

@pact-foundation/pact-node

Package Overview
Dependencies
17
Maintainers
4
Versions
187
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 10.3.1 to 10.4.0

script/create-pr-to-update-pact-ruby-standalone.sh

9

CHANGELOG.md

@@ -5,2 +5,11 @@ # Change Log

# [10.4.0](https://github.com/pact-foundation/pact-node/compare/v10.3.1...v10.4.0) (2020-02-18)
### Features
* **upgrade:** update standalone to 1.80.1 ([1a2f517](https://github.com/pact-foundation/pact-node/commit/1a2f517))
## [10.3.1](https://github.com/pact-foundation/pact-node/compare/v10.3.0...v10.3.1) (2020-02-17)

@@ -7,0 +16,0 @@

2

package.json
{
"name": "@pact-foundation/pact-node",
"version": "10.3.1",
"version": "10.4.0",
"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.79.0";
export declare const PACT_STANDALONE_VERSION = "1.80.1";
export declare function createConfig(): Config;

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

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

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

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

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