New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

node-rollout

Package Overview
Dependencies
Maintainers
3
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-rollout - npm Package Compare versions

Comparing version 0.4.1 to 0.4.2

6

index.js

@@ -53,3 +53,3 @@ var crypto = require('crypto')

var promises = keys.map(function (k) {
return this.get(k[0], k[1], k[2], multi)
return this.get(k[0], k[1], k[2], multi).reflect()
}.bind(this))

@@ -62,5 +62,3 @@ return new Promise(function (resolve, reject) {

})
.then(function () {
return promises.map(function (p) { return p.reflect() })
})
.then(Promise.all.bind(Promise, promises))
}

@@ -67,0 +65,0 @@

{
"name": "node-rollout",
"version": "0.4.1",
"version": "0.4.2",
"description": "feature rollout management",

@@ -5,0 +5,0 @@ "author": "Ali Faiz & Dustin Diaz",

@@ -179,2 +179,3 @@ var chai = require('chai')

expect(result[0].isFulfilled()).to.be.true
expect(result[0].value()).to.be.true
})

@@ -181,0 +182,0 @@ })

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