Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@pnpm/read-modules-dir

Package Overview
Dependencies
Maintainers
2
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pnpm/read-modules-dir - npm Package Compare versions

Comparing version 7.0.0 to 900.0.0

3

lib/index.js

@@ -6,3 +6,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.readModulesDir = void 0;
exports.readModulesDir = readModulesDir;
const path_1 = __importDefault(require("path"));

@@ -22,3 +22,2 @@ const util_1 = __importDefault(require("util"));

}
exports.readModulesDir = readModulesDir;
async function _readModulesDir(modulesDir, scope) {

@@ -25,0 +24,0 @@ const pkgNames = [];

{
"name": "@pnpm/read-modules-dir",
"version": "7.0.0",
"version": "900.0.0",
"description": "Finds all direct packages in node_modules",

@@ -29,3 +29,3 @@ "main": "lib/index.js",

"@types/graceful-fs": "^4.1.9",
"@pnpm/read-modules-dir": "7.0.0"
"@pnpm/read-modules-dir": "900.0.0"
},

@@ -35,2 +35,5 @@ "exports": {

},
"jest": {
"preset": "@pnpm/jest-config"
},
"scripts": {

@@ -37,0 +40,0 @@ "start": "tsc --watch",

Sorry, the diff of this file is not supported yet

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