Socket
Socket
Sign inDemoInstall

slow-promise

Package Overview
Dependencies
0
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.0 to 0.1.1

dist/slow-promise.install.js

6

package.json
{
"name": "slow-promise",
"version": "0.1.0",
"version": "0.1.1",
"description": "Slow down your promises",
"main": "index.js",
"browser": "install_global.js",
"browser": "dist/slow-promise.install.js",
"scripts": {

@@ -11,3 +11,3 @@ "test": "jasmine *.test.js",

"lint": "jshint *.js",
"dist": "browserify install_global.js -o dist/slow-promise.install.js"
"dist": "browserify install_global.js --browserField false -o dist/slow-promise.install.js"
},

@@ -14,0 +14,0 @@ "keywords": [

# slow-promise
Slow-Promise gives you ES6 promises in less than 20 LOC and 700 bytes (not even minified).
Slow-Promise gives you ES6 promises in roughly 20 LOC and 900 bytes (not even minified).

@@ -4,0 +4,0 @@ Its downsides are

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