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

http-keeper

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

http-keeper - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0

14

index.js

@@ -40,5 +40,3 @@

if (options.push) {
return Q.allSettled(self._fallbacks.map(function (c) {
return c.put(options.key, options.value)
}))
return self.push(options)
}

@@ -58,2 +56,12 @@ })

Keeper.prototype.push = function (options) {
var self = this
return this._normalizeOptions(options)
.then(function (options) {
return Q.allSettled(self._fallbacks.map(function (c) {
return c.put(options.key, options.value)
}))
})
}
Keeper.prototype._fetch = function (key) {

@@ -60,0 +68,0 @@ var self = this

@@ -28,3 +28,3 @@ {

},
"version": "1.1.0",
"version": "1.2.0",
"dependencies": {

@@ -31,0 +31,0 @@ "bitkeeper-client-js": "tradle/bitkeeper-client-js",

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