rho-cc-node-style-callback
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "rho-cc-node-style-callback", | ||
"description": "Create rho-contracts for Node-style callbacks", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"license": "MPL-2.0", | ||
@@ -22,3 +22,3 @@ "main": "src/node-style-callback.js", | ||
"peerDependencies": { | ||
"rho-contracts": ">=1.1.0" | ||
"rho-contracts": ">=1.2.0" | ||
}, | ||
@@ -30,5 +30,5 @@ "devDependencies": { | ||
"mocha": "~2.0.1", | ||
"rho-contracts": "git+https://github.com/bodylabs/rho-contracts.js.git#1.1.0", | ||
"rho-contracts": "git+https://github.com/bodylabs/rho-contracts.js.git#1.2.2", | ||
"should": "~8.3.1" | ||
} | ||
} |
// jscs:disable disallowNamedUnassignedFunctions | ||
var c = require('rho-contracts'), | ||
errors = require('rho-contracts/src/errors'), | ||
errors = require('rho-contracts/src/contract-errors'), | ||
util = require('util'), | ||
@@ -6,0 +6,0 @@ _ = require('underscore'); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
31667
0