New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

angularisempty

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angularisempty

check value is empty or not

latest
npmnpm
Version
1.1.1
Version published
Maintainers
1
Created
Source

Title and description This is self-explanatory. It tells about the module/package name with a short description.

angularisempty

A small utility check value is empty or not.

Installation instruction In this section, let's tell the user how they can install the package:

npm install angularisempty --save

Instruction to use the package

How to use?

import { AngularIsEmpty } from 'angularisempty'; //in component

AngularIsEmpty.isEmpty('value') //it return true/false, if value null, undefine than return true otherwise false

console.log(AngularIsEmpty.isEmpty('value')); //true (false if value is empty)

Keywords

empty

FAQs

Package last updated on 09 Apr 2018

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