
Security News
Feross on the 10 Minutes or Less Podcast: Nobody Reads the Code
Socket CEO Feross Aboukhadijeh joins 10 Minutes or Less, a podcast by Ali Rohde, to discuss the recent surge in open source supply chain attacks.
@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
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-2021. The Stdlib Authors.
FAQs
Test if a value is null.
The npm package @stdlib/assert-is-null receives a total of 11,218 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.

Security News
Socket CEO Feross Aboukhadijeh joins 10 Minutes or Less, a podcast by Ali Rohde, to discuss the recent surge in open source supply chain attacks.

Research
/Security News
Campaign of 108 extensions harvests identities, steals sessions, and adds backdoors to browsers, all tied to the same C2 infrastructure.

Security News
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.