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

kew

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kew - npm Package Compare versions

Comparing version 0.1.5 to 0.1.6

8

kew.js

@@ -209,2 +209,5 @@ /**

} else this.resolve(data)
// context is no longer needed
delete this._currentContext
}

@@ -225,2 +228,5 @@

} else this.reject(e)
// context is no longer needed
delete this._currentContext
}

@@ -235,3 +241,3 @@

var i
if (this._hasContext) promise.setContext(this._nextContext)
if (this._hasContext) promise._useContext(this._nextContext)

@@ -238,0 +244,0 @@ if (this._child) {

2

package.json
{
"name": "kew"
, "description": "a lightweight promise library for node"
, "version": "0.1.5"
, "version": "0.1.6"
, "homepage": "https://github.com/Obvious/kew"

@@ -6,0 +6,0 @@ , "authors": [

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