Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@forestvpn/forestvpn_api

Package Overview
Dependencies
Maintainers
2
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@forestvpn/forestvpn_api - npm Package Compare versions

Comparing version 1.0.2 to 1.1.0

2

dist/models/cloud-payments-auth.d.ts

@@ -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"
}
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