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

@alttiri/util-node-js

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@alttiri/util-node-js - npm Package Compare versions

Comparing version 2.1.0-20240624 to 2.1.1-20240725

7

index.d.ts
export * from "./src/console.js";
export * from "./src/console-colors.js";
export * from "./src/filesystem.js";
export type * from "./src/filesystem";
export * from "./src/fs-list/filesystem-listing.js";
export type * from "./src/fs-list/settings";
export type * from "./src/fs-list/types/ListEntry";
export type * from "./src/fs-list/types/IOError";
export * from "./src/fs-list/settings.js";
export * from "./src/fs-list/types/ListEntry.js";
export * from "./src/fs-list/types/IOError.js";
export * from "./src/tester.js";

@@ -5,2 +5,5 @@ export * from "./src/console.js";

export * from "./src/fs-list/filesystem-listing.js";
export * from "./src/fs-list/settings.js";
export * from "./src/fs-list/types/ListEntry.js";
export * from "./src/fs-list/types/IOError.js";
export * from "./src/tester.js";
{
"name": "@alttiri/util-node-js",
"version": "2.1.0-20240624",
"version": "2.1.1-20240725",
"description": "Some Node.js util functions for personal use",

@@ -28,3 +28,3 @@ "keywords": [

"dependencies": {
"@alttiri/util-js": "1.10.2-20240603"
"@alttiri/util-js": "1.13.1-20240725"
},

@@ -36,8 +36,9 @@ "devDependencies": {

"scripts": {
"compile": "tsc --build",
"compile-watch": "tsc --build --watch",
"clean": "tsc --build --clean",
"compile-ts": "tsc --build",
"compile-ts-watch": "tsc --build --watch",
"clean-ts": "tsc --build --clean",
"-": "",
"publish-npm": "npm publish --registry=https://registry.npmjs.org",
"publish-ghp": "npm publish --registry=https://npm.pkg.github.com",
"test-publish": "tsc --build && npm pack",
"publish-npm": "tsc --build && npm publish --registry=https://registry.npmjs.org",
"publish-ghp": "tsc --build && npm publish --registry=https://npm.pkg.github.com",
"--": "",

@@ -44,0 +45,0 @@ "unpublish-npm": "npm unpublish @alttiri/util-node-js@1.2.3 --registry=https://registry.npmjs.org",

import { Dirent } from "node:fs";
import { ListEntryBaseEx, ListEntryDirent, ListEntryDirentError, ListEntryDirentLink, ListEntryStats, ListEntryStatsAny } from "./types/ListEntry";
import { IOError } from "./types/IOError";
import { FileListingSetting } from "./settings";
import { ListEntryBaseEx, ListEntryDirent, ListEntryDirentError, ListEntryDirentLink, ListEntryStats, ListEntryStatsAny } from "./types/ListEntry.js";
import { IOError } from "./types/IOError.js";
import { FileListingSetting } from "./settings.js";
export declare function toListEntryDirent(dirEntry: Dirent, settings: FileListingSetting): ListEntryDirent;

@@ -6,0 +6,0 @@ export declare function toListEntryDirentError(error: IOError, listEntry: ListEntryDirent): ListEntryDirentError;

import { ListEntryDirent, ListEntryBaseEx, // ListEntryDirentLink,
ListEntryStats, ListEntryStatsBigInt, ListEntryStatsAny } from "./types/ListEntry";
ListEntryStats, ListEntryStatsBigInt, ListEntryStatsAny } from "./types/ListEntry.js";
import { FileListingSetting, FileListingSettingInit } from "./settings.js";

@@ -4,0 +4,0 @@ export declare function listFiles(initSettings: FileListingSettingInit & {

import { Dirent } from "node:fs";
import { ListEntryDirent } from "./types/ListEntry";
import { ListEntryDirent } from "./types/ListEntry.js";
export type FileListingSettingInit = Partial<FileListingSetting>;

@@ -4,0 +4,0 @@ /** An entry of the listing of the content of a directory. */

import { Dirent, BigIntStats, Stats } from "node:fs";
import { IOError } from "./IOError";
import { IOError } from "./IOError.js";
/**

@@ -4,0 +4,0 @@ * The simplified type example:

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