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

cacophony

Package Overview
Dependencies
Maintainers
1
Versions
116
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cacophony - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

dist/index.js

28

package.json
{
"name": "cacophony",
"version": "0.1.0",
"main": "index.js",
"author": "Wang Zuo <wangzuo@swiftcarrot.com> (https://swiftcarrot.com)",
"license": "MIT"
}
"version": "0.1.1",
"description": "Typescript audio library with caching",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "npm run clean && tsc --build",
"clean": "tsc --build --clean",
"prepublishOnly": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"audio",
"webaudio"
],
"author": "Christopher Toth",
"license": "ISC",
"devDependencies": {
"typescript": "^5.1.6"
},
"dependencies": {
"standardized-audio-context": "^25.3.55"
}
}
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