Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

vend-number

Package Overview
Dependencies
Maintainers
2
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vend-number - npm Package Compare versions

Comparing version 3.1.2 to 3.1.3

.npmignore

9

index.d.ts

@@ -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
}

2

package.json
{
"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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc