Socket
Socket
Sign inDemoInstall

rollup

Package Overview
Dependencies
Maintainers
5
Versions
818
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rollup - npm Package Versions

1
82

0.8.3

Diff

Changelog

Source

0.8.3

  • Correctly rename functions that have arguments with the same name (#32)
  • Ensure unused default exports are given a legal name (#33)
rich_harris
published 0.8.2 •

Changelog

Source

0.8.2

  • Support moduleId and moduleName via CLI (#24)
rich_harris
published 0.8.1 •

Changelog

Source

0.8.1

  • Anonymous functions that are exported as default are converted to named function declarations for correct hoisting, rather than being bound to functions (#29)
  • Automatically-generated default export names are deconflicted with local definitions (#29)
rich_harris
published 0.8.0 •

Changelog

Source

0.8.0

  • Top-level variable declarations with multiple declarators are split up, to avoid unnecessary code importing and incorrectly-ordered statements (#26)
  • this at the top level is undefined (#28)
rich_harris
published 0.7.8 •

Changelog

Source

0.7.8

  • Avoid using path.parse - unsupported in node 0.10
rich_harris
published 0.7.7 •

Changelog

Source

0.7.7

  • Promise source-map-support from devDependencies to dependencies (#23)
rich_harris
published 0.7.6 •

Changelog

Source

0.7.6

  • Better placement of export default statements (#21)
  • Prevent function calls and property assignments from being treated as rebinding for sake of unbound default exports
  • Add --external foo,bar,baz option to CLI (equivalent to external: ['foo', 'bar', 'baz'])
  • Add CLI tests
rich_harris
published 0.7.5 •

Changelog

Source

0.7.5

  • Prevent accidental conflicts with the global namespace (#20)
rich_harris
published 0.7.4 •

Changelog

Source

0.7.4

  • More precise statement re-ordering to satisfy export default constraint (fixes bug introduced in 0.7.3)
rich_harris
published 0.7.3 •

Changelog

Source

0.7.3

  • Default exports are not bound. To enable this, statements within a module are sorted to retain their original order (#15)
  • Better positioning of comments (#14)
  • Various fixes to get Travis-CI rigged up
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