@capgo/find-package-manager
Advanced tools
Comparing version 0.0.6 to 0.0.7
@@ -0,1 +1,2 @@ | ||
const { existsSync } = require('fs'); | ||
exports.findPackageManagerType = (path = '.') => { | ||
@@ -2,0 +3,0 @@ const pnpmPath = `${path}/pnpm-lock.yaml`; |
{ | ||
"name": "@capgo/find-package-manager", | ||
"public": true, | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "description": "Live update for capacitor apps", |
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
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
1484
16
1