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

@jmondi/browser-storage

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jmondi/browser-storage - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

2

dist/abstract_storage.d.ts
export declare abstract class AbstractStorage {
abstract readonly adapter: Storage;
readonly storagePrefix: string;
protected constructor(storagePrefix?: string);
constructor(storagePrefix?: string);
get<T>(key: string): T | null;

@@ -6,0 +6,0 @@ set(key: string, value: any): boolean;

{
"name": "@jmondi/browser-storage",
"version": "1.0.2",
"version": "1.0.3",
"author": "Jason Raimondi <jason@raimondi.us>",

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

@@ -6,3 +6,3 @@ export abstract class AbstractStorage {

protected constructor(storagePrefix: string = "@jmondi:") {
constructor(storagePrefix: string = "@jmondi:") {
this.storagePrefix = storagePrefix;

@@ -9,0 +9,0 @@ }

Sorry, the diff of this file is not supported yet

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