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

@miniflare/storage-memory

Package Overview
Dependencies
Maintainers
4
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@miniflare/storage-memory - npm Package Compare versions

Comparing version 2.8.1 to 2.8.2-d1.0

1

dist/src/index.d.ts

@@ -35,2 +35,3 @@ import { Awaitable } from '@miniflare/shared';

list<Meta = unknown>(options?: StorageListOptions): Promise<StorageListResult<StoredKeyMeta<Meta>>>;
getSqliteDatabasePath(): string;
}

@@ -37,0 +38,0 @@

@@ -166,2 +166,5 @@ var __create = Object.create;

}
getSqliteDatabasePath() {
return ":memory:";
}
};

@@ -168,0 +171,0 @@

6

package.json
{
"name": "@miniflare/storage-memory",
"version": "2.8.1",
"version": "2.8.2-d1.0",
"description": "In-memory storage module for Miniflare: a fun, full-featured, fully-local simulator for Cloudflare Workers",

@@ -38,7 +38,7 @@ "keywords": [

"dependencies": {
"@miniflare/shared": "2.8.1"
"@miniflare/shared": "2.8.2-d1.0"
},
"devDependencies": {
"@miniflare/shared-test": "2.8.1"
"@miniflare/shared-test": "2.8.2-d1.0"
}
}

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