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

@darkterminal/vite-react-tailwind-boilerplate

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@darkterminal/vite-react-tailwind-boilerplate - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

bin/cli.js

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

const repoName = process.argv[2]
const gitCheckoutCommand = `git clone --depth 1 https://github.com/darkterminal/express-api-starter.git ${repoName}`
const gitCheckoutCommand = `git clone --depth 1 https://github.com/darkterminal/vite-react-tailwind-boilerplate.git ${repoName}`
const installDepsCommand = `cd ${repoName} && npm install`

@@ -19,0 +19,0 @@ const removeBinDirectory = `cd ${repoName} && rm -r bin`

@@ -13,3 +13,3 @@ {

},
"version": "1.0.0",
"version": "1.0.1",
"type": "module",

@@ -16,0 +16,0 @@ "bin": "./bin/cli.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