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.21 to 1.0.22

2

dist/index.js

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

yield writeFile(`${destinationFolder}/.application.json`, applicationJson);
yield writeFile(`${destinationFolder}/src/components/first-widget/.component.json`, applicationJson);
yield writeFile(`${destinationFolder}/src/components/first-widget/.component.json`, componentJson);
console.log("Installing Packages...");

@@ -78,0 +78,0 @@ exec(`(cd ${destinationFolder} && npm i)`, (err) => {

@@ -23,3 +23,2 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

});
console.log(`Downloaded ${fileName}`);
writeFileSync(path, Buffer.from(res.data));

@@ -26,0 +25,0 @@ });

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

await writeFile(`${destinationFolder}/.application.json`, applicationJson);
await writeFile(`${destinationFolder}/src/components/first-widget/.component.json`, applicationJson);
await writeFile(`${destinationFolder}/src/components/first-widget/.component.json`, componentJson);

@@ -89,0 +89,0 @@ console.log("Installing Packages...");

{
"name": "create-ce-app",
"version": "1.0.21",
"version": "1.0.22",
"description": "My New Project description.",

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

@@ -31,3 +31,2 @@ import axios from 'axios';

console.log(`Downloaded ${fileName}`);
writeFileSync(path, Buffer.from(res.data));

@@ -34,0 +33,0 @@ }

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