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

rollup

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rollup - npm Package Versions

2345
87
lukastaegert
published 4.34.9 •

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)
lukastaegert
published 4.34.2 •

Changelog

Source

4.34.2

2025-02-04

Bug Fixes

  • Fix an issue where not all usages of a function were properly detected (#5827)

Pull Requests

  • #5827: Ensure that functions provided to a constructor are properly deoptimized (@lukastaegert)
lukastaegert
published 4.34.1 •

Changelog

Source

4.34.1

2025-02-03

Bug Fixes

  • Ensure throwing objects includes the entire object (#5825)

Pull Requests

  • #5825: Ensure that all properties of throw statements are included (@lukastaegert)
lukastaegert
published 4.34.0 •

Changelog

Source

4.34.0

2025-02-01

Features

  • Tree-shake unused properties in object literals (re-implements #5420) (#5737)

Pull Requests

  • #5737: Reapply object tree-shaking (@lukastaegert, @TrickyPi)
2345
87