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

filesystem-sandbox

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

filesystem-sandbox - npm Package Compare versions

Comparing version 1.15.0 to 1.16.0

3

dist/index.js

@@ -115,2 +115,3 @@ "use strict";

}
await this.mkdir(path_1.default.dirname(at));
await writeFile(fullPath, contents, options);

@@ -123,3 +124,3 @@ return fullPath;

if (await isFolder(fullpath)) {
return fullpath;
resolve(fullpath);
}

@@ -126,0 +127,0 @@ try {

{
"name": "filesystem-sandbox",
"version": "1.15.0",
"version": "1.16.0",
"description": "JavaScript module to provide filesystem sandboxes for testing",

@@ -62,2 +62,2 @@ "main": "dist/index.js",

}
}
}
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