Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

create-payload-app

Package Overview
Dependencies
Maintainers
1
Versions
435
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-payload-app - npm Package Compare versions

Comparing version 0.1.20 to 0.1.21

2

package.json

@@ -26,3 +26,3 @@ {

},
"version": "0.1.20"
"version": "0.1.21"
}

@@ -28,3 +28,3 @@ const path = require('path');

}
let cmd = packageManager === 'yarn' ? 'yarn' : 'npm install';
let cmd = packageManager === 'yarn' ? 'yarn' : 'npm install --legacy-peer-deps';

@@ -31,0 +31,0 @@ let result = false;

const commandExists = require('command-exists');
const { getArgs } = require('./getArgs');
const { setTags } = require('./usage');

@@ -22,2 +23,3 @@ let PACKAGE_MANAGER = false;

}
setTags({ package_manager: PACKAGE_MANAGER });
return PACKAGE_MANAGER;

@@ -24,0 +26,0 @@ }

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