react-simply-carousel
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "react-simply-carousel", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Simple react.js carousel component", | ||
"main": "dist/index.js", | ||
"files": [ | ||
"dist/" | ||
"dist/", | ||
"src/" | ||
], | ||
@@ -17,3 +18,4 @@ "unpkg": "dist/index.js", | ||
"lint": "eslint . --ignore-path .eslintignore --ext .js,.jsx", | ||
"lint:fix": "eslint . --ignore-path .eslintignore --ext .js,.jsx --fix" | ||
"lint:fix": "eslint . --ignore-path .eslintignore --ext .js,.jsx --fix", | ||
"prepublish": "yarn run lint && yarn run test && yarn run build" | ||
}, | ||
@@ -33,8 +35,13 @@ "husky": { | ||
"react", | ||
"webpack", | ||
"babel", | ||
"postcss", | ||
"javascript", | ||
"es6-javascript", | ||
"boilerplate" | ||
"reactjs", | ||
"react-component", | ||
"react-carousel", | ||
"carousel", | ||
"carousel-component", | ||
"carousel-plugin", | ||
"slider", | ||
"slider-plugin", | ||
"carousel-slider", | ||
"responsive", | ||
"touch-enabled" | ||
], | ||
@@ -41,0 +48,0 @@ "author": "Vadym Shymko <vadymshymko@gmail.com>", |
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
46200
9
581