Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
read-installed
Advanced tools
Read all the installed packages in a folder, and return a tree structure with all the data.
Read all the installed packages in a folder, and return a tree structure with all the data.
npm uses this.
Breaking changes in 2.0.0
:
The second argument is now an Object
that contains the following keys:
depth
optional, defaults to Infinitylog
optional log Functiondev
optional, default false, set to true to include devDependenciesvar readInstalled = require("read-installed")
// optional options
var options = { dev: false, log: fn, depth: 2 }
readInstalled(folder, options, function (er, data) {
...
})
FAQs
Read all the installed packages in a folder, and return a tree structure with all the data.
The npm package read-installed receives a total of 559,319 weekly downloads. As such, read-installed popularity was classified as popular.
We found that read-installed demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 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.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.