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

tonal-range

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tonal-range - npm Package Compare versions

Comparing version 0.69.6 to 0.69.7

4

build/index.js

@@ -51,4 +51,4 @@ 'use strict';

* @example
* range.numeric('C5 C4') // => [ 72, 71, 70, 69, 68, 67, 66, 65, 64, 63, 62, 61, 60 ]
* // it works with numbers
* range.numeric(["C5", "C4']) // => [ 72, 71, 70, 69, 68, 67, 66, 65, 64, 63, 62, 61, 60 ]
* // it works midi notes
* range.numeric([10, 5]) // => [ 10, 9, 8, 7, 6, 5 ]

@@ -55,0 +55,0 @@ * // complex range

@@ -47,4 +47,4 @@ /**

* @example
* range.numeric('C5 C4') // => [ 72, 71, 70, 69, 68, 67, 66, 65, 64, 63, 62, 61, 60 ]
* // it works with numbers
* range.numeric(["C5", "C4']) // => [ 72, 71, 70, 69, 68, 67, 66, 65, 64, 63, 62, 61, 60 ]
* // it works midi notes
* range.numeric([10, 5]) // => [ 10, 9, 8, 7, 6, 5 ]

@@ -51,0 +51,0 @@ * // complex range

{
"name": "tonal-range",
"version": "0.69.6",
"version": "0.69.7",
"description": "Create ranges of notes",

@@ -19,8 +19,8 @@ "keywords": [

"dependencies": {
"tonal-array": "^0.69.6",
"tonal-midi": "^0.69.6",
"tonal-note": "^0.69.6",
"tonal-pcset": "^0.69.6",
"tonal-transpose": "^0.69.6"
"tonal-array": "^0.69.7",
"tonal-midi": "^0.69.7",
"tonal-note": "^0.69.7",
"tonal-pcset": "^0.69.7",
"tonal-transpose": "^0.69.7"
}
}
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