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

rho-cc-node-style-callback

Package Overview
Dependencies
Maintainers
3
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rho-cc-node-style-callback - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

6

package.json
{
"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');

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