Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@pact-foundation/pact-cli

Package Overview
Dependencies
Maintainers
0
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pact-foundation/pact-cli - npm Package Compare versions

Comparing version 16.0.0 to 16.0.1

12

package.json
{
"name": "@pact-foundation/pact-cli",
"version": "16.0.0",
"version": "16.0.1",
"description": "Broker CLI for @pact-foundation/pact",

@@ -55,7 +55,7 @@ "main": "src/index.js",

"optionalDependencies": {
"@pact-foundation/pact-cli-darwin-arm64": "16.0.0",
"@pact-foundation/pact-cli-darwin-x64": "16.0.0",
"@pact-foundation/pact-cli-windows-x64": "16.0.0",
"@pact-foundation/pact-cli-linux-x64": "16.0.0",
"@pact-foundation/pact-cli-linux-arm64": "16.0.0"
"@pact-foundation/pact-cli-darwin-arm64": "16.0.1",
"@pact-foundation/pact-cli-darwin-x64": "16.0.1",
"@pact-foundation/pact-cli-windows-x64": "16.0.1",
"@pact-foundation/pact-cli-linux-x64": "16.0.1",
"@pact-foundation/pact-cli-linux-arm64": "16.0.1"
},

@@ -62,0 +62,0 @@ "dependencies": {

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

export declare const PACT_STANDALONE_VERSION = "2.4.12";
export declare const PACT_STANDALONE_VERSION = "2.4.14";
export declare function createConfig(): Config;

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

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

const chalk = require("chalk");
exports.PACT_STANDALONE_VERSION = '2.4.12';
exports.PACT_STANDALONE_VERSION = '2.4.14';
function makeError(msg) {

@@ -8,0 +8,0 @@ return new Error(chalk.red(`Error while locating pact binary: ${msg}`));

Sorry, the diff of this file is too big to display

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