New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

is.object

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

is.object

verifies if is an object and not an array or null

1.0.0
latest
Source
npm
Version published
Weekly downloads
8.1K
7.2%
Maintainers
1
Weekly downloads
 
Created
Source

is.object

verifies if is an object and not an array or null

Build StatusCode Coverage 100%ISC LicenseNodeJS

JavaScript Style Guide

api

const isObject = require('is.object')

isObject(value)

example
const isObject = require('is.object')

isObject({})// returns true
isObject(null)// returns false
isObject([])// returns false
ISC License (ISC)

Keywords

utils

FAQs

Package last updated on 16 Jan 2017

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