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

07-cli

Package Overview
Dependencies
Maintainers
1
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

07-cli - npm Package Compare versions

Comparing version 2.6.1 to 2.6.2

6

commands/cra.js

@@ -39,3 +39,7 @@ /*

execSync(
`npm create vite ${name} -- --template react-ts && code ${name} && cd ${name} && npm i && open http://localhost:3000/ && npm run dev`,
`npm create vite ${name} -- --template react-ts && code ${name} && cd ${name} && npm i && ${
process.platform === ('darwin' || 'linux')
? `open http://localhost:3000/`
: `start http://localhost:3000/`
} && npm run dev`,
{

@@ -42,0 +46,0 @@ stdio: 'inherit',

2

package.json
{
"name": "07-cli",
"version": "2.6.1",
"version": "2.6.2",
"description": "A command line tool for 07 organization",

@@ -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