You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
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 - npm Package Compare versions

Comparing version

to
1.0.0

6

package.json
{
"name": "is.object",
"version": "0.0.0",
"description": "determines if is an object and not an array or null",
"version": "1.0.0",
"description": "verifies if is an object and not an array or null",
"main": "index.js",

@@ -34,3 +34,3 @@ "files": [

"devDependencies": {
"istanbul": "^0.4.5",
"istanbul": "0.4.5",
"pre-commit": "^1.2.2",

@@ -37,0 +37,0 @@ "standard": "^8.6.0",

# is.object
determines if is an object and not an array or null
verifies if is an object and not an array or null

@@ -18,5 +18,4 @@ ----

### example
#### example
#### first example
```js

@@ -23,0 +22,0 @@ const isObject = require('is.object')