🚨 Latest Research:Tanstack npm Packages Compromised in Ongoing Mini Shai-Hulud Supply-Chain Attack.Learn More
Socket
Book a DemoSign in
Socket

@sequencemedia/lsof

Package Overview
Dependencies
Maintainers
2
Versions
113
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sequencemedia/lsof

Get a list of open files in a convenient structure

Source
npmnpm
Version
0.0.111
Version published
Weekly downloads
114
235.29%
Maintainers
2
Weekly downloads
 
Created
Source

@sequencemedia/lsof

Get a list of open files in a convenient structure

npm i -P @sequencemedia/lsof

Usage

Get lsof as a string

import {
  getLsof
} from '@sequencemedia/lsof'

/**
 *  ...
 */

const string = await getLsof()

Get lsof transformed into an array

import {
  getLsofArray
} from '@sequencemedia/lsof'

/**
 *  ...
 */

const array = await getLsofArray()

Get lsof transformed into a set

import {
  getLsofSet
} from '@sequencemedia/lsof'

/**
 *  ...
 */

const set = await getLsofSet()

Keywords

lsof

FAQs

Package last updated on 08 Nov 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts