Socket
Socket
Sign inDemoInstall

@pact-foundation/pact-node

Package Overview
Dependencies
Maintainers
5
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.15.0 to 10.16.0

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

4

.vscode/settings.json
{
"editor.formatOnSave": true
"prettier.configPath": "package.json",
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode"
}

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

## [10.16.0](https://github.com/pact-foundation/pact-node/compare/v10.15.0...v10.16.0) (2021-12-14)
### Features
* Add buildUrl option to Pact Broker Publishing API ([dc1eb14](https://github.com/pact-foundation/pact-node/commit/dc1eb1427be3dfcfe8b13f08274a1ca33994618f))
## [10.15.0](https://github.com/pact-foundation/pact-node/compare/v10.14.0...v10.15.0) (2021-11-19)

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

{
"version": "10.15.0",
"version": "10.16.0",
"name": "@pact-foundation/pact-node",

@@ -4,0 +4,0 @@ "description": "Core of @pact-foundation/pact. You almost certainly don't want to depend on this directly.",

@@ -337,2 +337,3 @@ <img src="https://raw.githubusercontent.com/pact-foundation/pact-logo/master/media/logo-black.png" width="200">

| `tags` | false | array | An array of Strings to tag the Pacts being published. Optional |
| `buildUrl` | false | string | The build URL that created the pact. Optional |
| `verbose` | false | boolean | Enables verbose output for underlying pact binary. |

@@ -339,0 +340,0 @@

@@ -21,2 +21,3 @@ import q = require('q');

timeout?: number;
buildUrl?: string;
}

@@ -24,2 +24,3 @@ "use strict";

verbose: '--verbose',
buildUrl: '--build-url',
};

@@ -26,0 +27,0 @@ options = options || {};

Sorry, the diff of this file is not supported yet

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