Socket
Socket
Sign inDemoInstall

rollup

Package Overview
Dependencies
Maintainers
1
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.21.1

Diff

Changelog

Source

0.21.1

  • Remove aggressive: true (was too aggressive) (#309)
  • Handle top-level block statements (#326)
  • Optimise namespaces with default exports (#314)
rich_harris
published 0.21.0 •

Changelog

Source

0.21.0

  • Only include statements whose side-effects are relevant (i.e. contribute to exports or affect global state) (#253) (#253)
  • Exclude dead branches from analysis and inclusion (#249)
  • Add aggressive: true option to eliminate all side-effects outside entry module
  • More informative error when re-exporting non-existent binding (#274)
  • Fix infinite recursion bug (#291)
  • Log errors when using rollup --config (#288)
  • Return rejected promises on startup instead of throwing error, if options are invalid (#303)
rich_harris
published 0.20.5 •

Changelog

Source

0.20.5

  • Ensure re-exports don't create a local binding (#270)
rich_harris
published 0.20.4 •

Changelog

Source

0.20.4

  • Check file exists at resolve time, to allow filenames with non-extension dots in them (#250)
  • Import Promise where used, for Node 0.10 support (#254)
  • Allow asynchronous transformer plugins (#260)
  • Don't assume re-exported bindings are globals when deconflicting (#267)
rich_harris
published 0.20.3 •

Changelog

Source

0.20.3

  • Fix bug where multiple export * declarations caused error (#244)
  • Missing namespace exports are a warning, not an error (#244)
  • Plugins can provide banner and footer options (string, or function that returns a string) (#235)
  • Warn on encountering eval (#186)
rich_harris
published 0.20.2 •

Changelog

Source

0.20.2

  • Handle errors in build config file
  • More robust deconflicting, in cases where e.g. foo$1 already exists
  • Use Rollup CLI for own build process
rich_harris
published 0.20.1 •

Changelog

Source

0.20.1

  • Support --config file to enable plugins with CLI (#226)
  • Prevent default being used as variable name (#215)
  • Update deps
rich_harris
published 0.20.0 •

Changelog

Source

0.20.0

  • Support for plugins (#207)
  • BREAKING – options.transform, options.load, options.resolveId, options.resolveExternal and options.external are no longer supported, and should be handled by plugins. More info
  • BREAKING – the .js extension is only added if it looks like there's no extension, allowing e.g. import data from 'data.json' (with the appropriate transformer). For safety, always include the file extension – import ./foo.js, not ./foo
rich_harris
published 0.19.2 •

Changelog

Source

0.19.2

  • Fix exporting namespaces to include all of their exports (#204)
  • Namespace exotic objects are frozen to ensure that its properties cannot be modified, reconfigured, redefined or deleted (#203)
  • Fix ReferenceError: Promise is not defined in node v0.10 (#189)
rich_harris
published 0.19.1 •

Changelog

Source

0.19.1

  • Fix module.basename() when used with custom resolveId function
  • Use rollup-babel to build self
  • Exposed the version string through the API: require( 'rollup' ).VERSION
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