Socket
Socket
Sign inDemoInstall

lean-nodent-runtime

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lean-nodent-runtime

Lean Runtime component of nodent - assuming that Promises are there by default (or polyfilled).


Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

Lean Nodent Runtime
Sponsored by Version Downloads Build Status Unix Build Status Windows Dependencies

Lean Nodent Runtime is a fork of Nodent-Runtime to tweak it for usage inside Babel-Preset-Edge.

Features

  • Just the basic function helper to work together with the transpiled code.
  • Ideal for usage with fast-async e.g. like in Babel-Preset-Edge.

Babel Configuration

To enable this very lightweight runtime use the secondary parameter for plugin configuration:

plugins: [
  [ "fast-async", {
    "useRuntimeModule": "lean-nodent-runtime"
  }]
]

Please also make sure to pass over the information to require lean-nodent-runtime in all resulting code.

License

MIT

Sebastian Software GmbH Logo

Copyright 2016-2018
Matt

Copyright 2017-2018
Sebastian Software GmbH

Keywords

FAQs

Package last updated on 01 Feb 2018

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc