You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@react-native-community/react-native-cookies

Package Overview
Dependencies
Maintainers
33
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-native-community/react-native-cookies - npm Package Compare versions

Comparing version

to
1.0.0

.gitattributes

43

package.json
{
"name": "@react-native-community/react-native-cookies",
"version": "0.0.0",
"private": false,
"version": "1.0.0",
"description": "Cookie Manager for React Native",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/react-native-community/react-native-cookies.git"
"url": "git+https://github.com/react-native-community/react-native-cookies.git",
"baseUrl": "https://github.com/react-native-community/react-native-cookies"
},
"keywords": [
"react",
"native",
"react native",
"react-native",
"android",
"ios",
"android",
"cookies"
"cookies",
"webview"
],
"author": "Jason Safaiyeh <safaiyeh@protonmail.com>",
"author": {
"name": "Jason Safaiyeh",
"email": "safaiyeh@protonmail.com"
},
"license": "MIT",
"licenseFilename": "LICENSE",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/react-native-community/react-native-cookies/issues"
},
"homepage": "https://github.com/react-native-community/react-native-cookies#readme"
"homepage": "https://github.com/react-native-community/react-native-cookies#readme",
"main": "index.js",
"scripts": {
"lint": "eslint index.js",
"semantic-release": "semantic-release"
},
"dependencies": {
"invariant": "^2.2.4"
},
"devDependencies": {
"@react-native-community/eslint-config": "^0.0.6",
"@react-native-community/eslint-plugin": "^1.0.0",
"@semantic-release/git": "^7.0.18",
"eslint": "^6.8.0",
"semantic-release": "^15.14.0"
}
}