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

@dtinsight/create

Package Overview
Dependencies
Maintainers
7
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dtinsight/create - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

4

dist/cli.js

@@ -42,3 +42,3 @@ "use strict";

console.log("");
console.log(` ${chalk.cyan("cd")} my-app`);
console.log(` ${chalk.cyan("cd")} ${projectName}`);
console.log(` ${chalk.cyan(useYarn ? "yarn" : "npm run")} start`);

@@ -48,3 +48,3 @@ console.log("");

console.log("");
console.log(` ${chalk.cyan("cd")} my-app`);
console.log(` ${chalk.cyan("cd")} ${projectName}`);
console.log(` ${chalk.cyan(`git diff src/${isTypeScript ? "App.tsx" : "App.js"}`)}`);

@@ -51,0 +51,0 @@ console.log(` ${chalk.cyan(`git diff src/${isTypeScript ? "index.tsx" : "index.js"}`)}`);

{
"name": "@dtinsight/create",
"version": "1.0.0",
"version": "1.0.1",
"description": "Create Molecule Application with create-react-app.",

@@ -16,3 +16,3 @@ "keywords": [

"bin": {
"molecule": "bin/index.js"
"create": "bin/index.js"
},

@@ -19,0 +19,0 @@ "files": [

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