@pnpm/lockfile-utils
Advanced tools
Comparing version 2.0.5 to 2.0.6
import { Lockfile } from '@pnpm/lockfile-types'; | ||
import { ImporterManifest } from '@pnpm/types'; | ||
declare const _default: (lockfile: Lockfile, pkg: ImporterManifest, importerId: string) => boolean; | ||
import { ProjectManifest } from '@pnpm/types'; | ||
declare const _default: (lockfile: Lockfile, pkg: ProjectManifest, importerId: string) => boolean; | ||
export default _default; |
{ | ||
"name": "@pnpm/lockfile-utils", | ||
"version": "2.0.5", | ||
"version": "2.0.6", | ||
"description": "Utils for dealing with pnpm-lock.yaml", | ||
@@ -14,4 +14,4 @@ "main": "lib/index.js", | ||
"scripts": { | ||
"lint": "tslint -c tslint.json src/**/*.ts test/**/*.ts", | ||
"test": "pnpm run tsc && pnpm run lint && ts-node test --type-check", | ||
"lint": "tslint -c ../../tslint.json src/**/*.ts test/**/*.ts", | ||
"test": "pnpm run tsc && ts-node test --type-check", | ||
"tsc": "rimraf lib && tsc", | ||
@@ -39,5 +39,4 @@ "prepublishOnly": "pnpm run tsc" | ||
"@types/js-yaml": "^3.12.1", | ||
"@types/ramda": "^0.26.38", | ||
"@types/ramda": "^0.26.39", | ||
"rimraf": "3.0.0", | ||
"tape": "4.11.0", | ||
"tempy": "0.3.0", | ||
@@ -48,6 +47,6 @@ "write-yaml-file": "3.0.1", | ||
"dependencies": { | ||
"@pnpm/lockfile-types": "1.1.0", | ||
"@pnpm/resolver-base": "6.0.0", | ||
"@pnpm/types": "4.0.0", | ||
"dependency-path": "4.0.2", | ||
"@pnpm/lockfile-types": "2.0.0", | ||
"@pnpm/resolver-base": "7.0.0", | ||
"@pnpm/types": "5.0.0", | ||
"dependency-path": "4.0.3", | ||
"get-npm-tarball-url": "2.0.1", | ||
@@ -54,0 +53,0 @@ "ramda": "0.26.1" |
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
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
7
9796
+ Added@pnpm/lockfile-types@2.0.0(transitive)
+ Added@pnpm/resolver-base@7.0.0(transitive)
+ Added@pnpm/types@5.0.0(transitive)
+ Addeddependency-path@4.0.3(transitive)
- Removed@pnpm/lockfile-types@1.1.0(transitive)
- Removed@pnpm/resolver-base@6.0.0(transitive)
- Removed@pnpm/types@4.0.0(transitive)
- Removeddependency-path@4.0.2(transitive)
Updated@pnpm/lockfile-types@2.0.0
Updated@pnpm/resolver-base@7.0.0
Updated@pnpm/types@5.0.0
Updateddependency-path@4.0.3