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

@rarible/utils

Package Overview
Dependencies
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rarible/utils - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

2

build/bn/index.js

@@ -7,3 +7,3 @@ "use strict";

function toBn(number, base) {
if (typeof number === "object" && "_isBigNumber" in number) {
if (typeof number === "object" && "_isBigNumber" in number && "_hex" in number) {
return new bignumber_js_1.default(number._hex, 16);

@@ -10,0 +10,0 @@ }

{
"name": "@rarible/utils",
"version": "0.0.6",
"version": "0.0.7",
"keywords": [

@@ -42,3 +42,3 @@ "rarible",

},
"gitHead": "9ac911a8e8d9f3e4b408640233b54ee908d29731"
"gitHead": "a7ffb8aab023dbb020a205bb977ecfcd7ec3bdcb"
}

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