d3-state-visualizer
Advanced tools
Comparing version 1.0.0-alpha to 1.0.0-alpha.1
{ | ||
"name": "d3-state-visualizer", | ||
"version": "1.0.0-alpha", | ||
"version": "1.0.0-alpha.1", | ||
"description": "Visualize your app state with a range of reusable charts", | ||
"main": "lib/index.js", | ||
"files": [ | ||
"dist", | ||
"lib", | ||
"src" | ||
], | ||
"scripts": { | ||
"clean": "rimraf lib dist", | ||
"build": "babel src --out-dir lib", | ||
"build:umd": "webpack src/index.js dist/d3-state-visualizer.js && NODE_ENV=production webpack src/index.js dist/d3-state-visualizer.min.js", | ||
"lint": "eslint src examples", | ||
"prepublish": "npm run lint && npm run clean && npm run build && npm run build:umd" | ||
"build": "npm run build:lib && npm run build:umd && npm run build:umd:min", | ||
"build:lib": "babel src --out-dir lib", | ||
"build:umd": "webpack src/index.js dist/d3-state-visualizer.js --config webpack.config.development.js", | ||
"build:umd:min": "webpack src/index.js dist/d3-state-visualizer.min.js --config webpack.config.production.js", | ||
"version": "npm run build", | ||
"postversion": "git push && git push --tags && npm run clean", | ||
"prepublish": "npm run clean && npm run build" | ||
}, | ||
@@ -42,4 +51,3 @@ "repository": { | ||
"rimraf": "^2.3.4", | ||
"webpack": "^1.9.6", | ||
"webpack-dev-server": "^1.8.2" | ||
"webpack": "^1.9.6" | ||
}, | ||
@@ -49,3 +57,3 @@ "peerDependencies": {}, | ||
"d3": "^3.5.6", | ||
"d3tooltip": "^1.2.0", | ||
"d3tooltip": "^1.2.1", | ||
"deepmerge": "^0.2.10", | ||
@@ -52,0 +60,0 @@ "json-pretty": "0.0.1", |
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
12
0
920894
14
20500
Updatedd3tooltip@^1.2.1