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.0 to 0.5.1

4

dist/drivers/cloudflare-kv-binding.d.ts

@@ -1,6 +0,6 @@

import type { CloudflareWorkerKV } from 'types-cloudflare-worker';
/// <reference types="@cloudflare/workers-types" />
export interface KVOptions {
binding?: string | CloudflareWorkerKV;
binding?: string | KVNamespace;
}
declare const _default: (opts?: KVOptions) => import("../types").Driver;
export default _default;
{
"name": "unstorage",
"version": "0.5.0",
"version": "0.5.1",
"description": "Universal Storage Layer",

@@ -34,5 +34,5 @@ "repository": "unjs/unstorage",

"destr": "^1.1.1",
"h3": "^0.7.9",
"h3": "^0.7.10",
"ioredis": "^5.0.6",
"listhen": "^0.2.11",
"listhen": "^0.2.13",
"mri": "^1.2.0",

@@ -44,2 +44,3 @@ "ohmyfetch": "^0.4.18",

"devDependencies": {
"@cloudflare/workers-types": "^3.13.0",
"@nuxtjs/eslint-config-typescript": "latest",

@@ -60,3 +61,3 @@ "@types/ioredis": "latest",

"monaco-editor": "latest",
"msw": "^0.42.1",
"msw": "^0.42.2",
"standard-version": "latest",

@@ -67,6 +68,6 @@ "types-cloudflare-worker": "^1.2.0",

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

@@ -73,0 +74,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