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

chain-commander

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chain-commander - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

12

Gruntfile.js

@@ -20,4 +20,12 @@ module.exports = function(grunt) {

grunt.event.on('coverage', function(data){
require('coveralls').handleInput(data, function(){ });
grunt.event.on('coverage', function(data, done){
var coveralls = require('coveralls');
coveralls.handleInput(data, function(err){
if (err) {
done(err);
} else {
done();
}
});
});

@@ -24,0 +32,0 @@

2

package.json
{
"name" : "chain-commander",
"version": "0.1.2",
"version": "0.1.3",
"main": "./lib/chain-commander.js",

@@ -5,0 +5,0 @@ "description":"Chain commander is a library based on Q library, to encapsulate business rules logic in form of javascript objects or JSON.",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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