vend-number
Advanced tools
Comparing version 3.1.2 to 3.1.3
@@ -69,2 +69,11 @@ declare module 'vend-number' { | ||
} | ||
export function vn(value?: Stringable): VendNumber | ||
export function round(value?: Stringable, decimalPoints?: number, roundingMode?: RoundingMode): string | ||
export function add(...values: Stringable[]): number | ||
export function subtract(...values: Stringable[]): number | ||
export function multiply(...values: Stringable[]): number | ||
export function divide(...values: Stringable[]): number | ||
export function sumBy<T, K extends keyof T>(collection: T[], property: K, decimalPoints: number): string | ||
export function isFinite(value: number | string | BigNumber): boolean | ||
} |
{ | ||
"name": "vend-number", | ||
"version": "3.1.2", | ||
"version": "3.1.3", | ||
"description": "A collection of utility methods for floating point Number operations", | ||
@@ -5,0 +5,0 @@ "main": "dist/vend-number.js", |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
141345
11
1029
1