New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

@rollup/browser

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rollup/browser - npm Package Versions

2345
24
lukastaegert
published 4.37.0 •

Changelog

Source

4.37.0

2025-03-23

Features

  • Support Musl Linux on Riscv64 architectures (#5726)
  • Handles class decorators placed before the export keyword (#5871)

Bug Fixes

  • Log Rust panic messages to the console when using the WASM build (#5875)

Pull Requests

  • #5726: Add support for linux riscv64 musl (@fossdd, @leso-kn)
  • #5871: feat: support decorators before or after export (@TrickyPi)
  • #5875: capture Rust panic messages and output them to the console. (@luyahan, @lukastaegert)
  • #5883: Pin digest of 3rd party actions (@re-taro)
  • #5885: fix(deps): lock file maintenance minor/patch updates (@renovate[bot])
lukastaegert
published 4.36.0 •

Changelog

Source

4.36.0

2025-03-17

Features

  • Extend renderDynamicImport hook to provide information about static dependencies of the imported module (#5870)
  • Export several additional types used by Vite (#5879)

Bug Fixes

  • Do not merge chunks if that would create a top-level await cycle between chunks (#5843)

Pull Requests

  • #5843: avoiding top level await circular (@TrickyPi, @lukastaegert)
  • #5870: draft for extended renderDynamicImport hook (@iczero, @lukastaegert)
  • #5876: Update axios overrides to 1.8.2 (@vadym-khodak)
  • #5877: chore(deps): update dependency eslint-plugin-vue to v10 (@renovate[bot])
  • #5878: fix(deps): lock file maintenance minor/patch updates (@renovate[bot])
  • #5879: fix: export types (@sxzz)
lukastaegert
published 4.35.0 •

Changelog

Source

4.35.0

2025-03-08

Features

  • Pass build errors to the closeBundle hook (#5867)

Pull Requests

  • #5852: chore(deps): update dependency eslint-plugin-unicorn to v57 (@renovate[bot], @lukastaegert)
  • #5862: fix(deps): update swc monorepo (major) (@renovate[bot], @lukastaegert)
  • #5867: feat(5858): make closeBundle hook receive the last error (@GauBen)
  • #5872: chore(deps): update dependency builtin-modules to v5 (@renovate[bot])
  • #5873: chore(deps): update uraimo/run-on-arch-action action to v3 (@renovate[bot])
  • #5874: fix(deps): lock file maintenance minor/patch updates (@renovate[bot])
lukastaegert
published 4.34.9 •

Changelog

Source

4.34.9

2025-03-01

Bug Fixes

  • Support JSX modes in WASM (#5866)
  • Allow the CustomPluginOptions to be extended (#5850)

Pull Requests

  • #5850: Revert CustomPluginOptions to be an interface (@sapphi-red, @lukastaegert)
  • #5851: Javascript to JavaScript (@dasa, @lukastaegert)
  • #5853: chore(deps): update dependency pinia to v3 (@renovate[bot])
  • #5854: fix(deps): update swc monorepo (major) (@renovate[bot])
  • #5855: fix(deps): lock file maintenance minor/patch updates (@renovate[bot], @lukastaegert)
  • #5860: chore(deps): update dependency @shikijs/vitepress-twoslash to v3 (@renovate[bot])
  • #5861: chore(deps): update dependency globals to v16 (@renovate[bot])
  • #5863: fix(deps): lock file maintenance minor/patch updates (@renovate[bot])
  • #5864: chore(deps): lock file maintenance minor/patch updates (@renovate[bot])
  • #5866: Add jsx parameter to parseAsync in native.wasm.js (@TrickyPi)
lukastaegert
published 4.34.8 •

Changelog

Source

4.34.8

2025-02-17

Bug Fixes

  • Do not make assumptions about the value of nested paths in logical expressions if the expression cannot be simplified (#5846)

Pull Requests

  • #5846: return UnknownValue if the usedbranch is unkown and the path is not empty (@TrickyPi)
lukastaegert
published 4.34.7 •

Changelog

Source

4.34.7

2025-02-14

Bug Fixes

  • Ensure that calls to parameters are included correctly when using try-catch deoptimization (#5842)

Pull Requests

  • #5840: fix(deps): lock file maintenance minor/patch updates (@renovate[bot])
  • #5842: Fix prop inclusion with try-catch-deoptimization (@lukastaegert)
lukastaegert
published 4.34.6 •

Changelog

Source

4.34.6

2025-02-07

Bug Fixes

  • Retain "void 0" in the output for smaller output and fewer surprises (#5838)

Pull Requests

  • #5835: fix(deps): update swc monorepo (major) (@renovate[bot], @lukastaegert)
  • #5838: replace undefined with void 0 for operator void (@TrickyPi)
lukastaegert
published 4.34.5 •

Changelog

Source

4.34.5

2025-02-07

Bug Fixes

  • Ensure namespace reexports always include all properties of all exports (#5837)

Pull Requests

  • #5836: fix(deps): lock file maintenance minor/patch updates (@renovate[bot])
  • #5837: Include all paths of reexports if namespace is used (@lukastaegert)
lukastaegert
published 4.34.4 •

Changelog

Source

4.34.4

2025-02-05

Bug Fixes

  • Do not tree-shake properties if a rest element is used in destructuring (#5833)

Pull Requests

  • #5833: include all properties if a rest element is destructed (@TrickyPi)
lukastaegert
published 4.34.3 •

Changelog

Source

4.34.3

2025-02-05

Bug Fixes

  • Ensure properties of "this" are included in getters (#5831)

Pull Requests

  • #5831: include the properties that accessed by this (@TrickyPi)
2345
24