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.17.1

Diff

Changelog

Source

3.17.1

2023-02-18

Bug Fixes

  • Add TypeScript types for loadConfigFile (#4853)
  • Fix an issue that could include unused classes in the bundle if their super class was in a file with moduleSideEffects: false (#4866)

Pull Requests

  • #4853: feat: export loadConfigFile type (@TrickyPi)
  • #4866: Do not mark variable access in files without side effects as TDZ (@lukastaegert)
lukastaegert
published 3.17.0 •

Changelog

Source

3.17.0

2023-02-18

Features

  • Deprecate experimentalDeepDynamicChunkOptimization and always run the full chunk generation algorithm (#4862)

Bug Fixes

  • Fix an issue that caused very slow builds for projects with over 1000 dynamic imports when experimentalDeepDynamicChunkOptimization was enabled (#4862)

Pull Requests

  • #4862: Improve chunking performance (@lukastaegert)
lukastaegert
published 3.16.0 •

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