Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-native-networking-patch

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-networking-patch - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

.DS_Store

6

CHANGELOG.md

@@ -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

2

package.json
{
"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:

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc