autonumeric
Advanced tools
Comparing version 4.5.4 to 4.5.5
{ | ||
"name": "autonumeric", | ||
"version": "4.5.4", | ||
"version": "4.5.5", | ||
"description": "autoNumeric is a standalone Javascript library that provides live *as-you-type* formatting for international numbers and currencies. It supports most international numeric formats and currencies including those used in Europe, Asia, and North and South America.", | ||
@@ -78,25 +78,30 @@ "main": "dist/autoNumeric.js", | ||
"devDependencies": { | ||
"babel-core": "^6.26.0", | ||
"babel-eslint": "8.2.2", | ||
"babel-istanbul": "^0.12.2", | ||
"babel-istanbul-loader": "^0.1.0", | ||
"babel-loader": "^7.1.3", | ||
"babel-plugin-add-module-exports": "^0.2.1", | ||
"babel-plugin-transform-object-assign": "^6.22.0", | ||
"babel-polyfill": "^6.26.0", | ||
"babel-preset-env": "^1.6.1", | ||
"babel-register": "^6.26.0", | ||
"compression-webpack-plugin": "^1.1.9", | ||
"coveralls": "3.0.0", | ||
"es-check": "^3.0.0", | ||
"eslint": "^4.18.1", | ||
"@babel/cli": "^7.5.5", | ||
"@babel/core": "^7.4.3", | ||
"@babel/plugin-transform-object-assign": "^7.2.0", | ||
"@babel/polyfill": "^7.4.3", | ||
"@babel/preset-env": "^7.4.3", | ||
"@babel/register": "^7.4.0", | ||
"@wdio/cli": "^5.12.5", | ||
"@wdio/jasmine-framework": "^5.12.1", | ||
"@wdio/local-runner": "^5.12.5", | ||
"@wdio/selenium-standalone-service": "^5.12.1", | ||
"@wdio/spec-reporter": "^5.12.1", | ||
"@wdio/static-server-service": "^5.12.1", | ||
"@wdio/sync": "^5.12.3", | ||
"babel-eslint": "10.0.1", | ||
"babel-loader": "^8.0.5", | ||
"compression-webpack-plugin": "^2.0.0", | ||
"coveralls": "3.0.3", | ||
"es-check": "^5.0.0", | ||
"eslint": "^5.16.0", | ||
"eslint-friendly-formatter": "^4.0.1", | ||
"eslint-loader": "^2.0.0", | ||
"imports-loader": "^0.8.0", | ||
"jasmine-core": "^3.1.0", | ||
"karma": "^3.0.0", | ||
"jasmine-core": "^3.4.0", | ||
"karma": "^4.1.0", | ||
"karma-chrome-launcher": "^2.2.0", | ||
"karma-coverage": "^1.1.2", | ||
"karma-firefox-launcher": "^1.1.0", | ||
"karma-jasmine": "^1.1.1", | ||
"karma-jasmine": "^2.0.1", | ||
"karma-mocha-reporter": "^2.2.5", | ||
@@ -106,15 +111,11 @@ "karma-phantomjs-launcher": "^1.0.4", | ||
"karma-spec-reporter": "^0.0.32", | ||
"karma-webpack": "^3.0.0", | ||
"karma-webpack": "^4.0.2", | ||
"loader-utils": "^1.1.0", | ||
"phantomjs-prebuilt": "^2.1.16", | ||
"rimraf": "^2.6.1", | ||
"uglify-js": "^3.3.12", | ||
"uglify-js": "^3.5.4", | ||
"uglifyjs-webpack-plugin": "^2.0.1", | ||
"wdio-jasmine-framework": "^0.3.2", | ||
"wdio-selenium-standalone-service": "^0.0.10", | ||
"wdio-spec-reporter": "^0.1.4", | ||
"wdio-static-server-service": "^1.0.1", | ||
"webdriverio": "^4.13.2", | ||
"webpack": "^4.26.0", | ||
"webpack-cli": "^3.1.2", | ||
"webdriverio": "^5.7.2", | ||
"webpack": "^4.30.0", | ||
"webpack-cli": "^3.3.0", | ||
"webpack-merge": "^4.1.2" | ||
@@ -121,0 +122,0 @@ }, |
@@ -374,3 +374,3 @@ /** | ||
if (event.key === 'Unidentified' || event.key === void(0) || this.isSeleniumBot()) { | ||
//XXX The selenium geckodriver do not understand `event.key`, hence when using it, we need to rely on the old deprecated `keyCode` attribute, cf. upstream issue https://github.com/mozilla/geckodriver/issues/440 | ||
//XXX The selenium geckodriver does not understand `event.key`, hence when using it, we need to rely on the old deprecated `keyCode` attribute, cf. upstream issue https://github.com/mozilla/geckodriver/issues/440 | ||
// Use the old deprecated keyCode property, if the new `key` one is not supported | ||
@@ -377,0 +377,0 @@ const keyCode = this.keyCodeNumber(event); |
@@ -5,3 +5,3 @@ /** | ||
* @author Alexandre Bonneau <alexandre.bonneau@linuxfr.eu> | ||
* @copyright © 2017 Alexandre Bonneau | ||
* @copyright © 2019 Alexandre Bonneau | ||
* | ||
@@ -43,4 +43,6 @@ * The MIT License (http://www.opensource.org/licenses/mit-license.php) | ||
* | ||
* This is needed since if the Webpack entrypoint is set to `./src/AutoNumeric.js`, then the AutoNumericEvents, AutoNumericOptions, AutoNumericDefaultSettings and AutoNumericPredefinedOptions files are not included in the bundle and therefore cannot be used. | ||
* | ||
* @type {AutoNumeric} | ||
*/ | ||
export default AutoNumeric; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
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
4231201
28
42
25607
3