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.1 to 1.1.0

4

index.js

@@ -5,3 +5,3 @@ 'use strict';

module.exports = function (version) {
module.exports = function (version, title = 'ENTERPRISE APP STARTER') {
version = version ? 'v' + version : '';

@@ -11,4 +11,4 @@ return ` ${chalk.red(`__ __`)}\n` +

`${chalk.red(`| ' \\/ _\` |> <`)} ${chalk.blue(`|--< [__] |___ |-:_ |=== |`)}\n` +
`${chalk.red(`|_||_\\__, /_/°\\_\\`)} ENTERPRISE APP STARTER ${chalk.yellow(`-~`)}${chalk.red(`*`)}${chalk.blue(`=>`)}\n` +
`${chalk.red(`|_||_\\__, /_/°\\_\\`)} ${title.toUpperCase()} ${chalk.yellow(`-~`)}${chalk.red(`*`)}${chalk.blue(`=>`)}\n` +
` ${chalk.red('|___/')} ${version}\n`;
};
{
"name": "@ngx-rocket/ascii-logo",
"version": "1.0.1",
"version": "1.1.0",
"description": "Super-awesome ngX-Rocket ASCII logo",

@@ -26,6 +26,6 @@ "repository": "ngx-rocket/ascii-logo",

"dependencies": {
"chalk": "^1.1.3"
"chalk": "^2.0.1"
},
"devDependencies": {
"eslint": "^3.14.1",
"eslint": "^4.2.0",
"eslint-config-xo-space": "^0.16.0"

@@ -32,0 +32,0 @@ },

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

![Node version](https://img.shields.io/badge/node-%3E%3D6.0.0-brightgreen.svg)
[![XO code style](https://img.shields.io/badge/code_style-XO-5ed9c7.svg)](https://github.com/sindresorhus/xo)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)

@@ -25,3 +26,9 @@

console.log(asciiLogo());
console.log(asciiLogo(pkg.version));
console.log(asciiLogo(pkg.version, 'My awesome title'));
```
# License
[MIT](LICENSE)
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