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

4.0.0-2

Diff

lukastaegert
published 4.0.0-1 •

lukastaegert
published 3.27.0 •

Changelog

Source

3.27.0

2023-07-28

Features

  • Mark Object.values and Object.entries as pure if their argument does not contain getters (#5072)

Pull Requests

  • #5070: chore(deps): lock file maintenance minor/patch updates ( @renovate[bot])
  • #5071: docs(tutorial): change the .js extension to .mjs (@TrickyPi)
  • #5072: Add known globals (@sapphi-red)
  • #5078: chore(deps): update dependency @vue/eslint-config-prettier to v8 (@renovate[bot])
  • #5079: chore(deps): lock file maintenance minor/patch updates ( @renovate[bot])
lukastaegert
published 3.26.3 •

Changelog

Source

3.26.3

2023-07-17

Bug Fixes

  • Do not pass external modules to manualChunks to avoid breaking existing configs (#5068)

Pull Requests

  • #5056: chore(deps): lock file maintenance minor/patch updates ( @renovate[bot])
  • #5059: chore(config): migrate renovate config (@renovate[bot])
  • #5064: chore(deps): update dependency prettier to v3 (@renovate[bot])
  • #5065: chore(deps): update typescript-eslint monorepo to v6 (major) ( @renovate[bot])
  • #5068: fix: don't pass external modules to the manualChunks function ( @TrickyPi)
lukastaegert
published 3.26.2 •

Changelog

Source

3.26.2

2023-07-06

Bug Fixes

  • Improve error handling when manual chunks would contain external modules (#5050)

Pull Requests

  • #5050: fix: improve error for manualChunks' modules that are resolved as an external module (@TrickyPi)
lukastaegert
published 3.26.1 •

Changelog

Source

3.26.1

2023-07-05

Bug Fixes

  • Support hasOwnProperty as exported name in CommonJS (#5010)
  • Properly reference browser types in package file (#5051)

Pull Requests

  • #5010: safe hasOwnProperty call (@LongTengDao)
  • #5051: @rollup/browser: fix types export map entry (@developit)
lukastaegert
published 3.26.0 •

Changelog

Source

3.26.0

2023-06-30

Features

  • Add --filterLogs CLI flag and ROLLUP_FILTER_LOGS environment variable for log filtering (#5035)

Pull Requests

  • #5035: Add ability to filter logs via CLI option or environment variable (@lukastaegert)
  • #5049: chore(deps): lock file maintenance minor/patch updates ( @renovate[bot])
lukastaegert
published 3.25.3 •

Changelog

Source

3.25.3

2023-06-26

Bug Fixes

  • Fix error when inlining dynamic imports that contain unused reexported variables (#5047)

Pull Requests

  • #5047: Do not add tree-shaken variables to namespaces when inlining dynamic imports (@lukastaegert)
lukastaegert
published 3.25.2 •

Changelog

Source

3.25.2

2023-06-24

Bug Fixes

  • Handle plugin errors where code is not a string (#5042)
  • Use current transformed source when generating code frames with positions in transform hooks (#5045)

Pull Requests

  • #5038: chore(deps): lock file maintenance minor/patch updates ( @renovate[bot])
  • #5040: Fix typo in index.md (@vHeemstra)
  • #5042: fix: a plugin error can contains numeric code (@TrickyPi)
  • #5045: Fix this.error with pos in transform hook (@sapphi-red)
  • #5046: chore(deps): update dependency locate-character to v3 ( @renovate[bot])
lukastaegert
published 3.25.1 •

Changelog

Source

3.25.1

2023-06-12

Bug Fixes

  • Respect __NO_SIDE_EFFECTS__ for async functions (#5031)

Pull Requests

  • #5031: fix: __NO_SIDE_EFFECTS__ annotation for async function (@antfu)
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