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
3
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 2.0.1 to 2.0.2

CHANGELOG.md

72

package.json
{
"name": "@pnpm/read-modules-dir",
"version": "2.0.1",
"author": {
"name": "Zoltan Kochan",
"email": "z@kochan.io",
"url": "https://www.kochan.io/"
},
"description": "Finds all direct packages in node_modules",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib"
],
"keywords": [],
"license": "MIT",
"engines": {
"node": ">=8.15"
},
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/read-modules-dir",
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/read-modules-dir#readme",
"scripts": {
"start": "npm run tsc -- --watch",
"test": "npm run tsc && npm run lint",
"lint": "tslint -c tslint.json --project .",
"tsc": "rimraf lib && tsc",
"prepublishOnly": "npm run tsc"
},
"dependencies": {
"mz": "2.7.0"
},
"devDependencies": {
"@pnpm/tslint-config": "0.0.0",
"@types/mz": "0.0.32",
"@types/node": "*",
"rimraf": "2.6.3",
"tslint": "5.16.0",
"typescript": "3.4.5"
}
"name": "@pnpm/read-modules-dir",
"version": "2.0.2",
"author": "Zoltan Kochan <z@kochan.io> (https://www.kochan.io/)",
"description": "Finds all direct packages in node_modules",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib",
"!*.map"
],
"keywords": [],
"license": "MIT",
"engines": {
"node": ">=10.13"
},
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/read-modules-dir",
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/read-modules-dir#readme",
"scripts": {
"start": "pnpm run tsc -- --watch",
"test": "pnpm run compile",
"lint": "tslint -c ../../tslint.json --project .",
"prepublishOnly": "pnpm run compile",
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build"
},
"dependencies": {
"mz": "^2.7.0"
},
"devDependencies": {
"@types/mz": "^2.7.1"
},
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
"funding": "https://opencollective.com/pnpm"
}

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