Socket
Socket
Sign inDemoInstall

@capgo/find-package-manager

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@capgo/find-package-manager - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

2

main.js

@@ -1,2 +0,2 @@

export const findPackageManagerType = (path = '.') => {
exports.findPackageManagerType = (path = '.') => {
const pnpmPath = `${path}/pnpm-lock.yaml`;

@@ -3,0 +3,0 @@ const yarnPath = `${path}/yarn.lock`;

{
"name": "@capgo/find-package-manager",
"public": true,
"version": "0.0.5",
"version": "0.0.6",
"license": "MIT",

@@ -6,0 +6,0 @@ "description": "Live update for capacitor apps",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc