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

overdub

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

overdub

Add full ES.Next support to Node.js

  • 1.2.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
186
decreased by-39.41%
Maintainers
1
Weekly downloads
 
Created
Source

overdub

Build Status

Add full ES.Next support to Node.js

Usage

Install overdub by running:

yarn add --dev overdub

Import overdub/register from the node CLI or from a test runner. For example:

node -r overdub/register

Support for all standardized ECMAScript features is provided via Babel. React and Flow syntax is also supported.

Stack traces for async functions, which are not currently supported in Node.js, are provided via trace.

For test runners and other CLI tools that require users to specify a Babel config, reuse the overdub Babel config like so:

{
  "extends": "overdub/babel"
}

FAQs

Package last updated on 24 Sep 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