New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@nodelib/fs.scandir

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nodelib/fs.scandir - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

7

out/index.d.ts
/// <reference types="node" />
import * as fs from 'fs';
import { Options } from './managers/options';
import { FilterFunction, Options, PreFilterFunction, SortFunction } from './managers/options';
import { DirEntry } from './types/entry';

@@ -13,1 +13,6 @@ /**

export declare function scandirSync(path: fs.PathLike, opts?: Options): DirEntry[];
export declare type DirEntry = DirEntry;
export declare type Options = Options;
export declare type PreFilterFunction = PreFilterFunction;
export declare type FilterFunction = FilterFunction;
export declare type SortFunction = SortFunction;

4

package.json
{
"name": "@nodelib/fs.scandir",
"version": "1.0.0",
"version": "1.0.1",
"description": "List files and directories inside the specified path",

@@ -31,3 +31,3 @@ "license": "MIT",

},
"gitHead": "ae213336c96216a8dd59ea675efc9ae3f4cf0fcf"
"gitHead": "d40ac39d85b3954b9cf87e941c8f1408bdb9598f"
}
SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc