Socket
Book a DemoInstallSign in
Socket

npm-babel-module-example

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

npm-babel-module-example

npm babel boilerplate module

latest
npmnpm
Version
1.0.0
Version published
Weekly downloads
5
25%
Maintainers
1
Weekly downloads
 
Created
Source

npm-babel-module-example

A scaffolding module to start writing your NPM modules used as dependency in ES6 using Babel.

Install

$ npm install npm-babel-module-example --save

How to use as a dependency

  import MyModule from 'npm-babel-module-example';
  ...
  var my = new MyModule("bar");

License

MIT license; see LICENSE.

(c) 2016 by Juan Picado

Keywords

babel

FAQs

Package last updated on 27 Apr 2016

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