Socket
Socket
Sign inDemoInstall

rollup

Package Overview
Dependencies
1
Maintainers
5
Versions
797
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous1
76777880Next

0.7.2

Diff

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)
rich_harris
published 0.6.5 •

Changelog

Source

0.6.5

  • Add sourceMappingURL comment to code, as appropriate
  • Higher resolution sourcemaps
rich_harris
published 0.6.4 •

Changelog

Source

0.6.4

  • Fix CJS bundling with default export
rich_harris
published 0.6.3 •

Changelog

Source

0.6.3

  • Fix exports and external module imports with some output formats
  • Fix endless cycle bug on Windows (#3) - thanks @Bobris
rich_harris
published 0.6.2 •

Changelog

Source

0.6.2

  • Permit assignments to properties of imported bindings
rich_harris
published 0.6.1 •

Changelog

Source

0.6.1

  • Support for basic transformers
rich_harris
published 0.6.0 •

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