@pnpm/lockfile-walker
Advanced tools
Comparing version 4.0.1 to 4.0.2
# @pnpm/lockfile-walker | ||
## 4.0.2 | ||
### Patch Changes | ||
- Updated dependencies [97c64bae4] | ||
- @pnpm/types@7.1.0 | ||
- dependency-path@7.0.1 | ||
## 4.0.1 | ||
@@ -4,0 +12,0 @@ |
{ | ||
"name": "@pnpm/lockfile-walker", | ||
"version": "4.0.1", | ||
"version": "4.0.2", | ||
"description": "Walk over all the dependencies in a lockfile", | ||
@@ -14,8 +14,2 @@ "main": "lib/index.js", | ||
], | ||
"scripts": { | ||
"lint": "eslint -c ../../eslint.json src/**/*.ts", | ||
"test": "pnpm run compile", | ||
"prepublishOnly": "pnpm run compile", | ||
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build && pnpm run lint -- --fix" | ||
}, | ||
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/lockfile-walker", | ||
@@ -33,3 +27,3 @@ "keywords": [ | ||
"devDependencies": { | ||
"@types/ramda": "^0.27.35", | ||
"@types/ramda": "0.27.39", | ||
"tempy": "^1.0.0" | ||
@@ -39,7 +33,12 @@ }, | ||
"@pnpm/lockfile-types": "3.0.0", | ||
"@pnpm/types": "7.0.0", | ||
"dependency-path": "7.0.0", | ||
"@pnpm/types": "7.1.0", | ||
"dependency-path": "7.0.1", | ||
"ramda": "^0.27.1" | ||
}, | ||
"funding": "https://opencollective.com/pnpm" | ||
"funding": "https://opencollective.com/pnpm", | ||
"scripts": { | ||
"lint": "eslint -c ../../eslint.json src/**/*.ts", | ||
"test": "pnpm run compile", | ||
"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
11067
+ Added@pnpm/types@7.1.0(transitive)
+ Addeddependency-path@7.0.1(transitive)
- Removed@pnpm/types@7.0.0(transitive)
- Removeddependency-path@7.0.0(transitive)
Updated@pnpm/types@7.1.0
Updateddependency-path@7.0.1