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.2 to 2.0.3

2

index.js

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

var NOOP = function () {};
var isNode = global.process !== 'undefined' && typeof global.process.emit === 'function';
var isNode = typeof global.process !== 'undefined' && typeof global.process.emit === 'function';

@@ -11,0 +11,0 @@ var asyncSetTimer = typeof setImmediate === 'undefined' ? setTimeout : setImmediate;

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

@@ -5,0 +5,0 @@ "license": "MIT",

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