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.16.0 to 10.16.1

7

CHANGELOG.md

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

### [10.16.1](https://github.com/pact-foundation/pact-node/compare/v10.16.0...v10.16.1) (2021-12-14)
### Fixes and Improvements
* Correctly serialise arguments set to false for the Ruby binaries (previously they were erroneously ignored) ([1780eae](https://github.com/pact-foundation/pact-node/commit/1780eae7c0367848b0c31991862919cd83401912))
## [10.16.0](https://github.com/pact-foundation/pact-node/compare/v10.15.0...v10.16.0) (2021-12-14)

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

2

package.json
{
"version": "10.16.0",
"version": "10.16.1",
"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.",

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

var convertValue = function (mapping, v) {
if (v && mapping) {
if (mapping && (v || typeof v === 'boolean')) {
return checkTypes.array(v)

@@ -21,0 +21,0 @@ ? _.flatten(v.map(function (val) { return mapFor(mapping, val); }))

Sorry, the diff of this file is not supported yet

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