@quanle94/react-native-cert-pinner
Version:
For React Native, pins TLS connections to specific trusted certificates' public keys with configuration for enforcePinning
46 lines (45 loc) • 1.17 kB
JSON
{
"author": {
"name": "SKip Hovsmith",
"email": "skiph@criticalblue.com"
},
"bin": {
"pinset": "./cli/pinset.js"
},
"bugs": {
"url": "https://github.com/approov/react-native-cert-pinner/issues"
},
"dependencies": {
"chalk": "^2.4.1",
"minimist": "^1.2.0",
"plist": "^3.0.1"
},
"description": "For React Native, pins TLS connections to specific trusted certificates' public keys with configuration for enforcePinning",
"homepage": "https://github.com/approov/react-native-cert-pinner#readme",
"keywords": [
"react-native",
"ios",
"android",
"fetch",
"certificate-pinning",
"tls",
"https",
"enforcePinning"
],
"license": "Apache-2.0",
"licenseFilename": "LICENSE",
"main": "index.js",
"name": "@quanle94/react-native-cert-pinner",
"peerDependencies": {
"react-native": ">=0.41.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/approov/react-native-cert-pinner.git",
"baseUrl": "https://github.com/approov/react-native-cert-pinner"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "0.0.6"
}