Socket
Socket
Sign inDemoInstall

@nodelib/fs.stat

Package Overview
Dependencies
0
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.2 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"
}
}
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