autonumeric
Advanced tools
Comparing version 1.9.39 to 1.9.41
{ | ||
"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. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
87582
1425
1
1
+ Addedjquery@>=1.7
+ Addedjquery@3.7.1(transitive)