multi-number-parse
Advanced tools
Comparing version 1.0.7 to 1.0.8
{ | ||
"name": "multi-number-parse", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "Library for parsing numbers in any valid format.", | ||
@@ -35,11 +35,11 @@ "main": "./dist/index.js", | ||
"chai": "^4.2.0", | ||
"eslint": "^5.7", | ||
"eslint": "^5.13", | ||
"eslint-config-airbnb": "^17.1", | ||
"eslint-import-resolver-node": "^0.3.2", | ||
"eslint-plugin-import": "^2.14.0", | ||
"eslint-plugin-jsx-a11y": "^6.1.2", | ||
"eslint-plugin-react": "^7.11.1", | ||
"eslint-plugin-import": "^2.16", | ||
"eslint-plugin-jsx-a11y": "^6.2", | ||
"eslint-plugin-react": "^7.12", | ||
"mocha": "^5.2.0", | ||
"rimraf": "^2.6.2" | ||
"rimraf": "^2.6" | ||
} | ||
} |
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
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
11074