Socket
Socket
Sign inDemoInstall

babel-plugin-espower

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-plugin-espower - npm Package Versions

23

3.0.1

Diff

Changelog

Source

3.0.1 (2019-01-08)

Bug Fixes
twada
published 3.0.0 •

Changelog

Source

3.0.0 (2018-08-30)

Features
  • Babel7 support
Breaking Changes
  • Babel7 is incompatible with Babel6

For Babel6, you need to use the 2.x release of babel-plugin-espower.

$ npm install --save-dev babel-plugin-espower@2
twada
published 3.0.0-beta.2 •

Changelog

Source

3.0.0-beta.2 (2018-07-20)

Chore
  • Rename babylon to @babel/parser to sync with upstream Babel7 changes (0db432e)
twada
published 2.4.0 •

Changelog

Source

2.4.0 (2018-01-16)

Features
Notice

with-experimental-syntax.js is an internal & interim module and will be removed from next major version, since embedAst will be true by default in next major.

twada
published 3.0.0-beta.1 •

Changelog

Source

3.0.0-beta.1 (2017-12-25)

Features
Breaking Changes
  • Babel7 is incompatible with Babel6. Babel6 is incompatible with Babel5.

For Babel6, you need to use the 2.x release of babel-plugin-espower.

$ npm install --save-dev babel-plugin-espower@2.3.2

For Babel5 or lower, you need to use the 1.x release of babel-plugin-espower.

$ npm install --save-dev babel-plugin-espower@1.1.1
  • An internal & interim module with-experimental-syntax.js is removed, since embedAst is true by default in 3.0.0.
Notice

Changing embedAst option's default to true does not break builds but may slow your build time down. If you are aware that you are not using non-ES-standard syntax, changing embedAst option to false restores the former behavior.

twada
published 1.1.1 •

Changelog

Source

1.1.1 (2016-06-22)

Bug Fixes
  • pin espower dependency to >=1.0.0 <1.3.0 since there was a little breaking change (f9a7d781)
twada
published 2.3.1 •

Changelog

Source

2.3.1 (2016-06-21)

Bug Fixes
  • stop capturing SequenceExpression itself since SequenceExpressions are not enclosed in parentheses in some cases (bf64b96a)
twada
published 2.3.0 •

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