
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
@stdlib/assert-is-null
Advanced tools
Test if a value is null.
npm install @stdlib/assert-is-null
var isNull = require( '@stdlib/assert-is-null' );
Tests if a value is null.
var bool = isNull( null );
// returns true
var isNull = require( '@stdlib/assert-is-null' );
var bool = isNull( null );
// returns true
bool = isNull( 'beep' );
// returns false
bool = isNull( 5 );
// returns false
bool = isNull( void 0 );
// returns false
bool = isNull( true );
// returns false
bool = isNull( {} );
// returns false
bool = isNull( [] );
// returns false
bool = isNull( function foo() {} );
// returns false
@stdlib/assert/is-undefined: test if a value is undefined.@stdlib/assert/is-undefined-or-null: test if a value is undefined or null.This package is part of stdlib, a standard library for JavaScript and Node.js, with an emphasis on numerical and scientific computing. The library provides a collection of robust, high performance libraries for mathematics, statistics, streams, utilities, and more.
For more information on the project, filing bug reports and feature requests, and guidance on how to develop stdlib, see the main project repository.
See LICENSE.
Copyright © 2016-2022. The Stdlib Authors.
FAQs
Test if a value is null.
The npm package @stdlib/assert-is-null receives a total of 15,275 weekly downloads. As such, @stdlib/assert-is-null popularity was classified as popular.
We found that @stdlib/assert-is-null demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 open source maintainers collaborating on the project.
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.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.