Latest Socket ResearchMalicious Chrome Extension Performs Hidden Affiliate Hijacking.Details
Socket
Book a DemoInstallSign in
Socket

number.isinteger

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

number.isinteger

Simple ES6 Number.isInteger() polyfill for older environments.

Source
npmnpm
Version
0.1.1
Version published
Maintainers
1
Created
Source

ES6 Number.isInteger() polyfill

Installation

  • npm install number.isinteger Or
  • yarn add number.isinteger

Usage

require('number.isinteger');

Number.isInteger(42); //? true
Number.isInteger(3.1415); //? false

Keywords

number

FAQs

Package last updated on 21 May 2020

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