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

is-undefined

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

is-undefined - npm Package Compare versions

Comparing version

to
1.0.9

4

package.json
{
"name": "is-undefined",
"version": "1.0.8",
"version": "1.0.9",
"description": "Check if a value is undefined or not.",

@@ -46,2 +46,2 @@ "main": "lib/index.js",

]
}
}

@@ -13,3 +13,7 @@ <!-- Please do not edit this file. Edit the `blah` field in the `package.json` instead. If in doubt, open an issue. -->

```sh
$ npm i --save is-undefined
# Using npm
npm install --save is-undefined
# Using yarn
yarn add is-undefined
```

@@ -43,5 +47,7 @@

2. For bug reports and feature requests, open issues. :bug:
3. For direct and quick help, you can [use Codementor](https://www.codementor.io/johnnyb). :rocket:
## :memo: Documentation

@@ -48,0 +54,0 @@