react-swipe-to-delete-component
Advanced tools
Comparing version 1.0.0 to 1.0.3
/*! | ||
* React-swipe-to-delete-component v1.0.0 | ||
* React-swipe-to-delete-component v1.0.3 | ||
* A simple React component implement 'swipe to delete' UI-pattern. | ||
@@ -4,0 +4,0 @@ * https://github.com/gaer87/react-swipe-to-delete-component |
{ | ||
"name": "react-swipe-to-delete-component", | ||
"version": "1.0.0", | ||
"version": "1.0.3", | ||
"description": "A simple React component implement 'swipe to delete' UI-pattern.", | ||
@@ -12,2 +12,3 @@ "homepage": "https://github.com/gaer87/react-swipe-to-delete-component", | ||
"test": "jest --watch", | ||
"test:ci": "jest --ci", | ||
"test:coverage": "jest --coverage", | ||
@@ -70,3 +71,6 @@ "lint": "eslint ./src/js/* ./__tests__/*" | ||
"dependencies": { | ||
"@babel/runtime": "^7.12.5" | ||
"@babel/runtime": "^7.12.5", | ||
"prop-types": "^15.8.1", | ||
"react": "^17.0.2", | ||
"react-dom": "^17.0.2" | ||
}, | ||
@@ -73,0 +77,0 @@ "peerDependencies": { |
Sorry, the diff of this file is not supported yet
Unpublished package
Supply chain riskPackage version was not found on the registry. It may exist on a different registry and need to be configured to pull from that registry.
Found 1 instance in 1 package
Unpopular package
QualityThis package is not very popular.
Found 1 instance in 1 package
40454
22
0
7
1
+ Addedprop-types@^15.8.1
+ Addedreact@^17.0.2
+ Addedreact-dom@^17.0.2
+ Addedreact@17.0.2(transitive)
+ Addedreact-dom@17.0.2(transitive)
+ Addedscheduler@0.20.2(transitive)
- Removedreact@16.14.0(transitive)
- Removedreact-dom@16.14.0(transitive)
- Removedscheduler@0.19.1(transitive)