Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
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 1.0.6 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

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