Socket
Socket
Sign inDemoInstall

@types/big.js

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/big.js - npm Package Compare versions

Comparing version 6.1.1 to 6.1.2

10

big.js/index.d.ts

@@ -217,2 +217,12 @@ // Type definitions for big.js 6.1

/**
* Return a new Big whose value is the value of this Big rounded to a maximum precision of sd
* significant digits using rounding mode rm, or Big.RM if rm is not specified.
*
* @param sd Significant digits: integer, 1 to MAX_DP inclusive.
* @param [rm] The rounding mode, one of the RoundingMode enumeration values
* @throws `!prec!` if sd is invalid.
* @throws `!Big.RM!` if rm is invalid.
*/
prec(sd: number, rm?: RoundingMode): Big;
/**
* Returns a Big number whose value is the value of this Big number rounded using rounding mode rm to a maximum of dp decimal places.

@@ -219,0 +229,0 @@ *

6

big.js/package.json
{
"name": "@types/big.js",
"version": "6.1.1",
"version": "6.1.2",
"description": "TypeScript definitions for big.js",

@@ -28,4 +28,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/big.js",

"dependencies": {},
"typesPublisherContentHash": "6b338440bad1795b3a103eee83886404ed4c41b1b955fdc03567c7d062870b9f",
"typeScriptVersion": "3.6"
"typesPublisherContentHash": "3b951b22854745df9b77220509fc00030637fc50ec01b7139f0084201739a624",
"typeScriptVersion": "3.7"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Tue, 08 Jun 2021 09:31:24 GMT
* Last updated: Thu, 02 Sep 2021 22:31:19 GMT
* Dependencies: none

@@ -14,0 +14,0 @@ * Global values: none

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