New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

js-simple

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

js-simple

All JS common types and utils

latest
Source
npmnpm
Version
0.2.2
Version published
Weekly downloads
6
-14.29%
Maintainers
1
Weekly downloads
 
Created
Source

Installation

Just install it and add to your package:

With NPM:

  npm install --save-dev babel-enhanced-node

With Yarn:

  yarn add --dev babel-enhanced-node

(Make sure you have babel-core installed as dependency in your project as babel-node only defines babel-core as a "peerDependency")

Then use babel-node in your package.json in scripts section like this:

  "scripts": {
    "start": "babel-node src/main.js"
  }

Or if you want to run directly:

  yarn babel-node src/main.js

Keywords

types

FAQs

Package last updated on 12 Dec 2017

Related posts