Socket
Socket
Sign inDemoInstall

pinkie

Package Overview
Dependencies
0
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0 to 2.0.1

2

index.js

@@ -200,3 +200,3 @@ 'use strict';

if (onRejection && !this._handled) {
if ((onRejection || onFulfillment) && !this._handled) {
this._handled = true;

@@ -203,0 +203,0 @@ if (this._state === REJECTED && isNode) {

{
"name": "pinkie",
"version": "2.0.0",
"version": "2.0.1",
"description": "Itty bitty little widdle twinkie pinkie ES2015 Promise implementation",

@@ -29,2 +29,3 @@ "license": "MIT",

"devDependencies": {
"core-assert": "^0.1.1",
"coveralls": "^2.11.4",

@@ -31,0 +32,0 @@ "mocha": "*",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc