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

create-iolit

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-iolit - npm Package Compare versions

Comparing version 2.6.7 to 2.6.8

96

index.js

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

const prompts = require("prompts");
const {
yellow,
green,
cyan,
blue,
magenta,
lightRed,
red,
} = require("kolorist");
const { yellow, blue, lightRed, red } = require("kolorist");

@@ -26,4 +18,4 @@ const cwd = process.cwd();

{
name: "vanilla",
color: yellow,
name: "iolit",
color: lightRed,
variants: [

@@ -36,3 +28,3 @@ {

{
name: "vanilla-ts",
name: "typescript",
display: "TypeScript",

@@ -43,82 +35,2 @@ color: blue,

},
{
name: "vue",
color: green,
variants: [
{
name: "vue",
display: "JavaScript",
color: yellow,
},
{
name: "vue-ts",
display: "TypeScript",
color: blue,
},
],
},
{
name: "react",
color: cyan,
variants: [
{
name: "react",
display: "JavaScript",
color: yellow,
},
{
name: "react-ts",
display: "TypeScript",
color: blue,
},
],
},
{
name: "preact",
color: magenta,
variants: [
{
name: "preact",
display: "JavaScript",
color: yellow,
},
{
name: "preact-ts",
display: "TypeScript",
color: blue,
},
],
},
{
name: "lit",
color: lightRed,
variants: [
{
name: "lit",
display: "JavaScript",
color: yellow,
},
{
name: "lit-ts",
display: "TypeScript",
color: blue,
},
],
},
{
name: "svelte",
color: red,
variants: [
{
name: "svelte",
display: "JavaScript",
color: yellow,
},
{
name: "svelte-ts",
display: "TypeScript",
color: blue,
},
],
},
];

@@ -125,0 +37,0 @@

2

package.json
{
"name": "create-iolit",
"version": "2.6.7",
"version": "2.6.8",
"description": "Create IOLIT apps with one command",

@@ -5,0 +5,0 @@ "author": "Ivan jeremic",

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