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

@rollup/browser

Package Overview
Dependencies
Maintainers
4
Versions
218
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rollup/browser - npm Package Versions

1
22

3.12.1

Diff

Changelog

Source

3.12.1

2023-02-01

Bug Fixes

  • Handle self-references in class static blocks and construtors when the class is renamed (#4827)
  • Improve warnings when creating circular chunks taht reexport variables (#4829)

Pull Requests

  • #4827: fix: use the original class name in the class body (@TrickyPi)
  • #4829: Improve and fix cross-chunk-reexport warning (@lukastaegert)
  • #4830: Add Algolia doc search (@lukastaegert)
  • #4831: Add warning not to add assets directly to the bundle ( @lukastaegert)
lukastaegert
published 3.12.0 •

Changelog

Source

3.12.0

2023-01-28

Features

  • Change generated external namespace reexport helper code for CommonJS to better work with NodeJS named export detection (#4826)

Pull Requests

  • #4825: Add and use anchors for nested options (@lukastaegert)
  • #4826: Use old namespace reexport code pattern for better Node support ( @lukastaegert)
lukastaegert
published 3.11.0 •

Changelog

Source

3.11.0

2023-01-26

Features

  • Support opt-in tree-shaking for emitted assets based on code references (#4805)

Bug Fixes

  • Adapt documentation references in Rollup to new website (#4807)

Pull Requests

  • #4805: feat: add needsCodeReference field to EmittedAsset (@TrickyPi)
  • #4807: Rewrite website in Vitepress and merge it into the main repository (@lukastaegert)
  • #4816: web-publisher: Update docs/faqs/index.md (@PuruVJ)
  • #4819: Replace fs-extra with built-ins (@dnalborczyk)
  • #4820: Introduce timeout-minutes in Github actions ci (@dnalborczyk)
  • #4822: Tweak document landing page (@sapphi-red)
  • #4823: Minor migration guide improvements (@sapphi-red)
  • #4824: Add most options to the REPL (@lukastaegert)
lukastaegert
published 3.10.1 •

Changelog

Source

3.10.1

2023-01-20

Bug Fixes

  • Fix some crashes when using optional chaining with namespaces and improve tree-shaking (#4812)
  • Avoid wrongly removed code when using optional chaining (#4812)

Pull Requests

  • #4809: fix: rollup bin file is in dist folder (@saibotsivad)
  • #4812: Rework tree-shaking support for optional chaining (@lukastaegert)
lukastaegert
published 3.10.0 •

Changelog

Source

3.10.0

2023-01-12

Features

  • Add information about the resolving plugin to resolved ids (#4789)
  • Improve treeshaking for optional chaining when the root is nullish (#4797)

Bug Fixes

  • Remove unnecessary internal defaults for acorn options (#4786)

Pull Requests

  • #4785: Use @jridgewell/sourcemap-codec (@bluwy)
  • #4786: Remove default acorn options + other fixes (@dnalborczyk)
  • #4789: feat: add resolvedBy field to ResolvedId (@TrickyPi)
  • #4794: fix: import can be shortened (@cunzaizhuyi)
  • #4796: Update dependencies (@lukastaegert)
  • #4797: feat: treeshake for optional chaining (@antfu)
lukastaegert
published 3.9.1 •

Changelog

Source

3.9.1

2023-01-02

Bug Fixes

  • Sort keys in generated dynamic namespace objects (#4780)
  • Do not consider Array.group to be side effect free as the specs have changed (#4779)

Pull Requests

  • #4777: Import from node:fs/promises (@dnalborczyk)
  • #4778: Bump deps (@dnalborczyk)
  • #4779: Remove array grouping (web compat issue) (@dnalborczyk)
  • #4780: Sort namespace object keys (@dnalborczyk)
  • #4781: Use Set and builtin-modules package (@dnalborczyk)
  • #4782: Use more restrictive types (@dnalborczyk)
lukastaegert
published 3.9.0 •

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 •

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