abhishek-pivottable
Advanced tools
Comparing version 0.12.2 to 0.12.4
{ | ||
"name": "abhishek-pivottable", | ||
"version": "0.12.2", | ||
"version": "0.12.4", | ||
"description": "A React-based pivot table", | ||
@@ -27,6 +27,5 @@ "main": "PivotTableUI.js", | ||
"test": "npm run test:eslint && npm run test:prettier && npm run test:jest", | ||
"clean": "rm -rf __tests__ PivotTable.js* PivotTableUI.js* PlotlyRenderers.js* TableRenderers.js* Utilities.js* pivottable.css", | ||
"build": "npm run clean && cp src/pivottable.css . && babel src --out-dir=. --source-maps --presets=env,react --plugins babel-plugin-add-module-exports", | ||
"build": "copy src\\pivottable.css . && babel src --out-dir=. --source-maps --presets=env,react --plugins babel-plugin-add-module-exports" | ||
, | ||
"doPublish": "npm run build && npm publish", | ||
"postpublish": "npm run clean", | ||
"deploy": "webpack -p && mv bundle.js examples && cd examples && git init && git add . && git commit -m build && git push --force git@github.com:plotly/react-pivottable.git master:gh-pages && rm -rf .git bundle.js" | ||
@@ -81,4 +80,4 @@ }, | ||
"webpack": "^3.8.1", | ||
"webpack-dev-server": "^2.11.5" | ||
"webpack-dev-server": "^2.9.3" | ||
} | ||
} |
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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
245627
14
2580