You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@nodelib/fs.stat

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nodelib/fs.stat - npm Package Compare versions

Comparing version

to
1.1.3

1

out/adapters/fs.js

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

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

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

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

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

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

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

exports.isFollowedSymlink = isFollowedSymlink;
//# sourceMappingURL=stat.js.map

9

package.json
{
"name": "@nodelib/fs.stat",
"version": "1.1.2",
"version": "1.1.3",
"description": "Get the status of a file with some features",
"license": "MIT",
"repository": "https://github.com/nodelib/nodelib/tree/master/packages/fs.stat",
"repository": "https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.stat",
"keywords": [

@@ -23,8 +23,7 @@ "NodeLib",

"compile": "tsc -b .",
"compile:watch": "tsc -p . --watch",
"compile:watch": "tsc -p . --watch --sourceMap",
"test": "mocha \"out/**/*.spec.js\" -s 0",
"build": "npm run clean && npm run lint && npm run compile && npm test",
"watch": "npm run clean && npm run compile:watch"
},
"gitHead": "2258cf26a596d8a8aaca1a1cd548214398057e47"
}
}