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

promish

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

promish - npm Package Compare versions

Comparing version 4.2.11 to 4.2.12

dist/promish-bundle.js

2

package.json
{
"name": "promish",
"version": "4.2.11",
"version": "4.2.12",
"description": "ES6 Promise Shim",

@@ -5,0 +5,0 @@ "private": false,

@@ -519,18 +519,16 @@ # Promish

## dist/promish
## dist/promish-bundle
A browserified bundle is included as dist/promish.js (or dist/promish.min.js).
A browserified bundle is included as dist/promish-bundle.js (or dist/promish-bundle.min.js).
The bundle uses (and includes) the es6-promise module in order to produce a browser friendly bundle.
## dist/promish-node
## dist/es6-promish
For node projects that still require older versions of JavaScript (or for including in a different browser bundle),
a node friendly module has also been included. To use, add the following code:
An es5-friendly node-js module has also been included as dist/es6-promish.js (or dist/es6-promish.min.js).
This version of Promish is extended from the es6-promise library
This can be included in your node-js project as follows:
```javascript
var Promish = require('promish/dist/es6-promish');
var Promish = require('promish/dist/promish-node');
```
# Known Issues

@@ -537,0 +535,0 @@

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