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
223
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.5.0-0

Diff

lukastaegert
published 3.4.0 •

Changelog

Source

3.4.0

2022-11-22

Features

  • Do not keep unused Object.freeze calls on object literals (#4720)

Pull Requests

  • #4720: Only consider Object.freeze a side effect if the argument is used (@lukastaegert)
lukastaegert
published 3.4.0-1 •

lukastaegert
published 3.4.0-0 •

lukastaegert
published 3.3.0 •

Changelog

Source

3.3.0

2022-11-12

Features

  • Add "experimentalMinChunkSize" option to merge smaller chunks into larger ones (#4705)
  • Automatically deduplicate assets again when the source is a Buffer (#4712)
  • Deduplicate Buffer with string assets (#4712)

Bug Fixes

  • Support plugins with object hooks when using perf: true (#4707)

Pull Requests

  • #4702: docs: add additional tips for heap out of memory (@benmccann)
  • #4705: Allow to define minimum chunk size limit (@lukastaegert)
  • #4707: Fix perf timers for object hooks (@lukastaegert)
  • #4710: Update terser docs (@nikolas)
  • #4712: feat: deduplicate assets with buffer source (@patak-dev)
lukastaegert
published 3.3.0-0 •

lukastaegert
published 3.2.5 •

Changelog

Source

3.2.5

2022-11-01

Bug Fixes

  • We deconflicting classes, ensure the original class name still does not shadow variables (#4697)

Pull Requests

  • #4697: Prevent class ids from shadowing other variables (@lukastaegert)
lukastaegert
published 3.2.4 •

Changelog

Source

3.2.4

2022-10-31

Bug Fixes

  • Always use forward slashes in chunk ids when preserving modules, even on Windows (#4693)
  • Escape problematic characters in ids when rewriting import.meta.url (#4693)

Pull Requests

  • #4685: update package-lock version (@jerry-lllman)
  • #4689: Update 07-tools.md (@cokert)
  • #4693: Use correct import.meta.url slashes on Windows (@lukastaegert)
lukastaegert
published 3.2.3 •

Changelog

Source

3.2.3

2022-10-18

Bug Fixes

  • Fix an issue whre Rollup confused new.target with import.meta (#4679)
  • Ensure that Rollup does not make assumptions about the value of unknown namespace import members (#4684)

Pull Requests

  • #4679: Do not rewrite new.target (@lukastaegert)
  • #4683: Remove typo in resolveId documentation (@ChrispyChris)
  • #4684: Return correct values for unknown namespace members ( @lukastaegert)
lukastaegert
published 3.2.2 •

Changelog

Source

3.2.2

2022-10-16

Bug Fixes

  • Do not hang/crash on hashbang comments in input modules (#4676)

Pull Requests

  • #4675: refactor: improve & simplify types (@sxzz)
  • #4676: Ignore hashhbang comments (@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