fraction.js
Advanced tools
Comparing version 4.0.11 to 4.0.12
declare module 'Fraction'; | ||
export interface NumeratorDenominator { | ||
numerator: number; | ||
denominator: number; | ||
n: number; | ||
d: number; | ||
} | ||
@@ -7,0 +7,0 @@ |
/** | ||
* @license Fraction.js v4.0.11 09/09/2015 | ||
* @license Fraction.js v4.0.12 09/09/2015 | ||
* http://www.xarg.org/2014/03/rational-numbers-in-javascript/ | ||
@@ -4,0 +4,0 @@ * |
/* | ||
Fraction.js v4.0.11 09/09/2015 | ||
Fraction.js v4.0.12 09/09/2015 | ||
http://www.xarg.org/2014/03/rational-numbers-in-javascript/ | ||
@@ -4,0 +4,0 @@ |
{ | ||
"name": "fraction.js", | ||
"title": "fraction.js", | ||
"version": "4.0.11", | ||
"version": "4.0.12", | ||
"homepage": "http://www.xarg.org/2014/03/rational-numbers-in-javascript/", | ||
@@ -6,0 +6,0 @@ "bugs": "https://github.com/infusion/Fraction.js/issues", |
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
0
62486
7
1401
1