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

deep-fs

Package Overview
Dependencies
Maintainers
1
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

deep-fs - npm Package Compare versions

Comparing version 1.1.4 to 1.1.5

6

lib.compiled/Local/S3FSRelativeFSExtender.js

@@ -401,3 +401,3 @@ /**

if (_fs2['default'].statSync(file).isDirectory()) {
var nestedFiles = S3FSRelativeFSExtender._readdirp(file);
var nestedFiles = S3FSRelativeFSExtender._readdirp(file, basePath);

@@ -408,5 +408,5 @@ _files.push.apply(_files, _toConsumableArray(nestedFiles));

return _files.map(function (file) {
return basePath ? _files.map(function (file) {
return file.substr(basePath.length);
});
}) : _files;
}

@@ -413,0 +413,0 @@ }]);

{
"name": "deep-fs",
"version": "1.1.4",
"version": "1.1.5",
"description": "DEEP File System Library",

@@ -5,0 +5,0 @@ "keywords": [

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