Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

chart2music

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chart2music - npm Package Compare versions

Comparing version 1.13.0 to 1.14.0

3

dist/index.d.ts

@@ -60,2 +60,3 @@ declare enum AudioNotificationType {

element: HTMLElement;
lang?: string;
axes?: {

@@ -186,3 +187,5 @@ x?: AxisData;

private _hierarchyBreadcrumbs;
private _language;
constructor(input: SonifyTypes);
static get languages(): string[];
get _groupIndex(): number;

@@ -189,0 +192,0 @@ private get _currentGroupType();

20

package.json
{
"name": "chart2music",
"version": "1.13.0",
"version": "1.14.0",
"main": "dist/index.js",

@@ -40,7 +40,7 @@ "module": "dist/index.mjs",

"scripts": {
"build": "rollup -c rollup.config.js --silent --bundleConfigAsCjs && npm run build-cjs",
"build": "rollup -c rollup.config.mjs --silent --bundleConfigAsCjs && npm run build-cjs",
"build-cjs": "npx babel ./dist/index.mjs --out-file ./dist/index.cjs",
"clean": "rimraf ./dist ./coverage",
"depcheck": "depcheck",
"start": "concurrently \"rollup -c rollup.config.js -w\" \"http-server .\"",
"start": "concurrently \"rollup -c rollup.config.mjs -w\" \"http-server .\"",
"lint": "eslint src/ --ext .ts --fix",

@@ -59,6 +59,7 @@ "lint-staged": "lint-staged",

"@babel/preset-env": "^7.23.8",
"@rollup/plugin-typescript": "11.1.5",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-typescript": "11.1.6",
"@types/jest": "^29.2.1",
"@typescript-eslint/eslint-plugin": "6.19.0",
"@typescript-eslint/parser": "6.13.2",
"@typescript-eslint/parser": "6.19.1",
"concurrently": "8.2.2",

@@ -68,5 +69,5 @@ "depcheck": "1.4.7",

"eslint-config-prettier": "9.1.0",
"eslint-plugin-jsdoc": "48.0.2",
"eslint-plugin-jsdoc": "48.0.4",
"http-server": "14.1.1",
"husky": "8.0.3",
"husky": "9.0.6",
"jest": "28.1.3",

@@ -77,3 +78,3 @@ "jest-environment-jsdom": "29.7.0",

"rimraf": "5.0.5",
"rollup": "4.9.5",
"rollup": "4.9.6",
"rollup-plugin-delete": "2.0.0",

@@ -84,3 +85,6 @@ "rollup-plugin-dts": "6.1.0",

"typescript": "5.3.3"
},
"dependencies": {
"@formatjs/intl": "^2.9.11"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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