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

@rollup/browser

Package Overview
Dependencies
Maintainers
4
Versions
229
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rollup/browser - npm Package Versions

1
23

3.21.6

Diff

Changelog

Source

3.21.6

2023-05-09

Bug Fixes

  • Ensure Rollup CLI prints everything to stdout before exiting (#4980)

Pull Requests

  • #4980: chore(deps): lock file maintenance minor/patch updates ( @renovate[bot])
  • #4983: Prevent exit before stdout is drained (@lukastaegert)
lukastaegert
published 3.21.5 •

Changelog

Source

3.21.5

2023-05-05

Bug Fixes

  • Keep all consecutive lines at the top of each module that start with a comment (#4975)
  • Ensure that declarations inside switch cases do not use the same scope as the discriminator (#4979)

Pull Requests

  • #4975: Keep leading comments on consecutive lines (@lukastaegert)
  • #4979: Use correct scope in switch statements (@lukastaegert)
lukastaegert
published 3.21.4 •

Changelog

Source

3.21.4

2023-05-03

Bug Fixes

  • Resolve crash when shimming a missing export in an otherwise non-included module when preserving modules (#4971)

Pull Requests

  • #4971: Handle shimming missing exports when preserving modules ( @lukastaegert)
  • #4972: Configure Renovate (@renovate[bot])
lukastaegert
published 3.21.3 •

Changelog

Source

3.21.3

2023-05-02

Bug Fixes

  • Run process.exit() when Rollup CLI finishes successfully to solve issues on some systems (#4969)

Pull Requests

  • #4954: test: enable typecheck for _config files (@antfu)
  • #4969: Automatically force close Rollup when done (@lukastaegert)
lukastaegert
published 3.21.2 •

Changelog

Source

3.21.2

2023-04-30

Bug Fixes

  • Mark global functions that trigger iterators as impure for now (#4955)

Pull Requests

  • #4955: fix: mark some known globals or their functions as impure ( @TrickyPi)
lukastaegert
published 3.21.1 •

Changelog

Source

3.21.1

2023-04-29

Bug Fixes

  • Make sure call arguments are properly deoptimized when a function uses the arguments variable (#4965)

Pull Requests

  • #4957: Update dependencies (@lukastaegert)
  • #4964: Fix REPL in dev (@lukastaegert)
  • #4965: Ensure arguments are deoptimized when arguments variable is used (@lukastaegert)
  • #4967: Log REPL output to console (@lukastaegert)
lukastaegert
published 3.21.0 •

Changelog

Source

3.21.0

2023-04-23

Features

  • Support tree-shaking of named exports in dynamic imports when using destructuring and similar patterns (#4952)

Pull Requests

  • #4952: feat: tree-shake deterministic dynamic imports (@antfu)
lukastaegert
published 3.20.7 •

Changelog

Source

3.20.7

2023-04-21

Bug Fixes

  • Properly track array element mutations when iterating with a for-of loop (#4949)
  • Handle default exporting an anonymous class that extends another class (#4950)

Pull Requests

  • #4943: Add a test for reserved keywords used as import/export specifiers (@Andarist)
  • #4949: Deoptimize right side in for-of loops (@lukastaegert)
  • #4950: Support default exported classes that extend other classes ( @lukastaegert)
lukastaegert
published 3.20.6 •

Changelog

Source

3.20.6

2023-04-18

Bug Fixes

  • Revert handling of non-JS import and export names due to regressions (#4914)

Pull Requests

  • #4914: feat: add locales in vitepress config (@iDestin)
  • #4946: Revert #4939 for now (@lukastaegert)
lukastaegert
published 3.20.5 •

Changelog

Source

3.20.5

2023-04-18

Bug Fixes

  • Handle import and export names that are not valid JavaScript identifiers (#4939)

Pull Requests

  • #4939: Fixed imports/exports that are illegal identifiers in the es output (@Andarist)
  • #4941: Reinstate global styles (@lukastaegert)
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