Socket
Socket
Sign inDemoInstall

@nodelib/fs.scandir

Package Overview
Dependencies
3
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.2 to 1.2.3

1

out/adapters/fs.js

@@ -19,2 +19,1 @@ "use strict";

exports.getFileSystemAdapter = getFileSystemAdapter;
//# sourceMappingURL=fs.js.map

@@ -32,2 +32,1 @@ "use strict";

exports.scandirSync = scandirSync;
//# sourceMappingURL=index.js.map

@@ -18,2 +18,1 @@ "use strict";

exports.prepare = prepare;
//# sourceMappingURL=options.js.map

@@ -98,2 +98,1 @@ "use strict";

exports.makeDirEntry = makeDirEntry;
//# sourceMappingURL=scandir.js.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=entry.js.map

11

package.json
{
"name": "@nodelib/fs.scandir",
"version": "1.2.2",
"version": "1.2.3",
"description": "List files and directories inside the specified path",
"license": "MIT",
"repository": "https://github.com/nodelib/nodelib/tree/master/packages/fs.scandir",
"repository": "https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.scandir",
"keywords": [

@@ -24,3 +24,3 @@ "NodeLib",

"compile": "tsc -b .",
"compile:watch": "tsc -p . --watch",
"compile:watch": "tsc -p . --watch --sourceMap",
"test": "mocha \"out/**/*.spec.js\" -s 0",

@@ -31,6 +31,5 @@ "build": "npm run clean && npm run lint && npm run compile && npm test",

"dependencies": {
"@nodelib/fs.stat": "^1.1.2",
"@nodelib/fs.stat": "1.1.3",
"run-parallel": "^1.1.9"
},
"gitHead": "2258cf26a596d8a8aaca1a1cd548214398057e47"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc