New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@pact-foundation/pact-core

Package Overview
Dependencies
Maintainers
1
Versions
113
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 10.12.0 to 10.12.1

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

9

CHANGELOG.md

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

### [10.12.1](https://github.com/pact-foundation/pact-js-core/compare/v10.12.0...v10.12.1) (2021-03-31)
### Fixes and Improvements
* package.json & package-lock.json to reduce vulnerabilities ([8d76550](https://github.com/pact-foundation/pact-js-core/commit/8d76550a4dffcbf3fad477457b736a8ad09d05dd))
* update standalone to 1.88.41 ([3916c88](https://github.com/pact-foundation/pact-js-core/commit/3916c886698feef0deb786a944c2b1d9004c0c0a))
* update standalone to 1.88.45 ([fcab9f8](https://github.com/pact-foundation/pact-js-core/commit/fcab9f8aa9b9532026194799b68bf6df32b78272))
## [10.12.0](https://github.com/pact-foundation/pact-js-core/compare/v10.11.11...v10.12.0) (2021-03-05)

@@ -7,0 +16,0 @@

4

package.json
{
"name": "@pact-foundation/pact-core",
"version": "10.12.0",
"version": "10.12.1",
"description": "Core of @pact-foundation/pact. You almost certainly don't want to depend on this directly.",

@@ -68,3 +68,3 @@ "main": "src/index.js",

"tar": "4.4.2",
"underscore": "1.8.3",
"underscore": "1.12.1",
"unixify": "1.0.0",

@@ -71,0 +71,0 @@ "unzipper": "^0.10.10",

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

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

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

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

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

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