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

find-packages

Package Overview
Dependencies
Maintainers
1
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

find-packages - npm Package Compare versions

Comparing version 8.0.4 to 8.0.5

72

package.json
{
"name": "find-packages",
"version": "8.0.4",
"description": "Find all packages inside a directory",
"main": "lib/index.js",
"files": [
"lib",
"!*.map"
],
"typings": "lib/index.d.ts",
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/find-packages",
"keywords": [
"find",
"package"
],
"engines": {
"node": ">=12.17"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/find-packages#readme",
"dependencies": {
"@pnpm/read-project-manifest": "2.0.4",
"@pnpm/types": "7.3.0",
"fast-glob": "^3.2.4",
"p-filter": "^2.1.0"
},
"funding": "https://opencollective.com/pnpm",
"scripts": {
"lint": "eslint -c ../../eslint.json src/**/*.ts test/**/*.ts",
"_test": "jest",
"test": "pnpm run compile && pnpm run _test",
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build && pnpm run lint -- --fix"
}
}
"name": "find-packages",
"version": "8.0.5",
"description": "Find all packages inside a directory",
"main": "lib/index.js",
"files": [
"lib",
"!*.map"
],
"typings": "lib/index.d.ts",
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/find-packages",
"keywords": [
"find",
"package"
],
"engines": {
"node": ">=12.17"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/find-packages#readme",
"dependencies": {
"@pnpm/read-project-manifest": "2.0.5",
"@pnpm/types": "7.4.0",
"fast-glob": "^3.2.4",
"p-filter": "^2.1.0"
},
"funding": "https://opencollective.com/pnpm",
"scripts": {
"lint": "eslint -c ../../eslint.json src/**/*.ts test/**/*.ts",
"_test": "jest",
"test": "pnpm run compile && pnpm run _test",
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build && pnpm run lint -- --fix"
}
}
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