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

@incanta/node-paddle-sdk

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@incanta/node-paddle-sdk - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

2

dist/cjs/billing/index.js

@@ -55,3 +55,3 @@ "use strict";

headers: {
Authorization: `Bearer ${this.vendorAuthCode}}`,
Authorization: `Bearer ${this.vendorAuthCode}`,
},

@@ -58,0 +58,0 @@ };

@@ -35,3 +35,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

headers: {
Authorization: `Bearer ${this.vendorAuthCode}}`,
Authorization: `Bearer ${this.vendorAuthCode}`,
},

@@ -38,0 +38,0 @@ };

{
"name": "@incanta/node-paddle-sdk",
"private": false,
"version": "1.0.3",
"version": "1.0.4",
"description": "A fully typed NodeJS library for integration with Paddle.",

@@ -6,0 +6,0 @@ "exports": {

@@ -51,3 +51,3 @@ import got, { OptionsOfTextResponseBody } from 'got';

headers: {
Authorization: `Bearer ${this.vendorAuthCode}}`,
Authorization: `Bearer ${this.vendorAuthCode}`,
},

@@ -54,0 +54,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