Socket
Socket
Sign inDemoInstall

@jsenv/filesystem

Package Overview
Dependencies
Maintainers
2
Versions
95
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jsenv/filesystem - npm Package Compare versions

Comparing version 2.5.0 to 2.5.1

5

package.json
{
"name": "@jsenv/filesystem",
"version": "2.5.0",
"version": "2.5.1",
"description": "Collection of functions to interact with filesystem in Node.js",

@@ -19,3 +19,4 @@ "license": "MIT",

"publishConfig": {
"access": "public"
"access": "public",
"registry": "https://registry.npmjs.org"
},

@@ -22,0 +23,0 @@ "type": "module",

4

src/readFileSystemNodeStat.js

@@ -18,5 +18,5 @@ /*

) => {
if (source.endsWith("/")) source = source.slice(0, -1)
let sourceUrl = assertAndNormalizeFileUrl(source)
if (sourceUrl.endsWith("/")) sourceUrl = sourceUrl.slice(0, -1)
const sourceUrl = assertAndNormalizeFileUrl(source)
const sourcePath = urlToFileSystemPath(sourceUrl)

@@ -23,0 +23,0 @@

Sorry, the diff of this file is not supported yet

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