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

autonumeric

Package Overview
Dependencies
Maintainers
1
Versions
145
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

autonumeric - npm Package Compare versions

Comparing version 1.9.39 to 1.9.41

autoNumeric.js

60

package.json
{
"name": "autonumeric",
"version": "1.9.39",
"main": "./autonumeric.js",
"keywords": [
"author": {
"name": "Robert Knothe",
"url": "https://github.com/BobKnothe/autoNumeric.git"
},
"bugs": {
"url": "https://github.com/BobKnothe/autoNumeric/issues"
},
"dependencies": {
"jquery": ">=1.7"
},
"description": "autoNumeric is a jQuery plugin that automatically formats currency and numbers as you type on form inputs. It supports most International numeric formats and currency signs including those used in Europe, North and South America, Asia & India's Lakhs",
"homepage": "http://www.decorplanit.com/plugin/",
"keywords": [
"Dollar",
"Euro",
"Pound",
"currency",
"form",
"format",
"input",
"jquery",
"jquery-plugin",
"mask",
"money",
"Euro",
"Dollar",
"Pound",
"number",
"numeric",
"format",
"jquery",
"form",
"input",
"mask"
"plugins"
],
"description": "autoNumeric is a jQuery plugin that automatically formats currency (money) and numbers as you type on form inputs. It supports most International numeric formats and currency signs including those used in Europe, North and South America, Asia and India (lakhs**).",
"license": "MIT",
"authors": [
"main": "autonumeric.js",
"maintainers": [
{
"name": "Robert Knothe"
"name": "rknothe",
"email": "bob@decorplanit.com"
}
],
"homepage": "http://www.decorplanit.com/plugin/",
"name": "autonumeric",
"repository": {
"type": "git",
"url": "https://github.com/BobKnothe/autoNumeric.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BobKnothe/autoNumeric.git"
},
"author": "Robert Knothe",
"bugs": {
"url": "https://github.com/BobKnothe/autoNumeric/issues"
}
}
"version": "1.9.41"
}

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

[autoNumeric-1.9.39](http://www.decorplanit.com/plugin/)
[autoNumeric-1.9.41](http://www.decorplanit.com/plugin/)
================================

@@ -69,3 +69,3 @@ ### International currency formatting

aDec: ',',
aSign: '� '
aSign: '€ '
});

@@ -122,13 +122,13 @@ });

| value / text | valid? |
| ------------- | ------------ |
|"123456" | true |
|"-123456" | true |
|"123456.78" | true |
|"-123456.78" | true |
|"123456,78" | true |
|"-123456,78" | true |
|"123,456.78" | false |
|"123.456.78" | false |
|"� 123456.78" | false |
| value / text | valid? |
| ------------ | ---------|
|"123456" | true |
|"-123456" | true |
|"123456.78" | true |
|"-123456.78" | true |
|"123456,78" | true |
|"-123456,78" | true |
|"123,456.78" | false |
|"123.456.78" | false |
|"$ 123456.78" | false |

@@ -135,0 +135,0 @@ All values being "set" need to fall with the min/max rules.

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