Socket
Socket
Sign inDemoInstall

@rollup/rollup-android-arm64

Package Overview
Dependencies
Maintainers
4
Versions
82
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rollup/rollup-android-arm64 - npm Package Versions

23
9

4.21.0

Diff

lukastaegert
published 4.20.0 •

Changelog

Source

4.20.0

2024-08-03

Features

  • Allow plugins to specify the original file name when emitting assets (#5596)

Pull Requests

  • #5596: Add originalFIleName property to emitted assets (@lukastaegert)
  • #5599: chore(deps): update dependency eslint-plugin-unicorn to v55 (@renovate[bot], @lukastaegert)
  • #5600: chore(deps): lock file maintenance minor/patch updates (@renovate[bot], @lukastaegert)
lukastaegert
published 4.19.2 •

Changelog

Source

4.19.2

2024-08-01

Bug Fixes

  • Avoid "cannot get value of null" error when using optional chaining with namespaces (#5597)

Pull Requests

  • #5597: Fix retrieval of literal values for chained namespaces (@lukastaegert)
lukastaegert
published 4.19.1 •

Changelog

Source

4.19.1

2024-07-27

Bug Fixes

  • Do not remove parantheses when tree-shaking logical expressions (#5584)
  • Do not ignore side effects in calls left of an optional chaining operator (#5589)

Pull Requests

  • #5584: fix: find whitespace from operator position to start (@TrickyPi)
  • #5587: docs: improve command by code-group (@thinkasany, @lukastaegert)
  • #5589: Fix side effect detection in optional chains (@lukastaegert)
  • #5592: chore(deps): lock file maintenance minor/patch updates (@renovate[bot])
  • #5593: chore(deps): lock file maintenance minor/patch updates (@renovate[bot])
  • #5594: chore(deps): lock file maintenance (@renovate[bot])
  • #5595: chore(deps): lock file maintenance (@renovate[bot])
lukastaegert
published 4.19.0 •

Changelog

Source

4.19.0

2024-07-20

Features

  • Implement support for decorators (#5562)

Bug Fixes

  • Improve soucemap generation when tree-shaking logical expressions (#5581)

Pull Requests

  • #5562: feat: implementing decorator support (@TrickyPi, @lukastaegert)
  • #5570: refactor(finalisers): condition branch (@Simon-He95, @zhangmo8)
  • #5572: Improve chunk and asset type information in docs (@lukastaegert)
  • #5573: Switch to audit resolver to ignore requirejs vulnerability (@lukastaegert)
  • #5575: chore(deps): update dependency inquirer to v10 (@renovate[bot], @lukastaegert)
  • #5576: chore(deps): lock file maintenance minor/patch updates (@renovate[bot], @lukastaegert)
  • #5580: chore(deps): lock file maintenance minor/patch updates (@renovate[bot], @lukastaegert)
  • #5581: When tree-shaking logical expression, make sure to remove all trailing white-space. (@lukastaegert)
lukastaegert
published 4.18.1 •

Changelog

Source

4.18.1

2024-07-08

Bug Fixes

  • Prevent "%" in generated file names to ensure imports resolve (#5535)

Pull Requests

  • #5524: chore(deps): lock file maintenance minor/patch updates (@renovate[bot])
  • #5525: chore(deps): lock file maintenance (@renovate[bot])
  • #5526: chore(deps): lock file maintenance minor/patch updates (@renovate[bot])
  • #5527: chore(deps): lock file maintenance minor/patch updates (@renovate[bot])
  • #5529: Use Spanned trait to simplify logic (@lukastaegert)
  • #5530: Fix typos in ARCHITECTURE.md (@younggglcy)
  • #5532: Use Rust macros for converters where possible (@lukastaegert)
  • #5535: fix: escape % if URI malformed (@baseballyama, @lukastaegert)
  • #5536: chore(deps): lock file maintenance minor/patch updates (@renovate[bot], @lukastaegert)
  • #5541: chore(deps): lock file maintenance minor/patch updates (@renovate[bot])
  • #5542: chore(deps): lock file maintenance (@renovate[bot])
  • #5543: Watch rust files and rebuild during dev (@lukastaegert)
  • #5544: Refactor AST converters (@lukastaegert)
  • #5545: chore(deps): update dependency @rollup/plugin-commonjs to v26 (@renovate[bot])
  • #5546: chore(deps): update dependency nyc to v17 (@renovate[bot])
  • #5547: chore(deps): lock file maintenance minor/patch updates (@renovate[bot])
  • #5548: chore(deps): lock file maintenance (@renovate[bot])
  • #5549: chore(deps): lock file maintenance (@renovate[bot])
  • #5550: chore(deps): update dependency eslint-plugin-unicorn to v54 (@renovate[bot], @lukastaegert)
  • #5551: chore(deps): lock file maintenance minor/patch updates (@renovate[bot], @lukastaegert)
  • #5555: chore(deps): lock file maintenance minor/patch updates (@renovate[bot])
  • #5556: chore(deps): lock file maintenance (@renovate[bot])
  • #5558: Consider that the body of ClassBody might be of type StaticBlock (@TrickyPi)
  • #5565: refactor(ast): conditional branch (@Simon-He95)
  • #5566: chore(deps): lock file maintenance minor/patch updates (@renovate[bot])
  • #5567: chore(deps): lock file maintenance (@renovate[bot])
lukastaegert
published 4.18.0 •

Changelog

Source

4.18.0

2024-05-22

Features

  • Resolve import.meta.filename and .dirname in transpiled plugins (#5520)

Pull Requests

  • #5504: Auto generate node index (@lukastaegert)
  • #5507: chore(deps): lock file maintenance minor/patch updates (@renovate[bot])
  • #5508: chore(deps): lock file maintenance (@renovate[bot])
  • #5510: Split up converter.rs into AST nodes (@lukastaegert)
  • #5512: chore(deps): update dependency builtin-modules to v4 (@renovate[bot], @lukastaegert)
  • #5514: chore(deps): lock file maintenance minor/patch updates (@renovate[bot])
  • #5518: chore(deps): update dependency eslint-plugin-unicorn to v53 (@renovate[bot], @lukastaegert)
  • #5519: chore(deps): lock file maintenance minor/patch updates (@renovate[bot], @lukastaegert)
  • #5520: Resolve import.meta.{filename,dirname} in files imported from config (@BPScott)
  • #5521: docs: correct base32 to base36 in documentation (@highcastlee)
lukastaegert
published 4.17.2 •

Changelog

Source

4.17.2

2024-04-30

Bug Fixes

  • Fix tree-shaking problems when using spread arguments (#5503)

Pull Requests

  • #5501: Slightly improve perf report (@lukastaegert)
  • #5503: fix: rest element should deoptimize parameter values (@liuly0322)
lukastaegert
published 4.17.1 •

Changelog

Source

4.17.1

2024-04-29

Bug Fixes

  • Prevent infinite recursions for certain constructor invocations (#5500)

Pull Requests

  • #5500: fix: parameter variable infinite recursion error (@liuly0322)
lukastaegert
published 4.17.0 •

Changelog

Source

4.17.0

2024-04-27

Features

  • Track function call arguments to optimize functions only called once or with the same literal values (re-release from 4.16.0) (#5483)

Bug Fixes

  • Reduce browser WASM size to a fraction by changing optimization settings (#5494)

Pull Requests

  • #5483: feature(fix): function parameter tracking (@liuly0322)
  • #5488: Report performance in CI (@TrickyPi)
  • #5489: Create FUNDING.json (@BenJam)
  • #5492: chore(deps): lock file maintenance minor/patch updates (@renovate[bot])
  • #5493: chore(deps): lock file maintenance minor/patch updates (@renovate[bot])
  • #5494: Use opt-level=z for browser wasm (@sapphi-red)
23
9
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc