Socket
Socket
Sign inDemoInstall

@pact-foundation/pact-node

Package Overview
Dependencies
Maintainers
4
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.11.11 to 10.12.1

.vscode/settings.json

16

CHANGELOG.md

@@ -5,2 +5,18 @@ # 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)
### Features
* **package-name:** Pact-node renamed to pact-core ([700ad09](https://github.com/pact-foundation/pact-js-core/commit/700ad099cebafdb5189e4cb8c09ed0131f24afc4))
### [10.11.11](https://github.com/pact-foundation/pact-node/compare/v10.11.10...v10.11.11) (2021-02-28)

@@ -7,0 +23,0 @@

6

package.json
{
"name": "@pact-foundation/pact-node",
"version": "10.11.11",
"description": "A wrapper for the Ruby version of Pact to work within Node",
"version": "10.12.1",
"description": "Core of @pact-foundation/pact. You almost certainly don't want to depend on this directly.",
"main": "src/index.js",

@@ -68,3 +68,3 @@ "homepage": "https://github.com/pact-foundation/pact-node#readme",

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

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

<img src="https://raw.githubusercontent.com/pact-foundation/pact-logo/master/media/logo-black.png" width="200">
![Build and test](https://github.com/pact-foundation/pact-node/workflows/Build%20and%20test/badge.svg)
[![Build and test](https://github.com/pact-foundation/pact-node/workflows/Build%20and%20test/badge.svg)
[![Known Vulnerabilities](https://snyk.io/test/github/pact-foundation/pact-node/badge.svg?targetFile=package.json)](https://snyk.io/test/github/pact-foundation/pact-node?targetFile=package.json)

@@ -5,0 +5,0 @@ [![npm](https://img.shields.io/npm/v/@pact-foundation/pact-node.svg)](https://www.npmjs.com/package/@pact-foundation/pact-node)

@@ -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?):\/\//;

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