
Research
GemStuffer Campaign Abuses RubyGems as Exfiltration Channel Targeting UK Local Government
GemStuffer abuses RubyGems as an exfiltration channel, packaging scraped UK council portal data into junk gems published from new accounts.
@sequencemedia/lsof
Advanced tools
@sequencemedia/lsofGet a list of open files in a convenient structure
npm i -P @sequencemedia/lsof
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()
FAQs
Get a list of open files in a convenient structure
The npm package @sequencemedia/lsof receives a total of 106 weekly downloads. As such, @sequencemedia/lsof popularity was classified as not popular.
We found that @sequencemedia/lsof demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?

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.

Research
GemStuffer abuses RubyGems as an exfiltration channel, packaging scraped UK council portal data into junk gems published from new accounts.

Company News
Socket was named to the Rising in Cyber 2026 list, recognizing 30 private cybersecurity startups selected by CISOs and security executives.

Research
Socket detected 84 compromised TanStack npm package artifacts modified with suspected CI credential-stealing malware.