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

create-co-app

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-co-app - npm Package Compare versions

Comparing version 1.0.7 to 1.0.8

11

dist/index.js

@@ -72,8 +72,7 @@ #!/usr/bin/env node

}));
exec(`(cd ${destinationFolder} && npm start)`, (err) => __awaiter(void 0, void 0, void 0, function* () {
if (err) {
console.error(`Failed to start: ${err}`);
return;
}
}));
yield waitForExec({
cmd: `(cd ${destinationFolder} && npm start)`,
errorMessage: `Failed to start`,
successMessage: '',
});
});

@@ -80,0 +79,0 @@ (function () {

@@ -93,7 +93,6 @@ #!/usr/bin/env node

exec(`(cd ${destinationFolder} && npm start)`, async (err) => {
if (err) {
console.error(`Failed to start: ${err}`);
return;
}
await waitForExec({
cmd: `(cd ${destinationFolder} && npm start)`,
errorMessage: `Failed to start`,
successMessage: '',
});

@@ -100,0 +99,0 @@ };

{
"name": "create-co-app",
"version": "1.0.07",
"version": "1.0.08",
"description": "My New Project description.",

@@ -5,0 +5,0 @@ "type": "module",

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