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.3.0 to 1.3.1

6

dist/index.js

@@ -550,8 +550,8 @@ var c2mChart = (function () {

if (typeof element === "undefined") {
return "Required parameter 'element' was left undefined. An HTMLElement must be provided for this parameter.";
return "Required parameter 'element' was left undefined. An HTMLElement or SVGElement must be provided for this parameter.";
}
if (element instanceof HTMLElement) {
if (element instanceof HTMLElement || element instanceof SVGElement) {
return "";
}
return "Provided value for 'element' must be an instance of HTMLElement.";
return "Provided value for 'element' must be an instance of HTMLElement or SVGElement.";
};

@@ -558,0 +558,0 @@ const valid_axis_types = ["linear", "log10"];

{
"name": "chart2music",
"version": "1.3.0",
"version": "1.3.1",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "module": "dist/index.mjs",

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