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

@jspreadsheet/charts

Package Overview
Dependencies
Maintainers
2
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jspreadsheet/charts - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

8

dist/index.js

@@ -8,12 +8,12 @@ /**

if (!jSuites && typeof(require) === 'function') {
if (! jSuites && typeof(require) === 'function') {
var jSuites = require('jsuites');
}
if (!lemonade && typeof(require) === 'function') {
if (! lemonade && typeof(require) === 'function') {
var lemonade = require('lemonade');
}
if (!Chart && typeof(require) === 'function') {
var Chart = require('chart.js');
if (! Chart && typeof(require) === 'function') {
var Chart = require('chart.js/dist/chart.js');
}

@@ -20,0 +20,0 @@

@@ -36,3 +36,3 @@ {

"main": "dist/index.js",
"version": "1.0.0",
"version": "1.0.1",
"bugs": "https://github.com/jspreadsheet/pro/issues",

@@ -39,0 +39,0 @@ "homepage": "https://github.com/jspreadsheet/pro",

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