Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

es6-module-transpiler

Package Overview
Dependencies
Maintainers
3
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

es6-module-transpiler - npm Package Versions

134

0.8.2

Diff

Changelog

Source

v0.8.2 <span class="release-date">(2014-10-15)</span>

  • Fixed bundle formatter renaming of function or class declarations in export default. Previously they were not properly renamed to prevent collision with other modules.
eventualbuddha
published 0.8.1 •

Changelog

Source

v0.8.1 <span class="release-date">(2014-10-15)</span>

  • Fixed bundle formatter rewriting identifiers inside named function expressions if the identifier shared a name with a module-scope binding. For example, in this code sample the a in return a would be rewritten as mod$$a when it should have remained a (the fix was in ast-types).
// mod.js
var a;
var fn = function f() { var a; return a; };
eventualbuddha
published 0.8.0 •

Changelog

Source

v0.8.0 <span class="release-date">(2014-09-30)</span>

  • Simplify the CommonJS formatter output to use ES3.
eventualbuddha
published 0.7.0 •

Changelog

Source

v0.7.0 <span class="release-date">(2014-09-30)</span>

  • Use a common base class for all built-in formatters.
  • Various internal cleanups.
eventualbuddha
published 0.6.2 •

Changelog

Source

v0.6.2 <span class="release-date">(2014-08-20)</span>

  • Prevent all instances of export reassignment, not just those at the top level.
eventualbuddha
published 0.6.1 •

Changelog

Source

v0.6.1 <span class="release-date">(2014-08-20)</span>

  • Reference a custom fork of esprima.
  • Allow resolvers to set the Module#src property to prevent direct file system access.
eventualbuddha
published 0.6.0 •

Changelog

Source

v0.6.0 <span class="release-date">(2014-07-28)</span>

  • Add support for source maps.
  • Allow formatters to handle export reassignment.
  • Update recast to v0.6.6.
eventualbuddha
published 0.5.1 •

Changelog

Source

v0.5.1 <span class="release-date">(2014-06-25)</span>

  • Fix the file list to be included in npm.
tboyt
published 0.4.0 •

Changelog

Source

v0.4.0 <span class="release-date">(2014-04-03)</span>

  • Remove trailing whitespace after AMD define (#93)
  • (breaking) Default to anonymous modules for AMD output (use --infer-name flag for old behavior). Replaces --anonymous flag.
tboyt
published 0.3.6 •

Changelog

Source

v0.3.6 <span class="release-date">(2013-12-16)</span>

  • Rebuilt & republished to fix regression on quoting static property (sorry!)
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