Socket
Socket
Sign inDemoInstall

@chibicode/logchain

Package Overview
Dependencies
1
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @chibicode/logchain

console.log(obj) which returns obj


Version published
Weekly downloads
2
Maintainers
1
Install size
430 kB
Created
Weekly downloads
 

Readme

Source

logchain

Does console.log(obj) and returns obj. Automatically calls toJS on Immutable.js objects as well.

// Does console.log({ a: 1 })
logchain({ a: 1 }).a // returns 1

I wrote this b/c I tried to google for something like this and couldn't find one. Let me know via Twitter (@chibicode) if you know a good alternative.

Keywords

FAQs

Last updated on 26 May 2020

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc