@forestvpn/forestvpn_api
Advanced tools
Comparing version 1.0.2 to 1.1.0
@@ -24,3 +24,3 @@ /** | ||
*/ | ||
transactionId: number; | ||
transaction_id?: number; | ||
/** | ||
@@ -27,0 +27,0 @@ * |
@@ -23,3 +23,3 @@ /** | ||
*/ | ||
paReq: string; | ||
pa_req: string; | ||
/** | ||
@@ -30,3 +30,9 @@ * | ||
*/ | ||
acsUrl: string; | ||
acs_url: string; | ||
/** | ||
* | ||
* @type {string} | ||
* @memberof CloudPaymentsSecure3d | ||
*/ | ||
term_url: string; | ||
} |
@@ -26,3 +26,3 @@ /* tslint:disable */ | ||
*/ | ||
transactionId: number; | ||
transaction_id?: number; | ||
/** | ||
@@ -29,0 +29,0 @@ * |
@@ -25,3 +25,3 @@ /* tslint:disable */ | ||
*/ | ||
paReq: string; | ||
pa_req: string; | ||
/** | ||
@@ -32,3 +32,9 @@ * | ||
*/ | ||
acsUrl: string; | ||
acs_url: string; | ||
/** | ||
* | ||
* @type {string} | ||
* @memberof CloudPaymentsSecure3d | ||
*/ | ||
term_url: string; | ||
} |
{ | ||
"name": "@forestvpn/forestvpn_api", | ||
"version": "1.0.2", | ||
"description": "A package to interact api.forestvpn.com (manage vpn profiles, check usage statistics, manage locations, ...)", | ||
"author": "ForestVPN", | ||
"keywords": [ | ||
"wireguard", | ||
"api", | ||
"rest", | ||
"wgrest", | ||
"restful", | ||
"vpn", | ||
"tunneling", | ||
"wg", | ||
"forestvpn", | ||
"wireguard-ui", | ||
"vpn-ui", | ||
"vpn-rest", | ||
"vpn-api" | ||
], | ||
"license": "MIT", | ||
"main": "./dist/index.js", | ||
"typings": "./dist/index.d.ts", | ||
"scripts": { | ||
"build": "tsc --outDir dist/", | ||
"prepublishOnly": "npm run build" | ||
}, | ||
"dependencies": { | ||
"axios": "^0.21.1" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^12.11.5", | ||
"typescript": "^3.9.10" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/forestvpn/api-client-js.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/forestvpn/api-client-js/issues" | ||
}, | ||
"homepage": "https://github.com/forestvpn/api-client-js#readme" | ||
} | ||
"name": "@forestvpn/forestvpn_api", | ||
"version": "1.1.0", | ||
"description": "A package to interact api.forestvpn.com (manage vpn profiles, check usage statistics, manage locations, ...)", | ||
"author": "ForestVPN", | ||
"keywords": [ | ||
"wireguard", | ||
"api", | ||
"rest", | ||
"wgrest", | ||
"restful", | ||
"vpn", | ||
"tunneling", | ||
"wg", | ||
"forestvpn", | ||
"wireguard-ui", | ||
"vpn-ui", | ||
"vpn-rest", | ||
"vpn-api" | ||
], | ||
"license": "MIT", | ||
"main": "./dist/index.js", | ||
"typings": "./dist/index.d.ts", | ||
"scripts": { | ||
"build": "tsc --outDir dist/", | ||
"prepublishOnly": "npm run build" | ||
}, | ||
"dependencies": { | ||
"axios": "^0.21.1" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^12.11.5", | ||
"typescript": "^3.9.10" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/forestvpn/api-client-js.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/forestvpn/api-client-js/issues" | ||
}, | ||
"homepage": "https://github.com/forestvpn/api-client-js#readme" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
848758
19869