Socket
Socket
Sign inDemoInstall

nodeify

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nodeify - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

.travis.yml

2

index.js

@@ -5,3 +5,3 @@ var Promise = require('promise');

var nextTick;
if (typeof setImediate === 'function') nextTick = setImediate
if (typeof setImmediate === 'function') nextTick = setImmediate
else if (typeof process === 'object' && process && process.nextTick) nextTick = process.nextTick

@@ -8,0 +8,0 @@ else nextTick = function (cb) { setTimeout(cb, 0) }

{
"name": "nodeify",
"version": "1.0.0",
"version": "1.0.1",
"description": "Convert promised code to use node style callbacks",

@@ -23,4 +23,3 @@ "scripts": {

"mocha": "~1.8.1",
"mocha-as-promised": "~1.2.1",
"sinon": "~1.6.0"
"mocha-as-promised": "~1.2.1"
},

@@ -31,2 +30,2 @@ "dependencies": {

}
}
}

@@ -0,1 +1,2 @@

[![Build Status](https://img.shields.io/travis/then/nodeify/master.svg)](https://travis-ci.org/then/nodeify)
# Nodeify

@@ -85,2 +86,4 @@

MIT
MIT
![viewcount](https://viewcount.jepso.com/count/then/nodeify.png)

@@ -0,0 +0,0 @@ require('mocha-as-promised')();

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