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

dashboard-framework

Package Overview
Dependencies
Maintainers
4
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dashboard-framework - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

2

dashboardFramework.js

@@ -1072,3 +1072,3 @@ (function(global, factory) {

chart.containers.dataCheck.classed('df-hidden', true);
chart.webcharts.init(data);
chart.webcharts.init(chart.data);
chart.initialized = true;

@@ -1075,0 +1075,0 @@ }

{
"name": "dashboard-framework",
"version": "0.3.0",
"version": "0.3.1",
"description": "webpage framework in which to place charts in a grid",

@@ -5,0 +5,0 @@ "module": "src/index.js",

@@ -39,3 +39,3 @@ import { csv } from 'd3';

chart.containers.dataCheck.classed('df-hidden', true);
chart.webcharts.init(data);
chart.webcharts.init(chart.data);
chart.initialized = true;

@@ -42,0 +42,0 @@ }

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