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.3 to 6.1.4

8

big.js/index.d.ts

@@ -129,2 +129,10 @@ // Type definitions for big.js 6.1

PE: number;
/**
* When set to true, an error will be thrown if a primitive number is passed to the Big constructor,
* or if valueOf is called, or if toNumber is called on a Big which cannot be converted to a primitive number without a loss of precision.
*
* true|false
* Default value: false
*/
strict: boolean;

@@ -131,0 +139,0 @@ /** Readonly rounding modes */

6

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

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

"dependencies": {},
"typesPublisherContentHash": "7c56fa51ba9f89687129b8625f11604b77024ef2895a8cd8828728cc9f47d24d",
"typeScriptVersion": "3.8"
"typesPublisherContentHash": "06d13c9425288d2253b3676271d01cc0861bf9875f22ba37b8bfc9dd570d5339",
"typeScriptVersion": "4.0"
}

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

### Additional Details
* Last updated: Fri, 11 Feb 2022 19:01:32 GMT
* Last updated: Thu, 23 Jun 2022 23:01:36 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