Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@adobe/fetch

Package Overview
Dependencies
Maintainers
44
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@adobe/fetch - npm Package Compare versions

Comparing version 0.1.5 to 0.1.6

2

package.json
{
"name": "@adobe/fetch",
"version": "0.1.5",
"version": "0.1.6",
"description": "Call Adobe APIs",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -26,3 +26,3 @@ /* eslint-disable require-atomic-updates */

if (!cache.disableStorage) {
cache.tokens = await cache.read();
cache.tokens = await cache.read() || {};
cache.readOnce = true;

@@ -29,0 +29,0 @@ }

@@ -31,3 +31,3 @@ /*

storage.init.mockImplementation(() => Promise.resolve());
storage.getItem = jest.fn(() => Promise.resolve({}));
storage.getItem = jest.fn(() => Promise.resolve(undefined));
storage.setItem = jest.fn(() => Promise.resolve());

@@ -34,0 +34,0 @@

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