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

@rollup/browser

Package Overview
Dependencies
Maintainers
0
Versions
205
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rollup/browser - npm Package Versions

1
21

3.11.0

Diff

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 •

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 •

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