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.4 to 1.0.5

16

index.js

@@ -0,9 +1,11 @@

#!/usr/bin/env node
import open from "open";
import prompts from "prompts";
// function sleep(ms) {
// return new Promise((resolve) => {
// setTimeout(resolve, ms);
// });
// }
function sleep(ms) {
return new Promise((resolve) => {
setTimeout(resolve, ms);
});
}

@@ -19,9 +21,9 @@ (async () => {

await delay(5000);
await sleep(5000);
console.log("o7");
await delay(100);
await sleep(100);
await open("https://youtu.be/dQw4w9WgXcQ");
})();
{
"name": "create-t6-app",
"version": "1.0.4",
"version": "1.0.5",
"description": "Create a web application with the T6 stack",

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