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 6.19.8 to 6.19.9

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

5

CHANGELOG.md

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

<a name="6.19.9"></a>
## [6.19.9](https://github.com/pact-foundation/pact-node/compare/v6.19.8...v6.19.9) (2018-08-13)
<a name="6.19.8"></a>

@@ -7,0 +12,0 @@ ## [6.19.8](https://github.com/pact-foundation/pact-node/compare/6.19.7...6.19.8) (2018-07-28)

2

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

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

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

var sumchecker = require("sumchecker");
exports.PACT_STANDALONE_VERSION = "1.54.1";
exports.PACT_STANDALONE_VERSION = "1.54.3";
var PACT_DEFAULT_LOCATION = "https://github.com/pact-foundation/pact-ruby-standalone/releases/download/v" + exports.PACT_STANDALONE_VERSION + "/";

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