New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

c4console

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

c4console

Chainable any_value.c() for console.log(value) && return value in-place! MUCH more convenient than console.log(...) w/o vars or debugger when all you need is to see what's there at a point. Try it with promises! Also adds c(...args) function that are simi

latest
Source
npmnpm
Version
1.0.9
Version published
Maintainers
1
Created
Source

c4console for NodeJS

just "npm i c4console" and then require('c4console')

(don't bother saving to the variable - it returns nothing)

versions for the browsers are here (readable) and here (minified)

to use those you need the ViolentMonkey extension or a similar one.

Or just use the CDN: https://gitcdn.link/repo/UniBreakfast/c4console/browser-versions/c4console.js

Chainable any_value.c() for console.log(value) && return value in-place! MUCH more convenient than console.log(...) w/o vars or debugger when all you need is to see what's there at a point. Try it with promises! Also adds c(...args) function that are similar to console.log but returns what was passed into it as well.

Browser versions also can autoenable/disable themselves on any page, show DOM elements as objects, preview fetch response body (as text, parsed json or image - yes, images are shown in console).

You can try it here

Keywords

console

FAQs

Package last updated on 31 Oct 2020

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