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

@forge/storage

Package Overview
Dependencies
Maintainers
2
Versions
109
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@forge/storage - npm Package Compare versions

Comparing version 1.5.12 to 1.5.13-next.0

2

out/storage-adapter.d.ts

@@ -5,3 +5,3 @@ import { EntityStorageBuilderType } from './entity-storage';

get(key: string): Promise<any>;
set(key: string, value: any): Promise<void>;
set(key: string, value: string | number | boolean | Record<string, any> | any[]): Promise<void>;
delete(key: string): Promise<void>;

@@ -8,0 +8,0 @@ getSecret(key: string): Promise<any>;

{
"name": "@forge/storage",
"version": "1.5.12",
"version": "1.5.13-next.0",
"description": "Forge Storage methods",

@@ -5,0 +5,0 @@ "author": "Atlassian",

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