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

rollup

Package Overview
Dependencies
Maintainers
5
Versions
834
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rollup - npm Package Versions

1
83

0.12.0

Diff

Changelog

Source

0.12.0

  • Internal re-architecting, resulting in more efficient bundling with reduced memory usage
  • Shorthand properties are expanded if necessary (#61)
  • Fixed various bugs with bundle external dependencies, particularly when generating ES6 bundles (#59)
  • Add --globals option to CLI (#60)
  • Allow imports of external modules for side-effects (#55)
  • Prevent Rollup hanging on non-existent external module (#54)
rich_harris
published 0.11.4 •

Changelog

Source

0.11.4

  • Side-effect preservation applies to internal default exports (#43)
rich_harris
published 0.11.3 •

Changelog

Source

0.11.3

  • Class methods are not incorrectly renamed (#42)
  • External modules are assigned names before canonical names are determined (#42)
rich_harris
published 0.11.2 •

Changelog

Source

0.11.2

  • Correctly handle computed properties (e.g. foo[bar]) when discovering dependencies (#47)
rich_harris
published 0.11.1 •

Changelog

Source

0.11.1

  • Support for export * from '..' (#46)
rich_harris
published 0.11.0 •

Changelog

Source

0.11.0

  • Experimental browser-friendly build (dist/rollup.browser.js) (#25)
  • Internal re-architecting to make discovery process simpler and more performant
  • Preservation of side-effects that happen in a separate module to the affected definition (#39)
rich_harris
published 0.10.0 •

Changelog

Source

0.10.0

  • Better sorting algorithm – sorting happens at the module level, rather than the statement level. This avoids certain edge cases
  • IIFEs are ignored for the purposes of distinguishing between 'strong' and 'weak' dependencies
  • Empty var declarations for exported bindings are omitted
rich_harris
published 0.9.1 •

Changelog

Source

0.9.1

  • Much faster statement insertion (fixes major 0.9.0 performance regression)
rich_harris
published 0.9.0 •

Changelog

Source

0.9.0

  • BREAKING - resolvePath is now resolveId. The returned id (which by default is a filepath) is passed to the load function, which can optionally be overridden, and which is applied to all modules including the entry module. This allows custom resolver and loading logic for integration with third party systems (e.g. JSPM) or, eventually, in-browser usage (#30)
  • A statement cannot appear after later statements from the same bundle (#34)
  • Tricky cyclical dependencies are handled (#36)
  • sourcemap option is used by CLI (was omitted previously)
rich_harris
published 0.8.3 •

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)
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