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

naive-storage

Package Overview
Dependencies
Maintainers
0
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

naive-storage - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

3

dist/index.d.ts

@@ -1,2 +0,2 @@

interface NaiveStorageOptions {
export interface NaiveStorageOptions {
/**

@@ -10,2 +10,3 @@ * Specify the storage you want to use

}
export type NaiveStorageInstance<D = any> = InstanceType<typeof NaiveStorage<D>>;
declare class NaiveStorage<D = any> {

@@ -12,0 +13,0 @@ storage: Storage;

{
"name": "naive-storage",
"version": "1.0.0",
"version": "1.0.1",
"description": "A tiny common wrapper for storage",

@@ -5,0 +5,0 @@ "repository": {

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