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

rollup

Package Overview
Dependencies
Maintainers
5
Versions
838
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rollup - npm Package Versions

1
84

0.19.1

Diff

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

Changelog

Source

0.19.0

  • breaking The transform option is no longer passed through to custom loaders. Loaders should only concern themselves with providing source code; transformation will always take place
  • options.transform functions can return a string, or a {code, map, ast} object. Where possible, sourcemap chains will be flattened (#175)
  • options.resolveId, options.resolveExternal and options.load can each be a function or an array of functions. If an array, the first non-null/undefined return value is used. In both cases, failed resolution/loading will fall back to the defaults, unless an error is thrown. (#174)
  • New intro and outro options – similar to banner and footer except inserted inside any format-specific wrapper
  • Multiple var declarations in an export block (e.g. export let a = 1, b = 2) are split up to facilitate tree-shaking (#171)
  • More informative error when using a missing namespace property (#169)
  • Update various dependencies
rich_harris
published 0.18.5 •

Changelog

Source

0.18.5

  • Allow namespaces to be assigned to variables (#168)
  • Promote chalk and source-map-support to dependencies, as they're used by the CLI (#167)
rich_harris
published 0.18.4 •

Changelog

Source

0.18.4

  • Make external modules configurable (i.e. external.config.foo = 'bar') without erroring
rich_harris
published 0.18.3 •

Changelog

Source

0.18.3

  • Crop indent exclusion ranges to exclude enclosing quotes (#166)
rich_harris
published 0.18.2 •

Changelog

Source

0.18.2

  • Include definitions of namespace members that are exported as defaults
rich_harris
published 0.18.1 •

Changelog

Source

0.18.1

  • Include acorn.parse in bundle, remove sander from dependencies, simplify build
rich_harris
published 0.18.0 •

Changelog

Source

0.18.0

  • Internal rewrite
  • Reinstate statically-analysable namespace imports
  • Avoid using getters in namespace blocks where possible (#144)
  • Track variable aliases (#96)
  • Prevent multiline strings being indented (#164)
rich_harris
published 0.17.3 •

Changelog

Source

0.17.3

  • Handle parenthesised default exports (#136)
rich_harris
published 0.17.2 •

Changelog

Source

0.17.2

  • Allow use of scoped npm packages (#131)
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