Socket
Socket
Sign inDemoInstall

@miniflare/storage-file

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-file - npm Package Compare versions

Comparing version 2.6.0 to 2.7.0

1

dist/src/index.js

@@ -54,2 +54,3 @@ var __create = Object.create;

try {
filePath = await import_promises.default.realpath(filePath);
const { size } = await import_promises.default.lstat(filePath);

@@ -56,0 +57,0 @@ if (suffix !== void 0) {

10

package.json
{
"name": "@miniflare/storage-file",
"version": "2.6.0",
"version": "2.7.0",
"description": "File-system storage module for Miniflare: a fun, full-featured, fully-local simulator for Cloudflare Workers",

@@ -20,3 +20,3 @@ "keywords": [

"engines": {
"node": ">=16.7"
"node": ">=16.13"
},

@@ -39,8 +39,8 @@ "publishConfig": {

"dependencies": {
"@miniflare/shared": "2.6.0",
"@miniflare/storage-memory": "2.6.0"
"@miniflare/shared": "2.7.0",
"@miniflare/storage-memory": "2.7.0"
},
"devDependencies": {
"@miniflare/shared-test": "2.6.0"
"@miniflare/shared-test": "2.7.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