Socket
Socket
Sign inDemoInstall

brisky-is-plain-obj

Package Overview
Dependencies
19
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    brisky-is-plain-obj

Checks whether an object is a plain object (excludes streams, buffers, vigour-base objects, and null)


Version published
Weekly downloads
3
increased by200%
Maintainers
1
Install size
4.07 MB
Created
Weekly downloads
 

Readme

Source

brisky-is-plain-obj

Build Status js-standard-style npm version Coverage Status

var plain = isPlain(obj)

Checks whether an object is a plain object (excludes streams, buffers, vigour-base objects and null)

  • obj (object) - the object to check
  • returns (boolean) plain - true if obj is a plain object, false otherwise
const isPlain = require('brisky-is-plain-obj')
isPlain({}) // true
isPlain(new Base({})) // false

Keywords

FAQs

Last updated on 13 Oct 2016

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