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 4.0.1 to 4.0.2

12

big.js/index.d.ts

@@ -278,2 +278,14 @@ // Type definitions for big.js 4.0

toJSON(): string;
/**
* Returns an array of single digits
*/
c: number[];
/**
* Returns the exponent, Integer, -1e+6 to 1e+6 inclusive
*/
e: number;
/**
* Returns the sign, -1 or 1
*/
s: number;
}

@@ -280,0 +292,0 @@

4

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

@@ -25,4 +25,4 @@ "license": "MIT",

"dependencies": {},
"typesPublisherContentHash": "facb19aca7428270e353be9c80395b75bb63b0dec99d7722f892224c3b544b7d",
"typesPublisherContentHash": "c5b1d9961878f868eaf48721f727cc4998b79fc1c8cfc297b28a40a1d723a143",
"typeScriptVersion": "2.0"
}

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

Additional Details
* Last updated: Thu, 14 Dec 2017 21:33:44 GMT
* Last updated: Tue, 02 Jan 2018 20:47:02 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