
Security News
PolinRider: North Korea-Linked Supply Chain Campaign Expands Across Open Source Ecosystems
PolinRider expands across npm, Packagist, Go modules, and Chrome extensions, using hidden loaders to target developer environments.
@nodevu/parsefiles
Advanced tools
a utility to parse Node.js's files information from distribution metadata into something more useful.
const parsefiles = require('@nodevu/parsefiles')
const version = '17.6.0'
const files = ["aix-ppc64","headers","linux-arm64","linux-armv7l","linux-ppc64le","linux-s390x","linux-x64","osx-arm64-tar","osx-x64-pkg","osx-x64-tar","src","win-x64-7z","win-x64-exe","win-x64-msi","win-x64-zip","win-x86-7z","win-x86-exe","win-x86-msi","win-x86-zip"]
files.forEach(file => {
const data = parsefiles(file, version)
console.log(data)
})
When run, @nodevu/parsefiles will return an object with the following properties:
id (String) - the identifier (file) that was passed in. Examples: aix-ppc64, linux-x64, osx-x64-pkg, osx-arm64-tar, win-x64-zip, src, headers.files (Array) - an array of filenames that should exist for the release. There are often more than one.type (String) - indicates either the operating system, or that the files are source/headers, parsed out of the id. Examples: linux, macos, windows, aix, sunos, source, headers.architecture (String) - a string that represents the architecture of the files. Examples: x86, x64, arm64, armv7l, armv6l, power, zFAQs
parse the files identifiers from Node.js
The npm package @nodevu/parsefiles receives a total of 132 weekly downloads. As such, @nodevu/parsefiles popularity was classified as not popular.
We found that @nodevu/parsefiles demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.

Security News
PolinRider expands across npm, Packagist, Go modules, and Chrome extensions, using hidden loaders to target developer environments.

Security News
Open source attacks are accelerating as AI coding agents pull in dependencies faster, with less human review.

Research
/Security News
Malicious Chrome and Firefox extensions posed as free VPNs while stealing clipboard data through later extension updates.