🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

biggystring

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

biggystring - npm Package Compare versions

Comparing version

to
1.0.7

4

lib/index.es.js

@@ -224,5 +224,5 @@ /**

const bns = { add, sub, mul, div, gt, lt, gte, lte, eq, mulf, divf, min, max };
const bns = { add, sub, mul, div, gt, lt, gte, lte, eq, mulf, divf, min, max, log10 };
export { add, sub, mul, div, gt, lt, gte, lte, eq, mulf, divf, min, max, bns };
export { add, sub, mul, div, gt, lt, gte, lte, eq, mulf, divf, min, max, log10, bns };
//# sourceMappingURL=index.es.js.map

@@ -228,3 +228,3 @@ 'use strict';

const bns = { add, sub, mul, div, gt, lt, gte, lte, eq, mulf, divf, min, max };
const bns = { add, sub, mul, div, gt, lt, gte, lte, eq, mulf, divf, min, max, log10 };

@@ -244,3 +244,4 @@ exports.add = add;

exports.max = max;
exports.log10 = log10;
exports.bns = bns;
//# sourceMappingURL=index.js.map
{
"name": "biggystring",
"version": "1.0.6",
"version": "1.0.7",
"description": "Wrapper for bn.js to directly operate on strings as big numbers",

@@ -5,0 +5,0 @@ "main": "./lib/index.js",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet