@pnpm/package-is-installable
Advanced tools
Comparing version 1.0.0 to 2.0.0-0
@@ -16,2 +16,2 @@ export default function packageIsInstallable(pkgId: string, pkg: { | ||
prefix: string; | ||
}): boolean; | ||
}): boolean | null; |
@@ -36,5 +36,5 @@ "use strict"; | ||
throw warn; | ||
return true; | ||
return null; | ||
} | ||
exports.default = packageIsInstallable; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@pnpm/package-is-installable", | ||
"version": "1.0.0", | ||
"version": "2.0.0-0", | ||
"author": { | ||
@@ -47,5 +47,5 @@ "name": "Zoltan Kochan", | ||
"ts-node": "7.0.1", | ||
"tslint": "5.12.0", | ||
"typescript": "3.2.2" | ||
"tslint": "5.12.1", | ||
"typescript": "3.2.4" | ||
} | ||
} |
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 v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
11363
2