@forestvpn/forestvpn_api
Advanced tools
Comparing version 1.1.1 to 2.11.11
{ | ||
"name": "@forestvpn/forestvpn_api", | ||
"version": "1.1.1", | ||
"version": "2.11.11", | ||
"description": "A package to interact api.forestvpn.com (manage vpn profiles, check usage statistics, manage locations, ...)", | ||
@@ -5,0 +5,0 @@ "author": "ForestVPN", |
@@ -1,6 +0,8 @@ | ||
## @ | ||
## ForestVPN API Client | ||
This generator creates TypeScript/JavaScript client that utilizes [axios](https://github.com/axios/axios). The generated Node module can be used in the following environments: | ||
This generator creates TypeScript/JavaScript client that utilizes [axios](https://github.com/axios/axios). The generated | ||
Node module can be used in the following environments: | ||
Environment | ||
* Node.js | ||
@@ -11,2 +13,3 @@ * Webpack | ||
Language level | ||
* ES5 - you must have a Promises/A+ library installed | ||
@@ -16,6 +19,8 @@ * ES6 | ||
Module system | ||
* CommonJS | ||
* ES6 module system | ||
It can be used in both TypeScript and JavaScript. In TypeScript, the definition should be automatically resolved via `package.json`. ([Reference](http://www.typescriptlang.org/docs/handbook/typings-for-npm-packages.html)) | ||
It can be used in both TypeScript and JavaScript. In TypeScript, the definition should be automatically resolved | ||
via `package.json`. ([Reference](http://www.typescriptlang.org/docs/handbook/typings-for-npm-packages.html)) | ||
@@ -25,2 +30,3 @@ ### Building | ||
To build and compile the typescript sources to javascript use: | ||
``` | ||
@@ -27,0 +33,0 @@ npm install |
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
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
919391
52