New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

adobe-ims-servicetoken

Package Overview
Dependencies
Maintainers
0
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

adobe-ims-servicetoken - npm Package Compare versions

Comparing version 3.0.10 to 3.0.11

4

dist/adobe-ims-servicetoken.js

@@ -6,3 +6,3 @@ /**

* @license BSD-3-Clause
* @version 3.0.10
* @version 3.0.11
*/

@@ -95,3 +95,3 @@ import {createHash}from'crypto';const AMPERSAND = "&";

} catch (err) {
data = await res.clone().text();
data = await res.clone().text() ?? err.message ?? err;
}

@@ -98,0 +98,0 @@

{
"name": "adobe-ims-servicetoken",
"version": "3.0.10",
"version": "3.0.11",
"description": "Adobe IMS Service Token lifecycle management",

@@ -27,3 +27,3 @@ "source": "src/ims.js",

"types": "npx -p typescript tsc src/token.js --declaration --allowJs --emitDeclarationOnly --outDir types && rm types/constants.d.ts",
"prepare": "husky install"
"prepare": "husky"
},

@@ -46,8 +46,8 @@ "repository": {

"devDependencies": {
"@types/node": "^20.8.10",
"@types/node": "^20.14.11",
"auto-changelog": "^2.4.0",
"eslint": "^8.52.0",
"husky": "^9.0.11",
"rollup": "^4.2.0",
"typescript": "^5.2.2"
"eslint": "^9.7.0",
"husky": "^9.1.1",
"rollup": "^4.19.0",
"typescript": "^5.5.3"
},

@@ -54,0 +54,0 @@ "dependencies": {

@@ -0,0 +0,0 @@ # adobe-ims-servicetoken

@@ -0,0 +0,0 @@ export function token({ url, grant_type, client_id, client_secret, code, jwt_token }?: {

Sorry, the diff of this file is not supported yet

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