Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

browserify-bignum

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

browserify-bignum - npm Package Compare versions

Comparing version 1.3.0-1 to 1.3.0-2

4

bignumber.js

@@ -294,3 +294,3 @@ /* bignumber.js v1.3.0 https://github.com/MikeMcl/bignumber.js/LICENCE */

*/
BigNumber['fromBuffer'] = function () {
BigNumber['fromBuffer'] = function (buf, opts) {

@@ -2115,2 +2115,2 @@ if (!opts) opts = {};

// EXPORT
module.exports = BigNumber;
module.exports = BigNumber;
{
"name": "browserify-bignum",
"description": "A browserify implementation of node-bignum",
"version": "1.3.0-1",
"version": "1.3.0-2",
"keywords": [

@@ -6,0 +6,0 @@ "arbitrary",

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