Socket
Socket
Sign inDemoInstall

paddle-sdk

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

paddle-sdk - npm Package Compare versions

Comparing version 2.5.0 to 2.5.1

2

package.json
{
"name": "paddle-sdk",
"description": "The Paddle.com Node.js SDK",
"version": "2.5.0",
"version": "2.5.1",
"main": "sdk.js",

@@ -6,0 +6,0 @@ "types": "sdk.d.ts",

@@ -10,3 +10,3 @@ export = PaddleSDK;

* @param {object} [options]
* @param {string} [options.sandbox=false] - Whether to use the sandbox server URL
* @param {boolean} [options.sandbox=false] - Whether to use the sandbox server URL
* @param {string} [options.server=vendors.paddle.com/api/2.0] - The server URL prefix for all requests

@@ -19,3 +19,3 @@ *

constructor(vendorID: string, apiKey: string, publicKey?: string, options?: {
sandbox?: string;
sandbox?: boolean;
server?: string;

@@ -22,0 +22,0 @@ });

@@ -18,3 +18,3 @@ const crypto = require('crypto');

* @param {object} [options]
* @param {string} [options.sandbox=false] - Whether to use the sandbox server URL
* @param {boolean} [options.sandbox=false] - Whether to use the sandbox server URL
* @param {string} [options.server=vendors.paddle.com/api/2.0] - The server URL prefix for all requests

@@ -21,0 +21,0 @@ *

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