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

helmholtz

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

helmholtz - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

5

index.js
var coords = require('notecoord');
var accval = require('accidental-value');
var A4 = [3, 3];

@@ -38,6 +37,6 @@ module.exports = function helmholtz(name) {

coord[0] += octave;
coord[0] += accidentalValue[0] - A4[0];
coord[1] += accidentalValue[1] - A4[1];
coord[0] += accidentalValue[0] - coords.A4[0];
coord[1] += accidentalValue[1] - coords.A4[1];
return coord;
};

2

package.json
{
"name": "helmholtz",
"version": "2.0.1",
"version": "2.0.2",
"description": "Parses note names in Helmholtz format",

@@ -5,0 +5,0 @@ "main": "index.js",

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