@pnpm/audit
Advanced tools
Comparing version 2.1.6 to 2.1.7
{ | ||
"name": "@pnpm/audit", | ||
"version": "2.1.6", | ||
"description": "Audit a lockfile", | ||
"main": "lib/index.js", | ||
"typings": "lib/index.d.ts", | ||
"files": [ | ||
"lib", | ||
"!*.map" | ||
], | ||
"engines": { | ||
"node": ">=12.17" | ||
}, | ||
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/audit", | ||
"keywords": [ | ||
"pnpm", | ||
"audit" | ||
], | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/pnpm/pnpm/issues" | ||
}, | ||
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/audit#readme", | ||
"devDependencies": { | ||
"@pnpm/constants": "5.0.0", | ||
"@pnpm/lockfile-file": "4.1.0", | ||
"nock": "12.0.3" | ||
}, | ||
"dependencies": { | ||
"@pnpm/error": "2.0.0", | ||
"@pnpm/fetch": "4.0.1", | ||
"@pnpm/lockfile-types": "3.0.0", | ||
"@pnpm/lockfile-utils": "3.0.7", | ||
"@pnpm/lockfile-walker": "4.0.7", | ||
"@pnpm/types": "7.3.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": "@pnpm/audit", | ||
"version": "2.1.7", | ||
"description": "Audit a lockfile", | ||
"main": "lib/index.js", | ||
"typings": "lib/index.d.ts", | ||
"files": [ | ||
"lib", | ||
"!*.map" | ||
], | ||
"engines": { | ||
"node": ">=12.17" | ||
}, | ||
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/audit", | ||
"keywords": [ | ||
"pnpm", | ||
"audit" | ||
], | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/pnpm/pnpm/issues" | ||
}, | ||
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/audit#readme", | ||
"devDependencies": { | ||
"@pnpm/constants": "5.0.0", | ||
"@pnpm/lockfile-file": "4.1.1", | ||
"nock": "12.0.3" | ||
}, | ||
"dependencies": { | ||
"@pnpm/error": "2.0.0", | ||
"@pnpm/fetch": "4.0.2", | ||
"@pnpm/lockfile-types": "3.0.0", | ||
"@pnpm/lockfile-utils": "3.0.8", | ||
"@pnpm/lockfile-walker": "4.0.8", | ||
"@pnpm/types": "7.4.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" | ||
} | ||
} |
12291
12
+ Added@pnpm/core-loggers@6.0.4(transitive)
+ Added@pnpm/fetch@4.0.2(transitive)
+ Added@pnpm/lockfile-utils@3.0.8(transitive)
+ Added@pnpm/lockfile-walker@4.0.8(transitive)
+ Added@pnpm/resolver-base@8.0.4(transitive)
+ Added@pnpm/types@7.4.0(transitive)
+ Added@types/node@22.13.1(transitive)
+ Addeddependency-path@8.0.4(transitive)
+ Addedsemver@7.7.1(transitive)
- Removed@pnpm/core-loggers@6.0.3(transitive)
- Removed@pnpm/fetch@4.0.1(transitive)
- Removed@pnpm/lockfile-utils@3.0.7(transitive)
- Removed@pnpm/lockfile-walker@4.0.7(transitive)
- Removed@pnpm/resolver-base@8.0.3(transitive)
- Removed@pnpm/types@7.3.0(transitive)
- Removed@types/node@22.12.0(transitive)
- Removeddependency-path@8.0.3(transitive)
- Removedsemver@7.7.0(transitive)
Updated@pnpm/fetch@4.0.2
Updated@pnpm/lockfile-utils@3.0.8
Updated@pnpm/lockfile-walker@4.0.8
Updated@pnpm/types@7.4.0