react-d3-shape
Advanced tools
Comparing version 0.2.2 to 0.2.3
{ | ||
"name": "react-d3-shape", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"description": "react shape component", | ||
@@ -11,3 +11,2 @@ "main": "./lib/index.js", | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"prepublish": "npm run build && npm run prod", | ||
"build": "rm -rf ./lib && ./node_modules/.bin/babel ./src --out-dir ./lib", | ||
@@ -19,3 +18,3 @@ "prod": "NODE_ENV=0 webpack --config webpack.prod.config.js && NODE_ENV=1 webpack --config webpack.prod.config.js" | ||
"devDependencies": { | ||
"babel": "^6.0.0", | ||
"babel-cli": "^6.6.4", | ||
"babel-core": "^6.5.2", | ||
@@ -51,6 +50,7 @@ "babel-eslint": "^3.1.9", | ||
"d3": "^3.5.6", | ||
"d3-scale": "^0.6.4", | ||
"d3-shape": "^0.5.1", | ||
"react-d3-core": "^1.1.6", | ||
"react-d3-core": "^1.2.3", | ||
"react-dom": "^0.14.0" | ||
} | ||
} |
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
1
708722
6
+ Addedd3-scale@^0.6.4
Updatedreact-d3-core@^1.2.3