New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

fis3-parser-babel

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fis3-parser-babel

A plugin to transform es6 to es5 based on babel

latest
Source
npmnpm
Version
1.2.4
Version published
Maintainers
1
Created
Source

A Plugin to translate es6 to es5 based on babel in fis3. for example

install

npm install fis3-parser-babel --save

config

fis3.match('js/**.js', {
    parser: fis.plugin('babel'),
    release: '$0',
    rExt: '.js'
})

Keywords

fis3-parser-babel babel fis3

FAQs

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