react-native-networking-patch
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -0,2 +1,8 @@ | ||
# 1.0.6 (2020-09-30) | ||
* Support for RN v0.63.3 | ||
# 1.0.5 (2020-07-23) | ||
* Support for RN v0.63.2 | ||
# 1.0.4 (2020-07-22) | ||
* Support for RN v0.63 |
{ | ||
"name": "react-native-networking-patch", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "Improves the performance of the React Native network module and adds a timeout feature.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -40,3 +40,3 @@ #!/usr/bin/env node | ||
case 63: | ||
patchDir = patchVersion === 1 ? '0.63.1' : '0.63.2'; | ||
patchDir = version; | ||
break; | ||
@@ -43,0 +43,0 @@ case 62: |
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 80 instances 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
102074981
257
5110
80