Socket
Socket
Sign inDemoInstall

is-number

Package Overview
Dependencies
0
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.0 to 1.1.1

LICENSE

2

index.js

@@ -5,3 +5,3 @@ /*!

* Copyright (c) 2014-2015, Jon Schlinkert.
* Licensed under the MIT License
* Licensed under the MIT License.
*/

@@ -8,0 +8,0 @@

{
"name": "is-number",
"description": "Returns true if the value is a number. comprehensive tests.",
"version": "1.1.0",
"version": "1.1.1",
"homepage": "https://github.com/jonschlinkert/is-number",

@@ -19,4 +19,7 @@ "author": {

"type": "MIT",
"url": "https://github.com/jonschlinkert/is-number/blob/master/LICENSE-MIT"
"url": "https://github.com/jonschlinkert/is-number/blob/master/LICENSE"
},
"files": [
"index.js"
],
"main": "index.js",

@@ -27,5 +30,4 @@ "engines": {

"scripts": {
"test": "mocha -R spec"
"test": "mocha"
},
"files": ["index.js"],
"devDependencies": {

@@ -52,2 +54,2 @@ "benchmarked": "^0.1.3",

]
}
}

@@ -1,2 +0,2 @@

# is-number [![NPM version](https://badge.fury.io/js/is-number.svg)](http://badge.fury.io/js/is-number)
# is-number [![NPM version](https://badge.fury.io/js/is-number.svg)](http://badge.fury.io/js/is-number) [![Build Status](https://travis-ci.org/jonschlinkert/is-number.svg)](https://travis-ci.org/jonschlinkert/is-number)

@@ -68,6 +68,17 @@ > Returns true if the value is a number. comprehensive tests.

## Other projects
* [kind-of](https://github.com/jonschlinkert/kind-of): Get the native type of a value.
* [is-primitive](https://github.com/jonschlinkert/is-primitive): Returns `true` if the value is a primitive.
* [even](https://github.com/jonschlinkert/even): Get the even numbered items from an array.
* [odd](https://github.com/jonschlinkert/odd): Get the odd numbered items from an array.
* [is-even](https://github.com/jonschlinkert/is-even): Return true if the given number is even.
* [is-odd](https://github.com/jonschlinkert/is-odd): Returns true if the given number is odd.
## Contributing
Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](https://github.com/jonschlinkert/is-number/issues)
## Run tests
Install dev dependencies.
Install dev dependencies:
```bash

@@ -77,2 +88,3 @@ npm i -d && npm test

## Author

@@ -91,5 +103,5 @@

_This file was generated by [verb](https://github.com/assemble/verb) on January 24, 2015._
_This file was generated by [verb-cli](https://github.com/assemble/verb-cli) on March 05, 2015._
[infinity]: http://en.wikipedia.org/wiki/Infinity
[gist]: https://gist.github.com/jonschlinkert/e30c70c713da325d0e81
[gist]: https://gist.github.com/jonschlinkert/e30c70c713da325d0e81
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