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

beautylog

Package Overview
Dependencies
Maintainers
3
Versions
89
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

beautylog - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

.bithoundrc

4

index.js

@@ -84,5 +84,7 @@ /// <reference path="./index.ts" />

break;
case 'log':
default:
logText.blue.bold;
console.log(('unknown logType for "' + logText + '"').red.bold);
break;
}

@@ -205,3 +207,3 @@ console.log(logText);

default:
console.log("something is strage about the way you required beautylog");
console.log("something is strange about the way you required beautylog");
break;

@@ -208,0 +210,0 @@ }

{
"name": "beautylog",
"version": "1.0.4",
"version": "1.0.5",
"description": "beautiful logging",

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

# beautylog
beautiful logging
## Buildstatus
## Status
[![Build Status](https://travis-ci.org/pushrocks/beautylog.svg?branch=v0.0.9)](https://travis-ci.org/pushrocks/beautylog)
[![Dependency Status](https://david-dm.org/pushrocks/beautylog.svg)](https://david-dm.org/pushrocks/beautylog)
[![bitHound Dependencies](https://www.bithound.io/github/pushrocks/beautylog/badges/dependencies.svg)](https://www.bithound.io/github/pushrocks/beautylog/master/dependencies/npm)
[![bitHound Score](https://www.bithound.io/github/pushrocks/beautylog/badges/score.svg)](https://www.bithound.io/github/pushrocks/beautylog)
## Usage

@@ -10,0 +11,0 @@ ```javascript

@@ -49,5 +49,7 @@ /// <reference path="./index.ts" />

break;
case 'log':
default:
logText.blue.bold;
console.log(('unknown logType for "' + logText + '"').red.bold);
break;
}

@@ -54,0 +56,0 @@ console.log(logText);

@@ -18,3 +18,3 @@ /// <reference path="./typings/tsd.d.ts" />

default:
console.log("something is strage about the way you required beautylog");
console.log("something is strange about the way you required beautylog");
break;

@@ -21,0 +21,0 @@ }

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