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

create-t6-app

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-t6-app - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"name": "create-t6-app",
"version": "1.0.0",
"version": "1.0.1",
"description": "Create a web application with the T6 stack",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -1,5 +0,5 @@

import open from "open"
import prompts from "prompts"
import open from "open";
import prompts from "prompts";
export function sleep(ms) {
function sleep(ms) {
return new Promise((resolve) => {

@@ -15,13 +15,13 @@ setTimeout(resolve, ms);

message: "What is the name of your app?"
})
});
console.log("Creating T6 app in " + response.dir + "...")
console.log("Creating T6 app in " + response.dir + "...");
await sleep(5000)
await sleep(5000);
console.log("o7")
console.log("o7");
await sleep(100)
await sleep(100);
await open("https://youtu.be/dQw4w9WgXcQ")
})()
await open("https://youtu.be/dQw4w9WgXcQ");
})();
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