Socket
Socket
Sign inDemoInstall

isnumeric

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

isnumeric - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

2

isNumeric.min.js
/*!
isnumeric (v0.1.3) 07-12-2014
isnumeric (v0.1.4) 02-01-2015
(c) Lee Crossley <leee@hotmail.co.uk> (http://ilee.co.uk/)
*/
var isNumeric=function(a){return a="string"==typeof a?a.replace(",","."):a,!isNaN(parseFloat(a))&&isFinite(a)&&"[object array]"!==Object.prototype.toString.call(a).toLowerCase()};"undefined"!=typeof exports&&("undefined"!=typeof module&&module.exports&&(exports=module.exports=isNumeric),exports.isNumeric=isNumeric);

@@ -6,3 +6,3 @@ {

"homepage": "http://ilee.co.uk",
"version": "0.1.3",
"version": "0.1.4",
"main": "isNumeric.min.js",

@@ -29,5 +29,5 @@ "keywords": [

"grunt-contrib-jshint": "~0.10.x",
"grunt-contrib-uglify": "~0.6.x",
"grunt-contrib-uglify": "~0.7.x",
"grunt-contrib-watch": "~0.6.x"
}
}
SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc