Socket
Socket
Sign inDemoInstall

read-installed

Package Overview
Dependencies
Maintainers
2
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

read-installed - npm Package Compare versions

Comparing version 3.0.0 to 3.1.0

3

package.json
{
"name": "read-installed",
"description": "Read all the installed packages in a folder, and return a tree structure with all the data.",
"version": "3.0.0",
"version": "3.1.0",
"repository": {

@@ -16,2 +16,3 @@ "type": "git",

"read-package-json": "1",
"readdir-scoped-modules": "^1.0.0",
"semver": "2 || 3",

@@ -18,0 +19,0 @@ "slide": "~1.1.3",

@@ -106,2 +106,4 @@

var readdir = require("readdir-scoped-modules")
module.exports = readInstalled

@@ -147,3 +149,3 @@

fs.readdir(path.resolve(folder, "node_modules"), function (er, i) {
readdir(path.resolve(folder, "node_modules"), function (er, i) {
// error indicates that nothing is installed here

@@ -150,0 +152,0 @@ if (er) i = []

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