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

create-react-storefront

Package Overview
Dependencies
Maintainers
1
Versions
162
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-react-storefront - npm Package Compare versions

Comparing version 7.0.0-alpha.0 to 7.0.0-alpha.1

8

lib/check-node-version.js

@@ -6,12 +6,8 @@ const chalk = require('chalk')

if (major != '8') {
if (parseInt(major) < 8) {
console.log('')
console.log(`React Storefront requires node v8. You're running node ${process.version}.`)
console.log(`React Storefront requires node v8 or newer. You're running node ${process.version}.`)
console.log('')
console.log('To install node 8 using n, run:')
console.log('')
console.log(' n 8')
console.log('')
process.exit(0)
}
}
{
"name": "create-react-storefront",
"version": "7.0.0-alpha.0",
"version": "7.0.0-alpha.1",
"description": "A CLI for creating React Storefront apps.",

@@ -5,0 +5,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