Join our webinar on Wednesday, June 26, at 1pm EDTHow Chia Mitigates Risk in the Crypto Industry.Register
Socket
Socket
Sign inDemoInstall

p-defer-es5

Package Overview
Dependencies
230
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    p-defer-es5

[![npm version](https://img.shields.io/npm/v/p-defer-es5.svg)](https://www.npmjs.com/package/p-defer-es5) [![Build Status](https://travis-ci.org/compulim/p-defer-es5.svg?branch=master)](https://travis-ci.org/compulim/p-defer-es5)


Version published
Weekly downloads
9K
increased by6.99%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

p-defer-es5

npm version Build Status

This package is based on p-defer. It did not contains an ES5 module. Importing the module directly or indirectly may break web apps running on ES5 browsers.

On install, this package will transpile your version of p-defer to make it compatible with ES5 browsers.

Package authors should consider importing this package instead of p-defer, so your packages will not break your users due to having p-defer as a transient dependency.

How to use

To install in your project, run:

npm install p-defer p-defer-es5

You can also use it in HTML:

<script src="https://unpkg.com/p-defer/dist/p-defer-es5.production.min.js"></script>

How it works

On postinstall, this package will run Babel and Webpack to transpile p-defer into a single file.

This package peer-depends on p-defer. Thus, you can select your own version of p-defer.

Updating p-defer

When you update p-defer, re-run npm install p-defer-es5 to get the latest package transpiled.

Alternatives

Instead of importing this package, there are alternative workarounds you can use.

Including the source code

You can copy the source code of p-defer into your web app and use your build pipeline transpile the original package.

Be sure to include the original license and continue to depends on the package to make sure npm audit will scan for vulnerabilities.

Modify your bundler configuration

Webpack do not transpile code under /node_modules/ unless specified explicitly. You can modify webpack.config.js to include /node_modules/p-defer/ and use babel-loader to transpile it on-the-fly.

Contributions

Like us? Star us.

Want to make it better? File us an issue.

Don't like something you see? Submit a pull request.

Keywords

FAQs

Last updated on 25 May 2020

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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