You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

baset-reader-babel

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

baset-reader-babel

Babel reader plugin for BaseT project.


Version published
Maintainers
1
Created

Changelog

Source

0.14.7 (2018-10-10)

Bug Fixes

  • baseliner-json: handle exceptions data type (b181417)
  • baseliner-md: handle function level exceptions (2746f3b)
  • core: execute functions if they are exported directly (4d64a8d)

<a name="0.14.6"></a>

Readme

Source

Known Vulnerabilities

BaseT Babel plugin

Babel reader plugin for BaseT project.

Installation and usage

Run:

npm install --save-dev baset-reader-babel

and adding next line to baset.plugins section in your package.json or plugins section in your .basetrc/.basetrc.json:

".spec.jsx?$": ["baset-reader-babel", "baset-baseliner-json"]

You may also specify additional options for this plugin under baset.options section in your package.json or options section in your .basetrc/.basetrc.json:

"baset-reader-babel": {
    // by default this reader uses the same strategy for resolving configuration
    // as babel, but you may want to specify some additional settings only for tests
    // this options gives you such an opportunity
    "config": {
        // your additional configuration  for babel
    },
    // by default any files inside node_modules are explicitly ignored
    // but in some cases you may want to transpile them as well,
    // in order to do so, just set this option to true
    "includeNodeModules": true
}

Keywords

FAQs

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc