New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

vend-number

Package Overview
Dependencies
Maintainers
31
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 4.1.0 to 4.1.1

4

index.d.ts

@@ -67,3 +67,3 @@ declare module 'vend-number' {

static sumBy<T, K extends keyof T>(collection: T[], property: K, decimalPoints: number): string
static isFinite(value: null | number | string | BigNumber): boolean
static isFinite(value: any): boolean
}

@@ -78,3 +78,3 @@

export function sumBy<T, K extends keyof T>(collection: T[], property: K, decimalPoints: number): string
export function isFinite(value: null | number | string | BigNumber): boolean
export function isFinite(value: any): boolean
}
{
"name": "vend-number",
"version": "4.1.0",
"version": "4.1.1",
"description": "A collection of utility methods for floating point Number operations",

@@ -5,0 +5,0 @@ "main": "src/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