Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More

blug

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
b

blug

Nice debug/dump function

latest
71

Supply Chain Security

100

Vulnerability

74

Quality

76

Maintenance

100

License

Unpopular package

Quality

This package is not very popular.

Found 1 instance in 1 package

Version
0.2.3
Version published
Maintainers
1
Created
Issues + PRs
0

blug

Nice debug/dump function

Screenshot

Install

npm install --save blug

Example


var blug = require("blug");

var object = { a: { b: 1, c: { d: 1 } } };

blug([1, 2, 3])
blug({ a: 1 }, object, 123);
blug.max(3)({ a: { b: { c: { d: { e: 1 } } } } });

License

MIT

FAQs

Package last updated on 20 Aug 2015

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