Socket
Socket
Sign inDemoInstall

unstorage

Package Overview
Dependencies
Maintainers
1
Versions
64
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.1.5 to 0.1.6

2

dist/cli.js

@@ -312,3 +312,3 @@ #!/usr/bin/env node

function readdir(dir) {
return fs.promises.readdir(dir, {withFileTypes: true}).catch(ignoreNotfound);
return fs.promises.readdir(dir, {withFileTypes: true}).catch(ignoreNotfound).then((r) => r || []);
}

@@ -315,0 +315,0 @@ async function ensuredir(dir) {

@@ -47,3 +47,3 @@ "use strict";

withFileTypes: true
}).catch(ignoreNotfound);
}).catch(ignoreNotfound).then(r => r || []);
}

@@ -50,0 +50,0 @@

{
"name": "unstorage",
"version": "0.1.5",
"version": "0.1.6",
"description": "",

@@ -5,0 +5,0 @@ "repository": "unjsio/unstorage",

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