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
12
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 5.0.0 to 6.0.0

18

package.json
{
"name": "@pnpm/read-modules-dir",
"version": "5.0.0",
"version": "6.0.0",
"description": "Finds all direct packages in node_modules",

@@ -12,10 +12,10 @@ "main": "lib/index.js",

"keywords": [
"pnpm7"
"pnpm8"
],
"license": "MIT",
"engines": {
"node": ">=14.6"
"node": ">=16.14"
},
"repository": "https://github.com/pnpm/pnpm/blob/main/packages/read-modules-dir",
"homepage": "https://github.com/pnpm/pnpm/blob/main/packages/read-modules-dir#readme",
"repository": "https://github.com/pnpm/pnpm/blob/main/fs/read-modules-dir",
"homepage": "https://github.com/pnpm/pnpm/blob/main/fs/read-modules-dir#readme",
"bugs": {

@@ -26,7 +26,7 @@ "url": "https://github.com/pnpm/pnpm/issues"

"dependencies": {
"graceful-fs": "^4.2.10"
"graceful-fs": "^4.2.11"
},
"devDependencies": {
"@pnpm/read-modules-dir": "5.0.0",
"@types/graceful-fs": "^4.1.5"
"@types/graceful-fs": "^4.1.6",
"@pnpm/read-modules-dir": "6.0.0"
},

@@ -39,5 +39,5 @@ "exports": {

"test": "pnpm run compile",
"lint": "eslint src/**/*.ts",
"lint": "eslint \"src/**/*.ts\"",
"compile": "tsc --build && pnpm run lint --fix"
}
}

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