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

create-vike

Package Overview
Dependencies
Maintainers
2
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-vike - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

6

dist/index.js

@@ -372,5 +372,5 @@ var __create = Object.create;

if (createInitialCommit) {
console.log(`Initialized Vike ${typescript2 ? "TypeScript" : "vanilla JavaScript"} boilerplate for ${react2 ? "React" : "Vue"}`);
console.log("Creating initial commit");
if (createInitialCommit === true)
createInitialCommit = "Initial commit";
createInitialCommit = `Initialized Vike ${typescript2 ? "TypeScript" : "vanilla JavaScript"} boilerplate for ${react2 ? "React" : "Vue"}`;
await runCommand("git", "add", ".");

@@ -401,3 +401,3 @@ await runCommand("git", "commit", "-m", createInitialCommit);

// package.json
var version = "0.0.2";
var version = "0.0.3";

@@ -404,0 +404,0 @@ // src/index.ts

{
"name": "create-vike",
"version": "0.0.2",
"version": "0.0.3",
"description": "Generates Vike application boilerplate",

@@ -5,0 +5,0 @@ "main": "dist/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