@pnpm/cafs
Advanced tools
Comparing version 3.0.6 to 3.0.7
{ | ||
"name": "@pnpm/cafs", | ||
"version": "3.0.6", | ||
"description": "A content-addressable filesystem for the packages storage", | ||
"main": "lib/index.js", | ||
"typings": "lib/index.d.ts", | ||
"keywords": [], | ||
"license": "MIT", | ||
"dependencies": { | ||
"@pnpm/fetcher-base": "11.0.2", | ||
"@pnpm/graceful-fs": "1.0.0", | ||
"@pnpm/store-controller-types": "11.0.4", | ||
"@zkochan/rimraf": "^2.1.1", | ||
"concat-stream": "^2.0.0", | ||
"decompress-maybe": "^1.0.0", | ||
"get-stream": "^6.0.0", | ||
"p-limit": "^3.1.0", | ||
"path-temp": "^2.0.0", | ||
"rename-overwrite": "^4.0.0", | ||
"ssri": "^8.0.1", | ||
"strip-bom": "^4.0.0", | ||
"tar-stream": "^2.1.4" | ||
}, | ||
"devDependencies": { | ||
"@types/concat-stream": "^1.6.0", | ||
"@types/node": "^14.14.33", | ||
"@types/ssri": "^7.1.0", | ||
"@types/tar-stream": "^2.1.0", | ||
"tempy": "^1.0.0" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/pnpm/pnpm/issues" | ||
}, | ||
"engines": { | ||
"node": ">=12.17" | ||
}, | ||
"files": [ | ||
"lib", | ||
"!*.map" | ||
], | ||
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/cafs#readme", | ||
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/cafs", | ||
"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/cafs", | ||
"version": "3.0.7", | ||
"description": "A content-addressable filesystem for the packages storage", | ||
"main": "lib/index.js", | ||
"typings": "lib/index.d.ts", | ||
"keywords": [], | ||
"license": "MIT", | ||
"dependencies": { | ||
"@pnpm/fetcher-base": "11.0.3", | ||
"@pnpm/graceful-fs": "1.0.0", | ||
"@pnpm/store-controller-types": "11.0.5", | ||
"@zkochan/rimraf": "^2.1.1", | ||
"concat-stream": "^2.0.0", | ||
"decompress-maybe": "^1.0.0", | ||
"get-stream": "^6.0.0", | ||
"p-limit": "^3.1.0", | ||
"path-temp": "^2.0.0", | ||
"rename-overwrite": "^4.0.0", | ||
"ssri": "^8.0.1", | ||
"strip-bom": "^4.0.0", | ||
"tar-stream": "^2.2.0" | ||
}, | ||
"devDependencies": { | ||
"@types/concat-stream": "^1.6.0", | ||
"@types/node": "^14.14.33", | ||
"@types/ssri": "^7.1.0", | ||
"@types/tar-stream": "^2.1.0", | ||
"tempy": "^1.0.0" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/pnpm/pnpm/issues" | ||
}, | ||
"engines": { | ||
"node": ">=12.17" | ||
}, | ||
"files": [ | ||
"lib", | ||
"!*.map" | ||
], | ||
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/cafs#readme", | ||
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/cafs", | ||
"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
34579
24
+ Added@pnpm/fetcher-base@11.0.3(transitive)
+ Added@pnpm/resolver-base@8.0.4(transitive)
+ Added@pnpm/store-controller-types@11.0.5(transitive)
+ Added@pnpm/types@7.4.0(transitive)
- Removed@pnpm/fetcher-base@11.0.2(transitive)
- Removed@pnpm/resolver-base@8.0.3(transitive)
- Removed@pnpm/store-controller-types@11.0.4(transitive)
- Removed@pnpm/types@7.3.0(transitive)
Updated@pnpm/fetcher-base@11.0.3
Updatedtar-stream@^2.2.0