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

unstorage

Package Overview
Dependencies
Maintainers
1
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

unstorage - npm Package Compare versions

Comparing version 0.5.2 to 0.5.3

6

dist/index.d.ts

@@ -23,2 +23,4 @@ import { D as Driver, S as Storage, a as StorageValue } from './types-ba4f7911.js';

cloudflareKVBinding: string;
'cloudflare-kv-http': string;
'cloudflare-kv-binding': string;
fs: string;

@@ -28,2 +30,3 @@ github: string;

localStorage: string;
localstorage: string;
memory: string;

@@ -33,3 +36,4 @@ overlay: string;

};
declare type BuiltinDriverName = keyof typeof builtinDrivers;
export { CreateStorageOptions, Snapshot, builtinDrivers, createStorage, defineDriver, joinKeys, normalizeBaseKey, normalizeKey, prefixStorage, restoreSnapshot, snapshot };
export { BuiltinDriverName, CreateStorageOptions, Snapshot, builtinDrivers, createStorage, defineDriver, joinKeys, normalizeBaseKey, normalizeKey, prefixStorage, restoreSnapshot, snapshot };

8

package.json
{
"name": "unstorage",
"version": "0.5.2",
"version": "0.5.3",
"description": "Universal Storage Layer",

@@ -35,3 +35,3 @@ "repository": "unjs/unstorage",

"h3": "^0.7.10",
"ioredis": "^5.0.6",
"ioredis": "^5.1.0",
"listhen": "^0.2.13",

@@ -66,6 +66,6 @@ "mri": "^1.2.0",

"vite": "latest",
"vitest": "^0.15.2",
"vitest": "^0.16.0",
"vue": "^3.2.37"
},
"packageManager": "pnpm@7.3.0",
"packageManager": "pnpm@7.4.0",
"scripts": {

@@ -72,0 +72,0 @@ "build": "unbuild",

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