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

create-toolpad-app

Package Overview
Dependencies
Maintainers
1
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-toolpad-app - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

4

dist/index.js

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

installVerb = packageManager === 'yarn' ? 'add' : 'install';
command = "".concat(packageManager, " ").concat(installVerb, " @mui/toolpad @mui/toolpad-core");
command = "".concat(packageManager, " ").concat(installVerb, " @mui/toolpad");
return [4 /*yield*/, execaCommand(command, { stdio: 'inherit', cwd: path_1.default.join(cwd, projectName) })];

@@ -251,3 +251,3 @@ case 3:

name: 'installInExisting',
message: "The following dependencies will be installed: ".concat(chalk.magentaBright('@mui/toolpad'), ", ").concat(chalk.magenta('@mui/toolpad-core'), ". Do you want to continue?"),
message: "The following dependencies will be installed: ".concat(chalk.magentaBright('@mui/toolpad'), ". Do you want to continue?"),
default: false,

@@ -254,0 +254,0 @@ },

{
"name": "create-toolpad-app",
"version": "0.1.0",
"version": "0.1.1",
"keywords": [

@@ -25,7 +25,7 @@ "react",

"prebuild": "rimraf ./dist",
"build": "tsc -p ./tsconfig.json -outDir ./dist/",
"dev13": "tsc -w -p ./tsconfig.json --outDir ./dist/"
"build": "tsc -p ./tsconfig.json",
"dev": "tsc -p ./tsconfig.json --watch"
},
"engines": {
"node": ">=14.6.0"
"node": ">=16.17"
},

@@ -40,3 +40,3 @@ "dependencies": {

},
"gitHead": "de68953329881ccd3aa40e82a7302c0baa38c3c5"
"gitHead": "c21fac688cfd8270cf36126d215698ae989ff899"
}
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