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

@phensley/decimal

Package Overview
Dependencies
Maintainers
1
Versions
198
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@phensley/decimal - npm Package Compare versions

Comparing version 0.7.0 to 0.7.1

4

lib/decimal.d.ts

@@ -20,5 +20,5 @@ import { NumberOperands } from './operands';

*
* -1 if u < v
* -1 if u &lt; v
* 0 if u = v
* 1 if u > v
* 1 if u &gt; v
*

@@ -25,0 +25,0 @@ * If the abs flag is true compare the absolute values.

@@ -67,5 +67,5 @@ "use strict";

*
* -1 if u < v
* -1 if u &lt; v
* 0 if u = v
* 1 if u > v
* 1 if u &gt; v
*

@@ -72,0 +72,0 @@ * If the abs flag is true compare the absolute values.

{
"name": "@phensley/decimal",
"version": "0.7.0",
"version": "0.7.1",
"description": "Arbitrary precision decimal math",

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