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

Diff

Changelog

Source

3.17.3

2023-02-25

Bug Fixes

  • Handle non-URL-safe characters when poly-filling import.meta.url (#4875)

Pull Requests

  • #4870: fix: style optimization in dark mode (@huodoushigemi)
  • #4875: Fix transformation of import.meta.url in CommonJS (@fasttime)
  • #4876: fix: wrong params of the transform hook (@ZzqiZQute)
  • #4878: Improve test stability (@lukastaegert)
lukastaegert
published 3.17.3-1 •

lukastaegert
published 3.17.3-0 •

lukastaegert
published 3.17.2 •

Changelog

Source

3.17.2

2023-02-20

Bug Fixes

  • Do not omit code if a file that only re-exports a used variable has moduleSideEffects set to true (#4867)
  • Add missing needsCodeReference property in TypeScript for asset tree-shaking (#4868)
  • Add correct side effect configuration for additional Object and Promise methods (#4323)

Pull Requests

  • #4323: feat: add known globals (@dnalborczyk)
  • #4867: Include side effects of re-exporters unless they have moduleSideEffects: false (@lukastaegert)
  • #4868: Add needsCodeReference property to EmittedAsset (@sapphi-red)
lukastaegert
published 3.17.1 •

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