Socket
Socket
Sign inDemoInstall

@sp-api-sdk/auth

Package Overview
Dependencies
204
Maintainers
2
Versions
83
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.9.8 to 1.9.9

2

dist/cjs/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
(0, tslib_1.__exportStar)(require("./src"), exports);
tslib_1.__exportStar(require("./src"), exports);

@@ -5,5 +5,5 @@ "use strict";

const tslib_1 = require("tslib");
const got_1 = (0, tslib_1.__importStar)(require("got"));
const got_1 = tslib_1.__importStar(require("got"));
const error_1 = require("./error");
(0, tslib_1.__exportStar)(require("./error"), exports);
tslib_1.__exportStar(require("./error"), exports);
var AuthorizationScope;

@@ -10,0 +10,0 @@ (function (AuthorizationScope) {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
(0, tslib_1.__exportStar)(require("./access-token"), exports);
(0, tslib_1.__exportStar)(require("./selling-partner-api-auth"), exports);
(0, tslib_1.__exportStar)(require("./error"), exports);
tslib_1.__exportStar(require("./access-token"), exports);
tslib_1.__exportStar(require("./selling-partner-api-auth"), exports);
tslib_1.__exportStar(require("./error"), exports);

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

const error_1 = require("./error");
(0, tslib_1.__exportStar)(require("./error"), exports);
tslib_1.__exportStar(require("./error"), exports);
class SecurityTokenService {

@@ -10,0 +10,0 @@ constructor(parameters) {

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

const tslib_1 = require("tslib");
const process_1 = (0, tslib_1.__importDefault)(require("process"));
const process_1 = tslib_1.__importDefault(require("process"));
const read_pkg_up_1 = require("read-pkg-up");

@@ -9,0 +9,0 @@ const access_token_1 = require("./access-token");

@@ -5,3 +5,3 @@ {

"description": "Amazon Selling Partner API authentication helper class",
"version": "1.9.8",
"version": "1.9.9",
"main": "dist/cjs/index.js",

@@ -30,3 +30,3 @@ "module": "dist/es/index.js",

"dependencies": {
"@aws-sdk/client-sts": "^3.51.0",
"@aws-sdk/client-sts": "^3.54.0",
"got": "^11.8.3",

@@ -36,3 +36,3 @@ "read-pkg-up": "^7.0.1"

"devDependencies": {
"type-fest": "^2.11.2"
"type-fest": "^2.12.0"
},

@@ -58,3 +58,3 @@ "repository": {

],
"gitHead": "3f4ecdeef2ce06ff28612448d263cc8d08eb69f6"
"gitHead": "5a6b7114c19340645ce256eb9ef6d7df6a9cc58f"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc