find-packages
Advanced tools
Comparing version 8.0.4 to 8.0.5
{ | ||
"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" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8250
6
+ Added@pnpm/read-project-manifest@2.0.5(transitive)
+ Added@pnpm/types@7.4.0(transitive)
+ Added@pnpm/write-project-manifest@2.0.4(transitive)
- Removed@pnpm/read-project-manifest@2.0.4(transitive)
- Removed@pnpm/types@7.3.0(transitive)
- Removed@pnpm/write-project-manifest@2.0.3(transitive)
Updated@pnpm/types@7.4.0