Socket
Socket
Sign inDemoInstall

smart-fs

Package Overview
Dependencies
17
Maintainers
1
Versions
90
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.0 to 3.0.1

2

lib/logic/smart-read.js

@@ -17,3 +17,3 @@ import assert from 'assert';

if (treatAs === 'js') {
return import(filepath);
return import(filepath).then(({ default: d }) => d);
}

@@ -20,0 +20,0 @@

{
"name": "smart-fs",
"type": "module",
"version": "3.0.0",
"version": "3.0.1",
"description": "Abstraction Layer for File Management.",

@@ -6,0 +6,0 @@ "main": "lib/index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc