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

cb2promise

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cb2promise - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

7

CHANGELOG.md

@@ -0,1 +1,8 @@

<a name="1.0.7"></a>
## 1.0.7 (2017-04-28)
* Remove coffee file ([2ba3c12](https://github.com/kikobeats/cb2promise/commit/2ba3c12))
<a name="1.0.6"></a>

@@ -2,0 +9,0 @@ ## 1.0.6 (2017-04-27)

3

index.js
'use strict'
const Promise = require('pinkie-promise')
const sliced = require('sliced')

@@ -16,3 +15,3 @@

err = args.shift()
return (!err) ? resolve.apply(null, args) : reject(err)
return !err ? resolve.apply(null, args) : reject(err)
};

@@ -19,0 +18,0 @@

@@ -5,3 +5,3 @@ {

"homepage": "https://github.com/Kikobeats/cb2promise",
"version": "1.0.6",
"version": "1.0.7",
"main": "index.js",

@@ -8,0 +8,0 @@ "author": {

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