juijs-graph
Advanced tools
Comparing version 0.4.3-es6 to 0.5.0-es6
{ | ||
"name": "juijs-graph", | ||
"version": "0.4.3-es6", | ||
"version": "0.5.0-es6", | ||
"sideEffects": false, | ||
@@ -9,3 +9,3 @@ "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)", | ||
"dev": "webpack-dev-server --env dev", | ||
"prod": "webpack --env prod" | ||
"dist": "webpack --env prod" | ||
}, | ||
@@ -67,14 +67,18 @@ "main": "src/main.js", | ||
"dependencies": { | ||
"juijs": "2.1.11-es6" | ||
"juijs": "2.2.0-es6" | ||
}, | ||
"devDependencies": { | ||
"compression-webpack-plugin": "^1.1.11", | ||
"babel": "^6.23.0", | ||
"babel-core": "^6.26.3", | ||
"babel-loader": "^7.1.5", | ||
"babel-preset-env": "^1.7.0", | ||
"compression-webpack-plugin": "^1.1.12", | ||
"css-loader": "^0.28.11", | ||
"html-webpack-plugin": "^3.2.0", | ||
"uglifyjs-webpack-plugin": "^1.2.7", | ||
"webpack": "^4.14.0", | ||
"uglifyjs-webpack-plugin": "^1.3.0", | ||
"webpack": "^4.23.1", | ||
"webpack-bundle-analyzer": "^2.13.1", | ||
"webpack-cli": "^3.0.8", | ||
"webpack-dev-server": "^3.1.4" | ||
"webpack-cli": "^3.1.2", | ||
"webpack-dev-server": "^3.1.10" | ||
} | ||
} |
@@ -28,2 +28,13 @@ const path = require('path') | ||
}, | ||
module: { | ||
rules: [{ | ||
test: /\.js$/, | ||
use: [{ | ||
loader: 'babel-loader', | ||
options: { | ||
presets: [ 'env' ] | ||
} | ||
}] | ||
}] | ||
}, | ||
plugins: [ | ||
@@ -30,0 +41,0 @@ new HtmlWebpackPlugin({ |
@@ -33,3 +33,14 @@ const path = require('path'); | ||
] | ||
}, | ||
module: { | ||
rules: [{ | ||
test: /\.js$/, | ||
use: [{ | ||
loader: 'babel-loader', | ||
options: { | ||
presets: [ 'env' ] | ||
} | ||
}] | ||
}] | ||
} | ||
} |
Sorry, the diff of this file is too big to display
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
718904
9190
12
2
+ Addedjuijs@2.2.0-es6(transitive)
- Removedjuijs@2.1.11-es6(transitive)
Updatedjuijs@2.2.0-es6