Socket
Socket
Sign inDemoInstall

adobe-ims-servicetoken

Package Overview
Dependencies
6
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.8 to 3.0.9

5

dist/adobe-ims-servicetoken.js

@@ -6,5 +6,5 @@ /**

* @license BSD-3-Clause
* @version 3.0.8
* @version 3.0.9
*/
import {createHash}from'node:crypto';import fetch from'node-fetch';const AMPERSAND = "&";
import {createHash}from'node:crypto';const AMPERSAND = "&";
const BASE64 = "base64";

@@ -24,2 +24,3 @@ const CLIENT_ID = "client_id";

const STRING = "string";const tokens = new Map();
const fetch = (...args) => import('node-fetch').then(({default: fetch}) => fetch(...args)); // eslint-disable-line no-shadow

@@ -26,0 +27,0 @@ async function token ({

2

package.json
{
"name": "adobe-ims-servicetoken",
"version": "3.0.8",
"version": "3.0.9",
"description": "Adobe IMS Service Token lifecycle management",

@@ -5,0 +5,0 @@ "source": "src/ims.js",

Sorry, the diff of this file is not supported yet

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