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

midimal

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

midimal - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

4

lib/utils.js

@@ -285,3 +285,3 @@ var Levenshtein = require('levenshtein');

} else if(percussion[name]) {
this.id(percussion[name]-1);
this.id(percussion[name]);
this.isPercussion(true);

@@ -307,3 +307,3 @@ } else {

} else {
this.id(percussion[smallest.percussion]-1);
this.id(percussion[smallest.percussion]);
this.isPercussion(true);

@@ -310,0 +310,0 @@ }

@@ -6,3 +6,3 @@ {

"keywords": ["midi", "audio"],
"version": "0.0.4",
"version": "0.0.5",
"repository": {

@@ -9,0 +9,0 @@ "type": "git",

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