You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

cno-insp

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cno-insp

A micro package that simply stringifies objects, ala Util.inspect, but with less characters.

1.0.0
latest
Source
npm
Version published
Weekly downloads
1
-97.62%
Maintainers
1
Weekly downloads
 
Created
Source

cno-insp

standard-readme compliant Semantic Versioning 2.0.0 Conventional Commits License

A micro package that simply stringifies objects, ala Util.inspect, but with less characters.

Table of Contents

Background

Install

Example using pnpm:

pnpm add --save cno-insp

It can, of course, also be installed by npm or Yarn using the normal methods.

Usage

import insp from 'cno-insp';

insp( some_object );

API

Contributing

Changes are tracked in CHANGELOG.md.

License

MIT ©2022 Anadian

SEE LICENSE IN LICENSE

Creative Commons LicenseThis project's documentation is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.

Keywords

utility

FAQs

Package last updated on 12 Oct 2022

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