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

@rollup/browser

Package Overview
Dependencies
Maintainers
4
Versions
230
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rollup/browser - npm Package Versions

1
23

3.9.0

Diff

Changelog

Source

3.9.0

2022-12-28

Features

  • Support ES2022 arbitrary module namespace identifiers (#4770)
  • Add optional version property to plugin type (#4771)

Pull Requests

  • #4768: Fix small typo in 999-big-list-of-options.md (@ericmutta)
  • #4769: docs: add a instruction about how to run one test on your local computer (@TrickyPi)
  • #4770: Add support for arbitrary module namespace identifiers ( @lukastaegert)
  • #4771: Add version property to Plugin type (@Septh)
lukastaegert
published 3.8.1 •

Changelog

Source

3.8.1

2022-12-23

Bug Fixes

  • Reduce memory footprint when explicitly passing cache: false (#4762)
  • Fix a crash when preserving modules and reexporting namespaces (#4766)

Pull Requests

  • #4762: Improve AST garbage collection (@bluwy)
  • #4766: Fix handling of namespace reexports when preserving modules ( @lukastaegert)
lukastaegert
published 3.8.0 •

Changelog

Source

3.8.0

2022-12-22

Features

  • Deduplicate ESM exports and reexports when preserving modules (#4759)

Bug Fixes

  • Handle files that are emitted as a side effect of the manualChunks option (#4759)

Pull Requests

  • #4759: feat: deduplicate reexports and renderedExports to simplify output (@TrickyPi)
  • #4761: Support emitting files via manualChunks in output (@lukastaegert)
  • #4763: docs: update outdated info (@TrickyPi)
lukastaegert
published 3.7.6-0 •

lukastaegert
published 3.7.5 •

Changelog

Source

3.7.5

2022-12-17

Bug Fixes

  • Avoid name shadowing when default exporting a class that matches the name of another class (#4756)
  • Do not display the error message both in a separate line and in the stack trace in rollup CLI (#4749)
  • Make type of RollupWarning.cause compatible with Error.cause (#4757)
  • Do not swallow side effects when interacting with modules namespaces nested in another object (#4758)

Pull Requests

  • #4749: feat: simplify stack info in cli error (@TrickyPi)
  • #4756: Avoid name conflicts for default exported classes (@lukastaegert)
  • #4757: fix: RollupLog cause allow unknown (@Shinigami92)
  • #4758: Correctly handle side effects when a namespace is nested in an object (@lukastaegert)
lukastaegert
published 3.7.5-0 •

lukastaegert
published 3.7.4 •

Changelog

Source

3.7.4

2022-12-13

Bug Fixes

  • Do not remove calls to .exec and .test for included stateful regular expressions (#4742)

Pull Requests

  • #4742: fix: check whether RegExp have the global or sticky flags set ( @TrickyPi)
lukastaegert
published 3.7.3 •

Changelog

Source

3.7.3

2022-12-11

Bug Fixes

  • Ensure this.getFileName no longer returns a placeholder as soon as hash placeholders have been resolved (#4747)

Pull Requests

  • #4747: provide hashed file name when using this.getFileName in generateBundle (@lukastaegert)
lukastaegert
published 3.7.3-0 •

lukastaegert
published 3.7.2 •

Changelog

Source

3.7.2

2022-12-10

Bug Fixes

  • Improve chunk generation performance when one module is dynamically imported by many other modules (#4736)

Pull Requests

  • #4736: Improve chunk assignment performance (@lukastaegert)
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