Comparing version 14.14.0 to 14.14.1
@@ -12,2 +12,3 @@ "use strict"; | ||
parse: value => { | ||
// @todo Use bigint when value is greater than Number.MAX_SAFE_INTEGER. | ||
return parseInt(value, 10); | ||
@@ -14,0 +15,0 @@ } |
@@ -41,3 +41,3 @@ { | ||
"coveralls": "^3.0.2", | ||
"eslint": "5.13.0", | ||
"eslint": "^5.14.1", | ||
"eslint-config-canonical": "^16.1.0", | ||
@@ -50,3 +50,3 @@ "flow-bin": "^0.93.0", | ||
"semantic-release": "^15.13.3", | ||
"sinon": "^7.2.3" | ||
"sinon": "^7.2.4" | ||
}, | ||
@@ -100,3 +100,3 @@ "engines": { | ||
}, | ||
"version": "14.14.0" | ||
"version": "14.14.1" | ||
} |
@@ -12,2 +12,3 @@ // @flow | ||
parse: (value) => { | ||
// @todo Use bigint when value is greater than Number.MAX_SAFE_INTEGER. | ||
return parseInt(value, 10); | ||
@@ -14,0 +15,0 @@ } |
Sorry, the diff of this file is not supported yet
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
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
363386
3836