Socket
Socket
Sign inDemoInstall

@pact-foundation/pact-node

Package Overview
Dependencies
18
Maintainers
4
Versions
187
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 10.11.0 to 10.11.1

7

CHANGELOG.md

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

### [10.11.1](https://github.com/pact-foundation/pact-node/compare/v10.11.0...v10.11.1) (2021-01-04)
### Bug Fixes
* **message:** Fixed an issue where message pacts could not be created on some platforms ([a092ed9](https://github.com/pact-foundation/pact-node/commit/a092ed904b43c132c00efd6c5e371faef9ea6e97))
## [10.11.0](https://github.com/pact-foundation/pact-node/compare/v10.10.2...v10.11.0) (2020-10-22)

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

2

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

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

"use strict";
var __rest = (this && this.__rest) || function (s, e) {
var t = {};
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
t[p] = s[p];
if (s != null && typeof Object.getOwnPropertySymbols === "function")
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
t[p[i]] = s[p[i]];
}
return t;
};
Object.defineProperty(exports, "__esModule", { value: true });

@@ -62,3 +73,4 @@ var fs = require("fs");

var deferred = q.defer();
var instance = spawn_1.default.spawnBinary(pact_standalone_1.default.messagePath, this.options, this.__argMapping);
var _a = this.options, pactFileWriteMode = _a.pactFileWriteMode, restOptions = __rest(_a, ["pactFileWriteMode"]);
var instance = spawn_1.default.spawnBinary(pact_standalone_1.default.messagePath, [{ pactFileWriteMode: pactFileWriteMode }, restOptions], this.__argMapping);
var output = [];

@@ -65,0 +77,0 @@ instance.stdout.on('data', function (l) { return output.push(l); });

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