Socket
Socket
Sign inDemoInstall

@sp-api-sdk/auth

Package Overview
Dependencies
Maintainers
2
Versions
88
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sp-api-sdk/auth - npm Package Compare versions

Comparing version 1.10.1 to 1.10.2

7

dist/cjs/src/utils/package.js

@@ -6,2 +6,7 @@ "use strict";

const result = (0, read_pkg_up_1.sync)();
exports.packageJson = result.packageJson;
exports.packageJson = result?.packageJson ?? {
_id: '',
readme: '',
name: '@sp-api-sdk/auth',
version: 'unknown',
};
import { sync as readPackageJson } from 'read-pkg-up';
const result = readPackageJson();
export const packageJson = result.packageJson;
export const packageJson = result?.packageJson ?? {
_id: '',
readme: '',
name: '@sp-api-sdk/auth',
version: 'unknown',
};

6

package.json

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

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

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

"dependencies": {
"@aws-sdk/client-sts": "^3.171.0",
"@aws-sdk/client-sts": "^3.178.0",
"axios": "^0.27.2",

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

},
"gitHead": "b1a628f884e9e251eae587cc474baf5d52c9f294"
"gitHead": "86c909494fda76726887a6cd6819e1ded145c1df"
}
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