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

apu

Package Overview
Dependencies
Maintainers
2
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apu - npm Package Compare versions

Comparing version 0.2.24 to 0.2.25

dist/apu.min.mjs

7

package.json
{
"name": "apu",
"version": "0.2.24",
"version": "0.2.25",
"description": "Easy 3 kB library for 98% accurate Gameboy audio",
"browser": "dist/apu.polyfilled.min.js",
"main": "dist/apu.mjs",
"browser": "dist/apu.polyfilled.min.mjs",
"files": [
"dist/*.js",
"dist/*.mjs",
"index.d.ts"

@@ -9,0 +10,0 @@ ],

@@ -10,3 +10,3 @@ APU

* Tiny; single .js file, about 9 kB (gzip)
* Tiny; single file, about 9 kB (gzip)
* Supports playing .vgm files (which are typically a few kB after gzip)

@@ -17,3 +17,3 @@ * Mute BGM channels while playing SFX

* * When possible, uses AudioWorklet to run completely outside the main thread (works in latest Chrome and FireFox)
* UMD module; works as script tag, AMD module, in webpack, etc
* ES module
* TypeScript bindings

@@ -20,0 +20,0 @@

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