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

vue-unicorn-log

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-unicorn-log

A magical 🦄 plugin to make coloring the console output easier and more flexible.

  • 1.0.8
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Neon Bunny

Vue Unicorn Log

NPM Package   @WebDevNerdStuff

Description

A magical 🦄 plugin to make coloring the console output easier and more flexible.

Sometimes when building your application/site you don't want to see your linter complaining about using console functions. This helps to keep your linter happy so you can concentrate on writing bug free magical code.

It also has the ability to run the console functions depending on environment variables so you can keep your production site's console quiet.

Installation

Using pnpm:

pnpm add vue-unicorn-log

Using npm:

npm i vue-unicorn-log

Documentation & Examples

Documentation & Examples

Usage

import Vue from 'vue';
import UnicornLog from 'vue-unicorn-log';

Vue.use(UnicornLog);

Instance Methods

There are two instance methods available to use. $unicornLog $uniLog

Console Methods

For a description of the different log methods, refer to the Web APIs | MDN developer documentation for console.

Simple Example

this.$unicornLog({
  text: 'Hello World',
});

For more examples, see Documentation & Examples.

Dependencies

Vue 2

Change Log

CHANGELOG

License

Copyright (c) 2022 WebDevNerdStuff
Licensed under the MIT license.

LICENSE

@WebDevNerdStuff

Vue Unicorn Log by @WebDevNerdStuff

Keywords

FAQs

Package last updated on 26 Feb 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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