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.7
to
6.1.8
+2
-5
package.json
{
"name": "fs-iterator",
"version": "6.1.7",
"version": "6.1.8",
"description": "A file system iterator with filter and asyncIterator iterafaces. Supports Node 0.10 and above",

@@ -31,2 +31,3 @@ "keywords": [

"main": "dist/cjs/index.js",
"source": "src/index.ts",
"types": "dist/cjs/index.d.ts",

@@ -63,3 +64,2 @@ "files": [

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

@@ -69,6 +69,3 @@ },

"node": ">=0.8"
},
"tsds": {
"source": "src/index.ts"
}
}