You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

number-is-nan

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

number-is-nan - npm Package Compare versions

Comparing version

to
1.0.1

10

package.json
{
"name": "number-is-nan",
"version": "1.0.0",
"description": "ES6 Number.isNaN() ponyfill",
"version": "1.0.1",
"description": "ES2015 Number.isNaN() ponyfill",
"license": "MIT",

@@ -16,3 +16,3 @@ "repository": "sindresorhus/number-is-nan",

"scripts": {
"test": "node test.js"
"test": "ava"
},

@@ -23,6 +23,4 @@ "files": [

"keywords": [
"es6",
"es2015",
"ecmascript",
"harmony",
"ponyfill",

@@ -37,4 +35,4 @@ "polyfill",

"devDependencies": {
"ava": "0.0.4"
"ava": "*"
}
}

4

readme.md
# number-is-nan [![Build Status](https://travis-ci.org/sindresorhus/number-is-nan.svg?branch=master)](https://travis-ci.org/sindresorhus/number-is-nan)
> ES6 [`Number.isNaN()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/isNaN) ponyfill
> ES2015 [`Number.isNaN()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/isNaN) [ponyfill](https://ponyfill.com)
> Ponyfill: A polyfill that doesn't overwrite the native method
## Install

@@ -9,0 +7,0 @@