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
232
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rollup/browser - npm Package Versions

1
24

3.16.0

Diff

Changelog

Source

3.16.0

2023-02-17

Features

  • Support output.sourcemapIgnoreList option to mark file sources as ignored in the x_google_ignoreList attribute of the resulting sourcemap (#4848)
  • Support sourcemaps where sourcesContent contains null entries (#4846)
  • Allow explicitly passing true for the cache option to override Vite's default (#4859)

Bug Fixes

  • Fix an issue where unrelated side effects spilled into other chunks when using the experimentalMinChunkSize option ( #4851)

Pull Requests

  • #4846: Update magic-string and adjust types. (@bmeurer)
  • #4848: Introduce sourcemapIgnoreList predicate. (@bmeurer)
  • #4851: Fix chunk graph update when merging chunks for minChunkSize ( @lukastaegert)
  • #4852: docs: make api params more readable (@cunzaizhuyi)
  • #4856: simplify code in includeStatements (@TrickyPi)
  • #4859: Allow to pass "true" to InputOptions.cache (@danielrentz)
lukastaegert
published 3.15.1-1 •

lukastaegert
published 3.15.1-0 •

lukastaegert
published 3.15.0 •

Changelog

Source

3.15.0

2023-02-10

Features

  • Do not consider instantiating a constructor a side effect if it adds properties to "this" and is instantiated elsewhere (#4842)

Bug Fixes

  • Improve side effect detection in constructors (#4842)

Pull Requests

  • #4842: fix: add this option to context.ignore (@TrickyPi)
  • #4843: fixed the logo link (@oMatheuss)
  • #4844: Update index.md (@cunzaizhuyi)
  • #4845: docs: fix style (@TrickyPi)
lukastaegert
published 3.14.0 •

Changelog

Source

3.14.0

2023-02-05

Features

  • Add experimentalDeepDynamicChunkOptimization option to produce fewer chunks from dynamic imports (#4837)

Pull Requests

  • #4837: Add flag to re-enable deep dynamic chunk optimization ( @lukastaegert)
  • #4839: fix: correct incorrect assertions (@TrickyPi)
lukastaegert
published 3.13.0 •

Changelog

Source

3.13.0

2023-02-03

Features

  • Prevent chunk cycles when using experimentalMinChunkSize (#4723)

Pull Requests

  • #4723: Improve minChunkSize algorithm (@lukastaegert)
  • #4833: docs: Fix typo (@mturoci)
  • #4835: Tables in docs (@lukastaegert)
lukastaegert
published 3.12.1 •

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