Socket
Socket
Sign inDemoInstall

@pact-foundation/pact-node

Package Overview
Dependencies
131
Maintainers
5
Versions
187
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 10.17.1 to 10.17.2

./@types/sbffi/index.d.ts

4

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

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

### [10.17.2](https://github.com/pact-foundation/pact-node/compare/v10.17.1...v10.17.2) (2022-03-15)
### Fixes and Improvements
* update standalone to 1.88.82 ([10bfc19](https://github.com/pact-foundation/pact-node/commit/10bfc19584bcbd655bf9c25f05825909750ce6cc))
* update standalone to 1.88.83 ([515110e](https://github.com/pact-foundation/pact-node/commit/515110ef79fcf5afb98c0e0cf647e30861aa1e3d))
### [10.17.1](https://github.com/pact-foundation/pact-node/compare/v10.17.0...v10.17.1) (2021-12-16)

@@ -7,0 +15,0 @@

{
"version": "10.17.1",
"version": "10.17.2",
"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.",

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

export declare const PACT_STANDALONE_VERSION = "1.88.81";
export declare const PACT_STANDALONE_VERSION = "1.88.83";
export declare function createConfig(location?: string): Config;

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

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

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

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