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

consumer-contracts

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

consumer-contracts - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

6

lib/runner.js

@@ -20,2 +20,3 @@ var recursive = require('recursive-readdir');

var contracts;
var exitStatus = 0;

@@ -69,3 +70,4 @@ try {

console.log('');
if (failures.length > 0) process.exit(1);
if (failures.length > 0) exitStatus = 1;
process.exit(exitStatus);
});

@@ -104,2 +106,2 @@ }

});
};
};
{
"name": "consumer-contracts",
"version": "1.1.0",
"version": "1.1.1",
"description": "Consumer driven contracts for Node.js",

@@ -5,0 +5,0 @@ "main": "index.js",

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