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

@forestvpn/forestvpn_api

Package Overview
Dependencies
Maintainers
1
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 3.0.0 to 3.0.1

8

dist/models/checkout-session.d.ts

@@ -51,12 +51,12 @@ /**

*
* @type {string}
* @type {number}
* @memberof CheckoutSession
*/
amount_subtotal: string;
amount_subtotal: number;
/**
*
* @type {string}
* @type {number}
* @memberof CheckoutSession
*/
amount_total: string;
amount_total: number;
/**

@@ -63,0 +63,0 @@ *

@@ -26,6 +26,6 @@ /**

*
* @type {string}
* @type {number}
* @memberof CouponCheckoutSession
*/
discount: string;
discount: number;
}

@@ -26,6 +26,6 @@ /**

*
* @type {string}
* @type {number}
* @memberof Price
*/
price: string;
price: number;
}

@@ -53,12 +53,12 @@ /* tslint:disable */

*
* @type {string}
* @type {number}
* @memberof CheckoutSession
*/
amount_subtotal: string;
amount_subtotal: number;
/**
*
* @type {string}
* @type {number}
* @memberof CheckoutSession
*/
amount_total: string;
amount_total: number;
/**

@@ -65,0 +65,0 @@ *

@@ -28,6 +28,6 @@ /* tslint:disable */

*
* @type {string}
* @type {number}
* @memberof CouponCheckoutSession
*/
discount: string;
discount: number;
}

@@ -28,6 +28,6 @@ /* tslint:disable */

*
* @type {string}
* @type {number}
* @memberof Price
*/
price: string;
price: number;
}
{
"name": "@forestvpn/forestvpn_api",
"version": "3.0.0",
"version": "3.0.1",
"description": "A package to interact api.forestvpn.com (manage vpn profiles, check usage statistics, manage locations, ...)",

@@ -5,0 +5,0 @@ "author": "ForestVPN",

Sorry, the diff of this file is not supported yet

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