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

@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 4.1.7 to 4.1.8

4

package.json
{
"name": "@jsenv/filesystem",
"version": "4.1.7",
"version": "4.1.8",
"license": "MIT",

@@ -34,5 +34,5 @@ "repository": {

"@jsenv/urls": "1.2.8",
"@jsenv/url-meta": "7.0.0",
"@jsenv/url-meta": "7.0.1",
"@jsenv/abort": "4.2.4"
}
}

@@ -16,5 +16,3 @@ import { Abort } from "@jsenv/abort"

}) => {
const rootDirectoryUrl = decodeURIComponent(
assertAndNormalizeDirectoryUrl(directoryUrl),
)
const rootDirectoryUrl = assertAndNormalizeDirectoryUrl(directoryUrl)
if (typeof predicate !== "function") {

@@ -51,6 +49,3 @@ throw new TypeError(`predicate must be a function, got ${predicate}`)

if (directoryChildNodeStats.isDirectory()) {
const subDirectoryUrl = `${decodeURIComponent(
directoryChildNodeUrl,
)}/`
const subDirectoryUrl = `${directoryChildNodeUrl}/`
if (

@@ -65,3 +60,2 @@ !URL_META.urlChildMayMatch({

}
await visitDirectory(subDirectoryUrl)

@@ -73,3 +67,3 @@ return

const meta = URL_META.applyAssociations({
url: decodeURIComponent(directoryChildNodeUrl),
url: directoryChildNodeUrl,
associations,

@@ -76,0 +70,0 @@ })

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