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

tonal-array

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tonal-array - npm Package Compare versions

Comparing version 2.1.0 to 2.1.2

coverage/clover.xml

9

package.json
{
"name": "tonal-array",
"version": "2.1.0",
"version": "2.1.2",
"description": "Tonal array utilities",

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

"scripts": {
"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"
},

@@ -21,3 +24,3 @@ "main": "build/es5.js",

"dependencies": {
"tonal-note": "^2.1.0"
"tonal-note": "^2.1.2"
},

@@ -24,0 +27,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