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

acho

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

acho - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

lib/Default.coffee

7

package.json
{
"name": "acho",
"description": "A extremely (but powerful) simple logging system for NodeJS and browser.",
"version": "1.0.1",
"description": "An extremely simple (but powerful) logging system for NodeJS and browser.",
"version": "1.0.2",
"author": {

@@ -15,3 +15,4 @@ "name": "Kiko Beats",

"chalk": "*",
"coffee-script": "*"
"coffee-script": "*",
"existential-default": "^1.0.0"
},

@@ -18,0 +19,0 @@ "devDependencies": {

@@ -101,3 +101,2 @@ # acho

Object.keys(this.types).forEach(function(type) {
// if (isSuccessOrInfoMessage(type)) console.log();
_this.messages[type].forEach(function(message) {

@@ -104,0 +103,0 @@ _this.printLine(type, message);

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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