mirror of
https://github.com/silkimen/cordova-plugin-advanced-http.git
synced 2026-01-31 00:00:03 +08:00
Remove Spoon Consulting Ltd
This commit is contained in:
@@ -12,10 +12,6 @@ Cordova / Phonegap plugin for communicating with HTTP servers. Supports iOS, An
|
||||
|
||||
This is a fork of [Wymsee's Cordova-HTTP plugin](https://github.com/wymsee/cordova-HTTP).
|
||||
|
||||
## Forked by spoonconsulting
|
||||
|
||||
Duplicate symbol error due to AFNetworking in cordova-plugin-background-upload
|
||||
|
||||
## Advantages over Javascript requests
|
||||
|
||||
- SSL / TLS Pinning
|
||||
|
||||
2
package-lock.json
generated
2
package-lock.json
generated
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "@spoonconsulting/cordova-plugin-advanced-http",
|
||||
"name": "cordova-plugin-advanced-http",
|
||||
"version": "3.2.3",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
|
||||
10
package.json
10
package.json
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "@spoonconsulting/cordova-plugin-advanced-http",
|
||||
"name": "cordova-plugin-advanced-http",
|
||||
"version": "3.2.3",
|
||||
"description": "Cordova / Phonegap plugin for communicating with HTTP servers using SSL pinning",
|
||||
"scripts": {
|
||||
@@ -15,7 +15,7 @@
|
||||
"release": "npm run test && ./scripts/release.sh"
|
||||
},
|
||||
"cordova": {
|
||||
"id": "@spoonconsulting/cordova-plugin-advanced-http",
|
||||
"id": "cordova-plugin-advanced-http",
|
||||
"platforms": [
|
||||
"ios",
|
||||
"android"
|
||||
@@ -23,7 +23,7 @@
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/spoonconsulting/cordova-plugin-advanced-http.git"
|
||||
"url": "git+https://github.com/silkimen/cordova-plugin-advanced-http.git"
|
||||
},
|
||||
"keywords": [
|
||||
"cordova",
|
||||
@@ -54,9 +54,9 @@
|
||||
],
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/spoonconsulting/cordova-plugin-advanced-http/issues"
|
||||
"url": "https://github.com/silkimen/cordova-plugin-advanced-http/issues"
|
||||
},
|
||||
"homepage": "https://github.com/spoonconsulting/cordova-plugin-advanced-http#readme",
|
||||
"homepage": "https://github.com/silkimen/cordova-plugin-advanced-http#readme",
|
||||
"devDependencies": {
|
||||
"chai": "4.2.0",
|
||||
"colors": "1.4.0",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android" id="@spoonconsulting/cordova-plugin-advanced-http" version="3.2.3">
|
||||
<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android" id="cordova-plugin-advanced-http" version="3.2.3">
|
||||
<name>Advanced HTTP plugin</name>
|
||||
<description>
|
||||
Cordova / Phonegap plugin for communicating with HTTP servers using SSL pinning
|
||||
|
||||
Reference in New Issue
Block a user