New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

rollup

Package Overview
Dependencies
Maintainers
5
Versions
856
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rollup - npm Package Versions

1
86

0.20.5

Diff

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