Socket
Socket
Sign inDemoInstall

rollup

Package Overview
Dependencies
18
Maintainers
5
Versions
799
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous1
35
80Next

4.6.1

Diff

Changelog

Source

4.6.1

2023-11-30

Bug Fixes

  • Resolve a situation where declaring the same var several times was considered a conflict (#5276)

Pull Requests

  • #5275: Add TNG as special sponsor (@lukastaegert)
  • #5276: Allow to redeclare parameters multiple times in nested scopes ( @lukastaegert)
lukastaegert
published 4.6.0 •

Changelog

Source

4.6.0

2023-11-26

Features

  • Allow this.addWatchFile in all plugin hooks (#5270)

Bug Fixes

  • Show helpful error when native binaries are not installed due to an npm issue (#5267)
  • Do not access this context in this.addWatchFile so it does not need to be bound when passed around (#5270)

Pull Requests

  • #5267: Add friendly error for npm bug (@sapphi-red)
  • #5270: Allow this.addWatchFile in all hooks (@lukastaegert)
  • #5272: Debug deployed graphs (@lukastaegert)
lukastaegert
published 4.5.2 •

Changelog

Source

4.5.2

2023-11-24

Bug Fixes

  • Handle files with UTF-8 BOM when using the commonjs plugin (#5268)

Pull Requests

  • #5268: fix: strip BOM before calling transform hook (@TrickyPi)
  • #5269: chore(deps): lock file maintenance minor/patch updates ( @renovate[bot])
lukastaegert
published 4.5.1 •

Changelog

Source

4.5.1

2023-11-21

Bug Fixes

  • Do not error when a function expression uses the same name for a parameter and its id (#5262)

Pull Requests

  • #5257: Fix graphs in docs, improve REPL colors (@lukastaegert)
  • #5262: Allow function expression parameters to shadow the function id ( @lukastaegert)
lukastaegert
published 4.5.0 •

Changelog

Source

4.5.0

2023-11-18

Bug Fixes

  • Show a proper error when using native Rollup on armv7 musl Linux (#5255)

Pull Requests

  • #5251: doc fix import assertions to attributes in API plugin development page (@lhapaipai)
  • #5253: chore(deps): lock file maintenance minor/patch updates ( @renovate[bot])
  • #5255: Error for armv7 musl build (@lukastaegert)
lukastaegert
published 4.4.1 •

Changelog

Source

4.4.1

2023-11-14

Bug Fixes

  • Do not flag duplicate function declarations in function scopes as syntax errors (#5248)

Pull Requests

  • #5248: Allow functions to redeclare vars and functions in function scopes (@lukastaegert)
lukastaegert
published 4.4.0 •

Changelog

Source

4.4.0

2023-11-12

Features

  • Replace SWC linting with faster internal linting to error on duplicate declarations etc. (#5207)

Bug Fixes

  • Show proper error when an entry exports non-existing bindings (#5207)

Pull Requests

  • #5207: perf: run lint while constructing nodes (@sapphi-red)
lukastaegert
published 4.3.1 •

Changelog

Source

4.3.1

2023-11-11

Bug Fixes

  • Fix rename error when handling errors in watch mode (#5240)
  • Prevent warning when using --forceExit (#5245)

Pull Requests

  • #5240: fix: allow the name of Rollup Error to be modified (@TrickyPi)
  • #5243: chore(deps): lock file maintenance minor/patch updates ( @renovate[bot])
  • #5245: Ensure --forceExit works without warning (@lukastaegert)
lukastaegert
published 4.3.0 •

Changelog

Source

4.3.0

2023-11-03

Features

  • Add forceExit CLI flag for situations where the CLI does not exit gracefully (#5195)

Bug Fixes

  • Properly catch errors when removing a temporary config file fails (#5198)

Pull Requests

  • #5195: Add forceExit CLI flag (@raphael-theriault-swi)
  • #5198: fix: prevent ENOENT error on temp config removal (@jzempel)
  • #5237: chore: remove unused files and deps (@TrickyPi)
  • #5238: chore(deps): update dependency eslint-plugin-unicorn to v49 ( @renovate[bot])
  • #5239: chore(deps): lock file maintenance minor/patch updates ( @renovate[bot])
lukastaegert
published 4.2.0 •

Changelog

Source

4.2.0

2023-10-31

Features

  • Run parsing in multiple threads and introduce parseAstAsync helper function (#5202)

Pull Requests

  • #5202: perf: introduce parseAstAsync and parallelize parsing AST ( @sapphi-red)
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc