Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

rollup

Package Overview
Dependencies
Maintainers
5
Versions
850
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rollup - npm Package Versions

1
85

3.25.0

Diff

Changelog

Source

3.25.0

2023-06-11

Features

  • Add this.info and this.debug plugin context logging functions (#5026)
  • Add onLog option to read, map and filter logs (#5026)
  • Add logLevel option to fully suppress logs by level (#5026)
  • Support function logs in this.warn, this.info and this.debug to avoid heavy computations based on log level ( #5026)
  • Add onLog plugin hook to read, filter and map logs from plugins (#5026)

Pull Requests

  • #5026: Add Logging API (@lukastaegert)
lukastaegert
published 3.24.1 •

Changelog

Source

3.24.1

2023-06-10

Bug Fixes

  • Fix an issue where bundles with @rollup/plugin-commonjs were missing internal dependencies when code-splitting ( #5029)
  • Do not use process.exit(0) in watch mode to avoid issues in embedded scenarios (#5027)

Pull Requests

  • #5027: fix turborepo with rollup --watch (@plumber-dhaval)
  • #5028: chore(deps): lock file maintenance minor/patch updates ( @renovate[bot])
  • #5029: fix: get right sideEffectModules (@TrickyPi)
lukastaegert
published 3.24.0 •

Changelog

Source

3.24.0

2023-06-07

Features

  • Add new annotation /* #__NO_SIDE_EFFECTS__ */ to mark function declarations as side effect free (#5024)

Pull Requests

  • #5024: feat: support #__NO_SIDE_EFFECTS__ annotation for function declaration (@antfu)
lukastaegert
published 3.23.1 •

Changelog

Source

3.23.1

2023-06-04

Bug Fixes

  • Ensure the last segment of sourcemapBaseUrl is never omitted (#5022)

Pull Requests

  • #5006: Better workflow caching (@lukastaegert)
  • #5012: chore(deps): lock file maintenance minor/patch updates ( @renovate[bot])
  • #5022: fix: add a trailing slash automatically for sourcemapBaseUrl ( @TrickyPi)
  • #5023: chore(deps): lock file maintenance minor/patch updates ( @renovate[bot])
lukastaegert
published 3.23.0 •

Changelog

Source

3.23.0

2023-05-22

Features

  • Support emitting "prebuilt chunks" from plugins (#4990)

Bug Fixes

  • Mark Sets and Maps as pure when they receive an array literal as argument (#5005)

Pull Requests

  • #4990: feat: this.emitFile support prebuilt-chunk type (@TrickyPi)
  • #5005: feat: mark Set, Map, WeakSet and WeakMap with array arguments as pure (@TrickyPi)
lukastaegert
published 3.22.1 •

Changelog

Source

3.22.1

2023-05-21

Bug Fixes

  • Remove force quit again as it caused some issues (#5004)

Pull Requests

  • #5001: chore(deps): update dependency @rollup/plugin-commonjs to v25 ( @renovate[bot])
  • #5002: chore(deps): update dependency eslint-plugin-unicorn to v47 ( @renovate[bot])
  • #5003: chore(deps): lock file maintenance minor/patch updates ( @renovate[bot])
  • #5004: Do not force quit Rollup or close stdout (@lukastaegert)
lukastaegert
published 3.22.0 •

Changelog

Source

3.22.0

2023-05-17

Features

  • Prevent empty non-facade chunks by merging them into other suitable chunks (#4989)
  • Avoid facade chunks in some situations involving reexports (#4989)
  • Improve algorithm for best merge target when using experimentalMinChunkSize to take tree-shaking into account ( #4989)

Bug Fixes

  • Take side effects of external dependencies into account when merging chunks for experimentalMinChunkSize (#4989)

Pull Requests

  • #4989: Prevent empty chunks and thoroughly improve experimentalMinChunkSize (@lukastaegert)
lukastaegert
published 3.21.8 •

Changelog

Source

3.21.8

2023-05-16

Bug Fixes

  • Allow a namespace to properly contain itself as a named export (#4991)

Pull Requests

  • #4991: Handle self-referencing namespaces (@lukastaegert)
lukastaegert
published 3.22.0-0 •

lukastaegert
published 3.21.7 •

Changelog

Source

3.21.7

2023-05-13

Bug Fixes

  • Show correct error on uncaught exceptions in watch mode (#4987)

Pull Requests

  • #4987: Properly quit on uncaught exceptions (@lukastaegert)
  • #4988: test: add options type for function tests (@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