Socket
Socket
Sign inDemoInstall

number-is-nan

Package Overview
Dependencies
0
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 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 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc