juijs-chart
Advanced tools
Comparing version 2.1.5-es6 to 2.1.6-es6
{ | ||
"name": "juijs-chart", | ||
"version": "2.1.5-es6", | ||
"version": "2.1.6-es6", | ||
"sideEffects": false, | ||
@@ -11,7 +11,7 @@ "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)", | ||
}, | ||
"main": "src/index.js", | ||
"main": "src/main.js", | ||
"files": [ | ||
"dist", | ||
"examples", | ||
"img", | ||
"images", | ||
"src", | ||
@@ -18,0 +18,0 @@ "test", |
@@ -9,4 +9,4 @@ const path = require('path') | ||
entry: { | ||
chart: path.resolve(__dirname, 'examples', 'index.js'), | ||
vendors: [ 'juijs', 'juijs-graph' ] | ||
vendors: [ 'juijs', 'juijs-graph' ], | ||
chart: path.resolve(__dirname, 'bundles', 'index.js') | ||
}, | ||
@@ -33,4 +33,4 @@ output: { | ||
new HtmlWebpackPlugin({ | ||
template: path.resolve(__dirname, 'examples/index.html'), | ||
filename: path.resolve(__dirname, 'out/index.html'), | ||
template: path.resolve(__dirname, 'bundles', 'index.html'), | ||
filename: path.resolve(__dirname, 'out', 'index.html'), | ||
minify: { | ||
@@ -37,0 +37,0 @@ removeComments: true, |
@@ -7,4 +7,4 @@ const path = require('path'); | ||
entry: { | ||
chart: path.resolve(__dirname, 'src', 'production.js'), | ||
vendors: [ 'juijs', 'juijs-graph' ] | ||
vendors: [ 'juijs', 'juijs-graph' ], | ||
'jui-chart': path.resolve(__dirname, 'bundles', 'production.js') | ||
}, | ||
@@ -11,0 +11,0 @@ output: { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 3 instances in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 3 instances in 1 package
1885572
7462
70