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

juijs-graph

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

juijs-graph - npm Package Compare versions

Comparing version 0.1.2-es6 to 0.2.0-es6

2

package.json
{
"name": "juijs-graph",
"version": "0.1.2-es6",
"version": "0.2.0-es6",
"sideEffects": false,

@@ -5,0 +5,0 @@ "description": "SVG-based JUI chart that can be used in the browser and Node.js. Support many types of charts. (Dashboard, Map, Topology, Full 3D)",

@@ -1071,3 +1071,3 @@ import jui from "juijs"

/** @cfg {String} [theme=jennifer] chart theme */
/** @cfg {String} [theme=classic] chart theme */
theme: "classic",

@@ -1092,7 +1092,7 @@ /** @cfg {Object} style chart custom theme */

* @cfg {Object} icon Icon-related settings available in the chart.
* @cfg {String} [icon.type="jennifer"]
* @cfg {String} [icon.type="classic"]
* @cfg {String} [icon.path=null]
*/
icon: {
type: "jennifer",
type: "classic",
path: null

@@ -1099,0 +1099,0 @@ },

@@ -45,3 +45,2 @@ import jui from 'juijs'

import OverlapGrid from "./grid/overlap.js"
import TopologyTableGrid, { RandomSort, LinearSort } from "./grid/topologytable.js"
import Grid3dGrid from "./grid/grid3d.js"

@@ -63,3 +62,3 @@ import CoreBrush from "./brush/core.js"

Vector, Draw, Axis, Map, Builder, Plane, CorePolygon, GridPolygon, LinePolygon, PointPolygon, CubePolygon,
Draw2dGrid, Draw3dGrid, CoreGrid, BlockGrid, DateGrid, DateBlockGrid, FullBlockGrid, RadarGrid, RangeGrid, LogGrid, RuleGrid, PanelGrid, TableGrid, OverlapGrid, RandomSort, LinearSort, TopologyTableGrid, Grid3dGrid,
Draw2dGrid, Draw3dGrid, CoreGrid, BlockGrid, DateGrid, DateBlockGrid, FullBlockGrid, RadarGrid, RangeGrid, LogGrid, RuleGrid, PanelGrid, TableGrid, OverlapGrid, Grid3dGrid,
CoreBrush, MapCoreBrush, PolygonCoreBrush, CanvasCoreBrush, CoreWidget, MapCoreWidget, PolygonCoreWidget, CanvasCoreWidget, ClassicTheme, DarkTheme

@@ -66,0 +65,0 @@ ]);

const path = require('path')
const HtmlWebpackPlugin = require('html-webpack-plugin')
const BundleAnalyzerPlugin = require('webpack-bundle-analyzer').BundleAnalyzerPlugin;

@@ -37,4 +36,3 @@ module.exports = {

}
}),
new BundleAnalyzerPlugin()
})
],

@@ -41,0 +39,0 @@ devServer: {

const path = require('path');
const UglifyJsPlugin = require('uglifyjs-webpack-plugin');
const BundleAnalyzerPlugin = require('webpack-bundle-analyzer').BundleAnalyzerPlugin;

@@ -29,5 +30,6 @@ module.exports = {

minimizer: [
new UglifyJsPlugin()
new UglifyJsPlugin(),
new BundleAnalyzerPlugin()
]
}
}

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

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