Socket
Socket
Sign inDemoInstall

react-native-fetch-api

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-fetch-api - npm Package Compare versions

Comparing version 1.0.2 to 2.0.0

2

CHANGELOG.md

@@ -5,2 +5,4 @@ # Changelog

## [2.0.0](https://github.com/react-native-community/fetch/compare/v1.0.2...v2.0.0) (2021-06-28)
### [1.0.2](https://github.com/react-native-community/fetch/compare/v1.0.1...v1.0.2) (2021-01-31)

@@ -7,0 +9,0 @@

11

package.json
{
"name": "react-native-fetch-api",
"description": "A fetch API polyfill for React Native with text streaming support.",
"version": "1.0.2",
"version": "2.0.0",
"main": "fetch.js",

@@ -38,3 +38,3 @@ "author": {

"react-native-polyfill-globals": "^2.0.0",
"react-native-test-runner": "^2.0.0",
"react-native-test-runner": "^5.0.0",
"react-native-url-polyfill": "^1.2.0",

@@ -54,4 +54,4 @@ "standard-version": "^9.1.0",

"lint": "eslint --cache --ignore-path .gitignore .",
"test:ios": "./run-tests.js --platform ios --simulator 'iPhone 11 (14.1)' test/index.js",
"test:android": "./run-tests.js --platform android --emulator Pixel_API_28_AOSP test/index.js",
"test:ios": "./run-tests.js --platform ios test/index.js",
"test:android": "./run-tests.js --platform android test/index.js",
"release": "standard-version",

@@ -62,6 +62,3 @@ "postrelease": "git push --follow-tags origin HEAD && conventional-github-releaser -p angular"

"p-defer": "^3.0.0"
},
"peerDependencies": {
"react-native": ">=0.62"
}
}

@@ -1,3 +0,12 @@

# Fetch
# fetch
[![npm version][npm-image]][npm-url] [![ci][github-ci-image]][github-ci-url]
[npm-url]:https://www.npmjs.com/package/react-native-fetch-api
[npm-image]:https://img.shields.io/npm/v/react-native-fetch-api.svg
[github-ci-url]:https://github.com/react-native-community/fetch/actions
[github-ci-image]:https://github.com/react-native-community/fetch/workflows/Node%20CI/badge.svg
> A fetch API polyfill for React Native with text streaming support
This is a fork of GitHub's fetch [polyfill](https://github.com/github/fetch), the fetch implementation React Native currently [provides](https://github.com/facebook/react-native/blob/master/Libraries/Network/fetch.js). This project features an alternative fetch implementation directy built on top of React Native's [Networking API](https://github.com/facebook/react-native/tree/master/Libraries/Network) instead of `XMLHttpRequest` for performance gains. At the same time, it aims to fill in some gaps of the [WHATWG specification](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) for fetch, namely the support for text streaming.

@@ -4,0 +13,0 @@

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