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.1 to 1.1.2

1

out/adapters/fs.d.ts

@@ -11,1 +11,2 @@ /// <reference types="node" />

export declare function getFileSystemAdapter(fsMethods?: Partial<FileSystemAdapter>): FileSystemAdapter;
//# sourceMappingURL=fs.d.ts.map

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

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

@@ -22,1 +22,2 @@ /// <reference types="node" />

export declare type FileSystemAdapter = FileSystemAdapter;
//# sourceMappingURL=index.d.ts.map

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

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

@@ -11,1 +11,2 @@ import { FileSystemAdapter } from '../adapters/fs';

export declare function prepare(opts?: Options): StrictOptions;
//# sourceMappingURL=options.d.ts.map

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

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

@@ -11,1 +11,2 @@ /// <reference types="node" />

export declare function isFollowedSymlink(stat: fs.Stats, options: StrictOptions): boolean;
//# sourceMappingURL=stat.d.ts.map

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

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

10

package.json
{
"name": "@nodelib/fs.stat",
"version": "1.1.1",
"version": "1.1.2",
"description": "Get the status of a file with some features",

@@ -22,7 +22,9 @@ "license": "MIT",

"lint": "tslint \"src/**/*.ts\" -p . -t stylish",
"compile": "tsc -p .",
"compile": "tsc -b .",
"compile:watch": "tsc -p . --watch",
"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 -- --sourceMap --watch"
}
"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