@pnpm/lockfile-walker
Advanced tools
Comparing version 4.0.14 to 4.0.15
"use strict"; | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
var desc = Object.getOwnPropertyDescriptor(m, k); | ||
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { | ||
desc = { enumerable: true, get: function() { return m[k]; } }; | ||
} | ||
Object.defineProperty(o, k2, desc); | ||
}) : (function(o, m, k, k2) { | ||
@@ -6,0 +10,0 @@ if (k2 === undefined) k2 = k; |
{ | ||
"name": "@pnpm/lockfile-walker", | ||
"version": "4.0.14", | ||
"version": "4.0.15", | ||
"description": "Walk over all the dependencies in a lockfile", | ||
@@ -14,3 +14,3 @@ "main": "lib/index.js", | ||
], | ||
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/lockfile-walker", | ||
"repository": "https://github.com/pnpm/pnpm/blob/main/packages/lockfile-walker", | ||
"keywords": [ | ||
@@ -26,5 +26,5 @@ "pnpm6", | ||
}, | ||
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/lockfile-walker#readme", | ||
"homepage": "https://github.com/pnpm/pnpm/blob/main/packages/lockfile-walker#readme", | ||
"devDependencies": { | ||
"@pnpm/lockfile-walker": "4.0.14", | ||
"@pnpm/lockfile-walker": "4.0.15", | ||
"@types/ramda": "0.27.39", | ||
@@ -34,5 +34,5 @@ "tempy": "^1.0.0" | ||
"dependencies": { | ||
"@pnpm/lockfile-types": "3.1.5", | ||
"@pnpm/types": "7.9.0", | ||
"dependency-path": "8.0.10", | ||
"@pnpm/lockfile-types": "3.2.0", | ||
"@pnpm/types": "7.10.0", | ||
"dependency-path": "8.0.11", | ||
"ramda": "^0.27.1" | ||
@@ -44,5 +44,4 @@ }, | ||
"test": "pnpm run compile", | ||
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build && pnpm run lint -- --fix" | ||
}, | ||
"readme": "# @pnpm/lockfile-walker\n\n> Walk over all the dependencies in a lockfile\n\n## Install\n\n```\npnpm add @pnpm/lockfile-walker\n```\n\n## License\n\n[MIT](LICENSE)\n" | ||
"compile": "tsc --build && pnpm run lint --fix" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
150
12915
+ Added@pnpm/lockfile-types@3.2.0(transitive)
+ Added@pnpm/types@7.10.0(transitive)
+ Addeddependency-path@8.0.11(transitive)
- Removed@pnpm/lockfile-types@3.1.5(transitive)
- Removed@pnpm/types@7.9.0(transitive)
- Removeddependency-path@8.0.10(transitive)
Updated@pnpm/lockfile-types@3.2.0
Updated@pnpm/types@7.10.0
Updateddependency-path@8.0.11