Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

yjmidi

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

yjmidi - npm Package Compare versions

Comparing version 2.7.0 to 3.0.0-rc1

dist/chunk/MidiChunk.d.ts

16

package.json
{
"name": "yjmidi",
"version": "2.7.0",
"main": "index.js",
"version": "3.0.0-rc1",
"main": "dist/index.js",
"type": "module",
"description": "midi file parser/player",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"docs": "typedoc src/index.ts --sort source-order"
},

@@ -28,9 +30,9 @@ "author": "Cho Yunjin",

"dependencies": {
"byte-data-stream": "^1.3.0",
"events": "^3.3.0"
"byte-data-stream": "^2.2.0"
},
"devDependencies": {
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0"
"@types/node": "^20.11.19",
"typedoc": "^0.25.8",
"typescript": "^5.3.3"
}
}
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