react-native-networking-patch
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "react-native-networking-patch", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Improves the performance of the React Native network module and adds a timeout feature.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -38,2 +38,5 @@ #!/usr/bin/env node | ||
switch (minorVersion) { | ||
case 63: | ||
patchDir = '0.63.1'; | ||
break; | ||
case 62: | ||
@@ -40,0 +43,0 @@ patchDir = '0.62.2'; |
Sorry, the diff of this file is not supported yet
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 14 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
74088019
190
3625
67