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

rollup

Package Overview
Dependencies
Maintainers
5
Versions
825
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.8.0

Diff

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
rich_harris
published 0.7.2 •

Changelog

Source

0.7.2

  • Fix sourcemap paths on Windows (#6)
rich_harris
published 0.7.1 •

Changelog

Source

0.7.1

  • Named functions can be used as default exports from a bundle
  • Method calls are assumed to mutate the owner (i.e. foo.bar() mutates foo) (#13)
  • options.indent can be used to control indentation of resulting bundle. options.true (default) means ' auto', options.false means empty string. Alternatively specify whitespace e.g. ' ' or '\t' (#5)
rich_harris
published 0.7.0 •

Changelog

Source

0.7.0

  • Ensure statements are always separated by a newline (#9)
  • Use CommonJS exports correctly (UMD exports)
  • Throw error if moduleName is required but missing (UMD exports)
  • Attach IIFE global to this rather than window
  • Allow names inside bundle to the the names of Object.prototype properties (#12)
  • Keep exports live (#11)
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