react-swipeable
Advanced tools
Comparing version 2.1.0 to 3.0.0
{ | ||
"name": "react-swipeable", | ||
"version": "2.1.0", | ||
"version": "3.0.0", | ||
"description": "Swipe bindings for react", | ||
"main": "Swipeable.js", | ||
"main": "js/Swipeable.js", | ||
"scripts": { | ||
@@ -29,5 +29,6 @@ "test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"dependencies": { | ||
"object-assign": "^2.0.0" | ||
"devDependencies": { | ||
"gulp": "^3.8.11", | ||
"gulp-react": "^3.0.1" | ||
} | ||
} |
@@ -62,4 +62,14 @@ # Swipeable | ||
## Development | ||
Initial set up, run: | ||
npm install | ||
For watch on files and JSX transpiling, run: | ||
gulp | ||
# License | ||
MIT |
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
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
11969
1
8
282
75
2
1
- Removedobject-assign@^2.0.0
- Removedobject-assign@2.1.1(transitive)