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

create-ce-app

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-ce-app - npm Package Compare versions

Comparing version 1.0.27 to 1.0.28

2

dist/index.js

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

console.log("Installing Packages...");
exec(`(cd ${destinationFolder} && npm i)`, (err) => __awaiter(void 0, void 0, void 0, function* () {
exec(`(cd ${destinationFolder} && npx prettier --write .; npm i)`, (err) => __awaiter(void 0, void 0, void 0, function* () {
if (err) {

@@ -85,0 +85,0 @@ console.error(`Installting packages failed: ${err}`);

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

const packageData = JSON.parse(packageJson);
const modifiedPackagedData = JSON.stringify({

@@ -101,3 +101,3 @@ ...packageData,

exec(`(cd ${destinationFolder} && npm i)`, async (err) => {
exec(`(cd ${destinationFolder} && npx prettier --write .; npm i)`, async (err) => {
if (err) {

@@ -119,4 +119,2 @@ console.error(`Installting packages failed: ${err}`);

};
exec(`(cd ${destinationFolder} && npx prettier --write .)`);
});

@@ -123,0 +121,0 @@

{
"name": "create-ce-app",
"version": "1.0.27",
"version": "1.0.28",
"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