react-native-swipeout
Advanced tools
Comparing version 2.2.0 to 2.2.1
# History | ||
# 2.2.1 | ||
- fix: add missing `prop-types` `create-react-class` | ||
# 2.2.0 | ||
@@ -19,4 +23,4 @@ | ||
# * ~ 2.1.1 | ||
# * ~ 2.1.1 | ||
- see [commits history](https://github.com/dancormier/react-native-swipeout/commits/master) | ||
- see [commits history](https://github.com/dancormier/react-native-swipeout/commits/master) |
{ | ||
"name": "react-native-swipeout", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"description": "iOS-style swipeout buttons behind component", | ||
@@ -29,4 +29,6 @@ "main": "index.js", | ||
"dependencies": { | ||
"react-tween-state": "^0.1.5" | ||
"react-tween-state": "^0.1.5", | ||
"prop-types": "^15.5.10", | ||
"create-react-class": "^15.6.0" | ||
} | ||
} |
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
24379
3
+ Addedcreate-react-class@^15.6.0
+ Addedprop-types@^15.5.10
+ Addedcreate-react-class@15.7.0(transitive)
+ Addedjs-tokens@4.0.0(transitive)
+ Addedloose-envify@1.4.0(transitive)
+ Addedobject-assign@4.1.1(transitive)
+ Addedprop-types@15.8.1(transitive)
+ Addedreact-is@16.13.1(transitive)