Socket
Socket
Sign inDemoInstall

rollup

Package Overview
Dependencies
1
Maintainers
5
Versions
799
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous1
76777879

0.6.0

Diff

Changelog

Source

0.6.0

  • BREAKING - rollup.rollup and bundle.write both take a single options argument
  • BREAKING - external modules must be declared upfront with options.external: [...]
  • Non-relative module paths will be resolved by looking for jsnext:main fields in the appropriate package.json files. This behaviour can be overridden by passing an alternative resolveExternal function
  • Fix sourcemap options
  • Include CLI files in npm package (duh)
rich_harris
published 0.5.0 •

Changelog

Source

0.5.0

  • Command line interface
  • Sourcemap generation
  • Correct behaviour with export { x as y } from 'z'
rich_harris
published 0.4.1 •

Changelog

Source

0.4.1

  • More import name deconflicting
rich_harris
published 0.4.0 •

Changelog

Source

0.4.0

  • Self-hosting! rollup.rollup now rolls up rollup
  • Fix bug with comments inside a statement later being appended to it
  • Prevent shadowing of external modules
  • Rewrite computed property identifiers where necessary
  • Preserve original statement order where possible
  • Internal refactoring
rich_harris
published 0.3.1 •

Changelog

Source

0.3.1

  • Saner deconflicting
  • Rename namespace imports from external modules correctly
rich_harris
published 0.3.0 •

Changelog

Source

0.3.0

  • Basic functionality present, mostly spec-compliant
rich_harris
published 0.2.1 •

Changelog

Source

0.2.1

  • Include dist files in npm package (duh)
rich_harris
published 0.2.0 •

Changelog

Source

0.2.0

  • First release capable of doing anything useful
  • Still lots of basic functionality missing
rich_harris
published 0.1.0 •

Changelog

Source

0.1.0

  • Initial experiment
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc