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

promiscuous

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

promiscuous - npm Package Compare versions

Comparing version 0.7.1 to 0.7.2

dist/promiscuous-browser-full.js

2

build/build.js

@@ -12,2 +12,3 @@ #!/usr/bin/env node

.replace("window.Promise", "Promise");
var browserShimFull = full.replace("setImmediate", "setTimeout");

@@ -23,1 +24,2 @@ var path = "dist/";

browser.replace("!", "(typeof Promise)[0]!='u'||"));
fs.writeFileSync(path + "promiscuous-browser-shim-full.js", browserShimFull);

2

package.json
{
"name": "promiscuous",
"version": "0.7.1",
"version": "0.7.2",
"description": "A minimal and fast promise implementation",

@@ -5,0 +5,0 @@ "author": "Ruben Verborgh <ruben.verborgh@gmail.com>",

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