Socket
Socket
Sign inDemoInstall

@sp-api-sdk/auth

Package Overview
Dependencies
3
Maintainers
2
Versions
82
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.9.5 to 1.9.6

1

dist/cjs/src/access-token/error.js

@@ -9,3 +9,2 @@ "use strict";

this.code = 'ACCESS_TOKEN_ERROR';
// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment
this.meta = meta;

@@ -12,0 +11,0 @@ }

@@ -6,3 +6,2 @@ import { SellingPartnerApiAuthError } from '../error';

this.code = 'ACCESS_TOKEN_ERROR';
// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment
this.meta = meta;

@@ -9,0 +8,0 @@ }

7

package.json

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

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

@@ -26,7 +26,6 @@ "module": "dist/es/index.js",

"clean": "rimraf dist",
"lint": "xo --cwd=../../ $PWD",
"test": "NODE_ENV='test' yarn jest"
},
"dependencies": {
"@aws-sdk/client-sts": "^3.42.0",
"@aws-sdk/client-sts": "^3.43.0",
"got": "^11.8.3",

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

],
"gitHead": "e8c21d7d481263e8a6663ee11f6708d4dc6968b6"
"gitHead": "f21b5cb511abd110bf1f07843558719993f36187"
}
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