
Security News
Risky Biz Podcast: Making Reachability Analysis Work in Real-World Codebases
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
This library is just for all JS lovers out there to see the logs in style
This library is just for all JS lovers out there to see the logs in style. All React-Native developers, try this on your debugger
Installation
$ npm install logdecor
Usage
Import stylelog
import $ from 'logdecor'
Available Methods
$.log() Parameters: text ,color-code
$.log("Log this text") //Simply logs the content
$.log("Log this text","#00bcd4") //Logs it in specific color code
$.logAll() Last argument must be a color code (optional)
$.logAll("Log this text",{name:"Sync"},$.color.chocolate)
//Logs the text in chocolate color and logs the rest of the elements
$.logTitle() Displays the text in stylelog logo style
$.logTitle('stylelog');
//Logs the text in styleog logo style
$.logLego() Displays the text in stylelog logo style but in custom color
$.logLego("DEV","#d91f26","#d91f26","#a622ab");
//Logs the text in styleog logo style (custom color)
$.logImage() Displays the image in log. It supports both PNG, JPEG & GIF
$.logImage("http://domain.com/img.png");
//Displays the image in chrome console
$.logImage("Show Text","http://domain.com/img.png");
//Pass text as optional
$.logInStyle() Pass the text to display and CSS Style
$.logInStyle("text to display","font-size: 50px;color:'#00bcd4'");
//This will show the text in given style
$.logTable() Displays the JS object & array in table format
$.logTable([{name:"Anooj",department:"Mobile"},{name:"Sarthak",department:"R & D"},{name:"Jyothi",department:"Mobile"}])
$.logObjectJSON() Converts object to JSON string and logs it in style
$.logObjectJSON({j:'kk',l:'ku'},$.color.rebeccapurple);
//Displays the stringified version of object in console
$.logJSONObject() Converts JSON string to object and logs it
$.logObjectJSON({"j":"kk","l":"ku"});
//Displays the parsed version of json string in console
$.logObjectKeys() Displays all keys in an object
$.logObjectKeys({"j":"kk","l":"ku"});
//Displays the array of keys in console
//["j","l"]
$.flipObject() Flips keys to values & values to keys
$.flipObject({"j":"kk","l":"ku"});
//Displays the array of keys in console
//{"kk":"j","ku":"l"}
FAQs
This library is just for all JS lovers out there to see the logs in style
The npm package logdecor receives a total of 0 weekly downloads. As such, logdecor popularity was classified as not popular.
We found that logdecor demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.
Security News
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.