Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

pcf

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pcf - npm Package Compare versions

Comparing version 1.0.14 to 1.0.15

12

index.js

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

const dropDir = path.join(process.cwd(), controlName);
console.log(`🛠️ creating ${controlName}...`);
console.log(`Creating ${controlName}... 🛠️`);
await createFromTemplate(templateDir, dropDir);
console.log(`⚡ done`);
console.log(`🎬 ${chalk.greenBright(`cd ${controlName}`)} then ${chalk.greenBright(`pcf start`)} to get started`);
console.log(`Done ⚡`);
console.log(`${chalk.greenBright(`cd ${controlName}`)} then ${chalk.greenBright(`pcf start`)} to get started 🎬`);
return;

@@ -72,6 +72,6 @@ };

const targetZipLocation = path.resolve(process.cwd(), '../solution.zip');
console.log(`🛠️ creating solution package...`);
console.log(`Creating solution package... 🛠️`);
publishAsZip(process.cwd(), targetZipLocation);
console.log(`⚡ done`);
console.log(`🎁 Your control is packaged as ${chalk.greenBright(targetZipLocation)}`);
console.log(`Done ⚡`);
console.log(`Your control is packaged as ${chalk.greenBright(targetZipLocation)} 🎁`);
}

@@ -78,0 +78,0 @@ })();

{
"name": "pcf",
"version": "1.0.14",
"version": "1.0.15",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.js",

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