New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

create-node-app

Package Overview
Dependencies
Maintainers
3
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-node-app - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

2

bin/create-node-app.js

@@ -44,3 +44,3 @@ #!/usr/bin/env node

checkAppName(program.name(), appName)
const useYarn = shouldUseYarn()
const useYarn = await shouldUseYarn()
const appPath = path.join(cwd, appName)

@@ -47,0 +47,0 @@

@@ -6,3 +6,3 @@ {

},
"version": "1.0.4",
"version": "1.0.5",
"description": "Create Node.js apps by running one command",

@@ -9,0 +9,0 @@ "main": "index.js",

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