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.2.9 to 0.3.0

dist/chunks/_utils.cjs

8

drivers/utils/node-fs.js

@@ -6,10 +6,10 @@ "use strict";

});
exports.writeFile = writeFile;
exports.ensuredir = ensuredir;
exports.readFile = readFile;
exports.stat = stat;
exports.unlink = unlink;
exports.readdir = readdir;
exports.ensuredir = ensuredir;
exports.readdirRecursive = readdirRecursive;
exports.rmRecursive = rmRecursive;
exports.stat = stat;
exports.unlink = unlink;
exports.writeFile = writeFile;

@@ -16,0 +16,0 @@ var _fs = require("fs");

{
"name": "unstorage",
"version": "0.2.9",
"version": "0.3.0",
"description": "Universal Storage Layer",

@@ -11,14 +11,14 @@ "repository": "unjs/unstorage",

"import": "./drivers/*.mjs",
"require": "./drivers/*.js"
"require": "./drivers/*.cjs"
},
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.js"
"require": "./dist/index.cjs"
},
"./server": {
"import": "./server.mjs",
"require": "./server.js"
"require": "./server.cjs"
}
},
"main": "./dist/index.js",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",

@@ -38,3 +38,3 @@ "types": "./dist/index.d.ts",

"release": "yarn test && standard-version && git push --follow-tags && npm publish",
"test": "yarn lint && jest",
"test": "yarn lint",
"doctoc": "doctoc README.md --notitle --maxlevel 3",

@@ -47,7 +47,7 @@ "unstorage": "yarn jiti src/cli"

"destr": "^1.1.0",
"h3": "^0.2.10",
"h3": "^0.3.3",
"ioredis": "^4.27.9",
"listhen": "^0.2.4",
"mri": "^1.1.6",
"ohmyfetch": "^0.3.1",
"ohmyfetch": "^0.4.2",
"ufo": "^0.7.9",

@@ -67,3 +67,3 @@ "ws": "^8.2.1"

"doctoc": "latest",
"eslint": "latest",
"eslint": "^7",
"jest": "latest",

@@ -70,0 +70,0 @@ "jiti": "latest",

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