nodelayout
Advanced tools
Comparing version 1.2.9 to 1.3.0
{ | ||
"name": "nodelayout", | ||
"version": "1.2.9", | ||
"version": "1.3.0", | ||
"description": "For node Layout.", | ||
@@ -24,2 +24,3 @@ "main": "lib/index.js", | ||
"css-loader": "^6.4.0", | ||
"d3": "^7.1.1", | ||
"less": "^4.1.2", | ||
@@ -30,5 +31,4 @@ "less-loader": "^10.1.0", | ||
"webpack-cli": "^4.9.0", | ||
"webpack-dev-server": "^4.3.1", | ||
"d3": "^7.1.1" | ||
"webpack-dev-server": "^4.3.1" | ||
} | ||
} |
@@ -11,7 +11,16 @@ /* mode: development or production*/ | ||
filename: 'index.js', | ||
library: "nodeLayout", | ||
library: { | ||
name: "nodeLayout", | ||
type: "umd" | ||
} | ||
}, | ||
performance: { hints: false }, | ||
module: { | ||
rules: [ | ||
{ | ||
test: /\.jsx?$/, | ||
exclude: /(node_modules)/, | ||
use: "babel-loader" | ||
}, | ||
{ | ||
test: /\.less$/, | ||
@@ -18,0 +27,0 @@ use: [ |
Sorry, the diff of this file is too big to display
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
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
135567
560
0