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

tonal-scale

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-scale - npm Package Compare versions

Comparing version 2.1.0 to 2.1.2

coverage/clover.xml

17

package.json
{
"name": "tonal-scale",
"version": "2.1.0",
"version": "2.1.2",
"description": "Music scales creation and manipulation",

@@ -14,3 +14,6 @@ "repository": "https://github.com/danigb/tonal/packages/scale",

"docs": "jsdoc2md -d 1 --name-format --member-index-format list index.js > README.md",
"test": "jest --coverage"
"test": "jest --coverage",
"build": "npm run build-es5 && npm run build-es6",
"build-es5": "rollup -c ../../config/rollup.config.es5.js -- index.js",
"build-es6": "buble --no modules index.js -o build/es6.js"
},

@@ -22,7 +25,7 @@ "main": "build/es5.js",

"dependencies": {
"tonal-array": "^2.1.0",
"tonal-dictionary": "^2.1.0",
"tonal-distance": "^2.1.0",
"tonal-note": "^2.1.0",
"tonal-pcset": "^2.1.0"
"tonal-array": "^2.1.2",
"tonal-dictionary": "^2.1.2",
"tonal-distance": "^2.1.2",
"tonal-note": "^2.1.2",
"tonal-pcset": "^2.1.2"
},

@@ -29,0 +32,0 @@ "babel": {

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