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

tonal-key

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tonal-key - npm Package Compare versions

Comparing version 0.50.2 to 0.60.0

2

build/tonal-key.js

@@ -7,3 +7,3 @@ 'use strict';

// Order matter: use an array
// Order matters: use an array
var MODES = ['ionian', 'dorian', 'phrygian', 'lydian', 'mixolydian',

@@ -10,0 +10,0 @@ 'aeolian', 'locrian', 'major', 'minor']

@@ -0,1 +1,5 @@

/**
* @module key
*/
import { parseNote, pitch, fifths } from 'tonal-pitch'

@@ -5,3 +9,3 @@ import { isArr, isStr, isNum, areFlats, areSharps, toAcc } from 'tonal-notation'

// Order matter: use an array
// Order matters: use an array
var MODES = ['ionian', 'dorian', 'phrygian', 'lydian', 'mixolydian',

@@ -8,0 +12,0 @@ 'aeolian', 'locrian', 'major', 'minor']

{
"name": "tonal-key",
"version": "0.50.2",
"version": "0.60.0",
"description": "Conversion between key numbers and note names",

@@ -12,18 +12,14 @@ "keywords": [

"pretest": "rm -rf build && mkdir build && rollup -f cjs -n key -o build/tonal-key.js -- index.js",
"test": "tape 'test/*.js'",
"prepublish": "npm test"
},
"main": "build/tonal-key.js",
"main": "build/index.js",
"jsnext:main": "index",
"author": "danigb",
"license": "MIT",
"devDependencies": {
"rollup": "0.25",
"tape": "4"
},
"devDependencies": {},
"dependencies": {
"tonal": "^0.50.2",
"tonal": "^0.60.0",
"tonal-notation": "^0.50.0",
"tonal-pitch": "^0.50.3"
"tonal-pitch": "^0.60.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