react-native-slider-picker
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "react-native-slider-picker", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Custom range slide picker for React Native. 🚧 UNDER CONSTRUCTION 🚧", | ||
@@ -18,3 +18,6 @@ "main": "src/index.js", | ||
}, | ||
"homepage": "https://github.com/graftonstudio/react-native-slider-picker#readme" | ||
"homepage": "https://github.com/graftonstudio/react-native-slider-picker#readme", | ||
"dependencies": { | ||
"react-native-css-vh-vw": "^1.0.2" | ||
} | ||
} |
@@ -1,5 +0,5 @@ | ||
import { SampleComponent } from './SampleComponent'; | ||
import { SliderPicker } from './SliderPicker'; | ||
module.exports = { | ||
SampleComponent | ||
SliderPicker | ||
} |
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
26483
582
1
1
+ Addedreact-native-css-vh-vw@1.0.5(transitive)