Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

fs-iterator

Package Overview
Dependencies
Maintainers
1
Versions
102
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fs-iterator - npm Package Compare versions

Comparing version
6.1.6
to
6.1.7
+7
-3
package.json
{
"name": "fs-iterator",
"version": "6.1.6",
"version": "6.1.7",
"description": "A file system iterator with filter and asyncIterator iterafaces. Supports Node 0.10 and above",

@@ -38,3 +38,4 @@ "keywords": [

"format": "biome check --write --unsafe",
"test": "mocha --no-timeouts test/**/*.test.*",
"prepublishOnly": "tsds validate",
"test": "tsds test:node --no-timeouts",
"test:engines": "nvu engines tsds test:node --no-timeouts",

@@ -49,2 +50,3 @@ "version": "tsds version"

"devDependencies": {
"@biomejs/biome": "*",
"@types/mocha": "*",

@@ -57,2 +59,3 @@ "@types/node": "*",

"next-tick": "*",
"node-version-use": "*",
"on-one": "*",

@@ -62,3 +65,4 @@ "pinkie-promise": "*",

"rimraf2": "*",
"starts-with": "*"
"starts-with": "*",
"ts-dev-stack": "*"
},

@@ -65,0 +69,0 @@ "engines": {