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
0
Versions
225
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.20.7

Diff

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

Changelog

Source

3.20.4

2023-04-17

Bug Fixes

  • Do not remove breaks statements after switch statements with conditional breaks (#4937)

Pull Requests

  • #4937: fix: handle conditional breaks in nested switch statement cases ( @TrickyPi and @lukastaegert)
lukastaegert
published 3.20.3 •

Changelog

Source

3.20.3

2023-04-16

Bug Fixes

  • Reduce memory consumption for function call parameter analysis (#4938)
  • Fix types for shouldTransformCachedModule (#4932)

Pull Requests

  • #4925: chore: repl style add scoped (@btea)
  • #4926: docs: Update the x_google_ignorelist url (@jecfish)
  • #4932: Allow shouldTransformCachedModule to return null (@bluwy)
  • #4935: Bump peter-evans/create-or-update-comment from 2 to 3 ( @dependabot[bot])
  • #4936: Disable puppeteer sandbox to fix Vercel deployment ( @lukastaegert)
  • #4938: Improve memory usage for parameter deoptimizations ( @lukastaegert)
lukastaegert
published 3.20.3-0 •

lukastaegert
published 3.20.2 •

Changelog

Source

3.20.2

2023-03-24

Bug Fixes

  • Fix a crash when using a manual chunk entry that is not already included in the module graph (#4921)
  • Fix a crash when reporting a warning with incorrect sourcemap information (#4922)

Pull Requests

  • #4921: Handle manual chunks where the entry is not part of the module graph (@lukastaegert)
  • #4922: Do not fail if the location of a warning is outside the original source (@lukastaegert)
lukastaegert
published 3.20.1 •

Changelog

Source

3.20.1

2023-03-23

Bug Fixes

  • Fix returned file name from this.getFileName when assets are deduplicated (#4919)

Pull Requests

  • #4919: Only set asset names when finalizing (@lukastaegert)
lukastaegert
published 3.20.0 •

Changelog

Source

3.20.0

2023-03-20

Features

  • Allow dynamically imported files to have synthetic named exports when preserving modules (#4913)

Bug Fixes

  • Use deterministic file name when emitting several files with same source (#4912)
  • Fix a crash when dynamically importing a file with synthetic named exports when preserving modules (#4913)

Pull Requests

  • #4912: fix: make file name deterministic in parallel emits (fix #4909) ( @sun0day)
  • #4913: Provide synthetic namespace for dynamic imports when perserving modules (@lukastaegert)
lukastaegert
published 3.19.1 •

Changelog

Source

3.19.1

2023-03-10

Bug Fixes

  • Produce valid code when the first statement in aclass static block is tree-shaken (#4898)

Pull Requests

  • #4898: fix: set a correct node location for static blocks (@TrickyPi)
  • #4900: docs: fix table at output.sanitizeFileName section (@0x009922)
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