Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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.0.5 to 0.0.6

2

component.json

@@ -7,3 +7,3 @@ {

"homepage": "http://ilee.co.uk",
"version": "0.0.5",
"version": "0.0.6",
"keywords": [

@@ -10,0 +10,0 @@ "isnumeric",

/*!
isnumeric (v0.0.3) 26-09-2013
isnumeric (v0.0.6) 11-10-2013
(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.0.5",
"version": "0.0.6",
"main": "isNumeric.min.js",

@@ -26,3 +26,3 @@ "keywords": [

"grunt": "~0.4.1",
"grunt-shell": "~0.4.x",
"grunt-shell": "~0.5.x",
"grunt-contrib-watch": "~0.5.x",

@@ -29,0 +29,0 @@ "grunt-contrib-jshint": "~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