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

@ngx-rocket/ascii-logo

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ngx-rocket/ascii-logo - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

18

index.js

@@ -5,13 +5,9 @@ 'use strict';

module.exports = {
show(version) {
version = version ? 'v' + version : '';
console.log(
` ${chalk.red(`__ __`)}\n` +
` ${chalk.red(`_ _ __ _\\ \\./ /`)} ${chalk.blue(`____ ____ ____ _ _ ____ ___`)}\n` +
`${chalk.red(`| ' \\/ _\` |> <`)} ${chalk.blue(`|--< [__] |___ |-:_ |=== |`)}\n` +
`${chalk.red(`|_||_\\__, /_/°\\_\\`)} ENTERPRISE APP STARTER ${chalk.yellow(`-~`)}${chalk.red(`*`)}${chalk.blue(`=>`)}\n` +
` ${chalk.red('|___/')} ${version}\n`
);
}
module.exports = function (version) {
version = version ? 'v' + version : '';
return ` ${chalk.red(`__ __`)}\n` +
` ${chalk.red(`_ _ __ _\\ \\./ /`)} ${chalk.blue(`____ ____ ____ _ _ ____ ___`)}\n` +
`${chalk.red(`| ' \\/ _\` |> <`)} ${chalk.blue(`|--< [__] |___ |-:_ |=== |`)}\n` +
`${chalk.red(`|_||_\\__, /_/°\\_\\`)} ENTERPRISE APP STARTER ${chalk.yellow(`-~`)}${chalk.red(`*`)}${chalk.blue(`=>`)}\n` +
` ${chalk.red('|___/')} ${version}\n`;
};
{
"name": "@ngx-rocket/ascii-logo",
"version": "1.0.0",
"version": "1.0.1",
"description": "Super-awesome ngX-Rocket ASCII logo",

@@ -5,0 +5,0 @@ "repository": "ngx-rocket/ascii-logo",

@@ -24,3 +24,3 @@ # :rocket: ngx-rocket/ascii-logo

asciiLogo.show(pkg.version);
console.log(asciiLogo(pkg.version));
```
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