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
0
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.19.1

Diff

Changelog

Source

3.19.1

2023-03-10

Bug Fixes

  • Produce valid code when the first statement in aclass static block is tree-shaken (#4898)

Pull Requests

  • #4898: fix: set a correct node location for static blocks (@TrickyPi)
  • #4900: docs: fix table at output.sanitizeFileName section (@0x009922)
lukastaegert
published 3.19.0 •

Changelog

Source

3.19.0

2023-03-09

Features

  • Make reassignment tracking of call parameters more specific to no lose information when an object is passed to a function (#4892)

Pull Requests

  • #4890: Fix npm run dev (@lukastaegert)
  • #4892: Only selectively deoptimize call parameters (@lukastaegert)
  • #4897: Pre-render mermaid graphs on website (@lukastaegert)
lukastaegert
published 3.18.0 •

Changelog

Source

3.18.0

2023-03-01

Features

  • Add experimentalLogSideEffects to log the first detected side effect in every module (#4871)
  • Ignore-list sourcemaps of files inside node_modules by default (#4877)

Pull Requests

  • #4871: Add experimental logging for side effects (@lukastaegert)
  • #4877: feat: mark files in a node_modules as ignore-listed by default (@bmeurer)
  • #4880: build: use @rollup/plugin-replace to replace chokidar fsevents ( @dnalborczyk)
  • #4887: Refactor (@dnalborczyk)
lukastaegert
published 3.18.0-0 •

lukastaegert
published 3.17.3 •

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