New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@bignum/core

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bignum/core - npm Package Compare versions

Comparing version 0.10.0 to 0.10.1

4

lib/index.js

@@ -186,3 +186,3 @@ // src/nth-root-utils.mts

if (!n.abs().compareTo(ONE))
return this;
return this.pow(n);
if (!n.n)

@@ -516,3 +516,3 @@ return this.pow(INF);

return null;
if (Number.isInteger(value))
if (Number.isSafeInteger(value))
return { intValue: BigInt(value) };

@@ -519,0 +519,0 @@ }

{
"name": "@bignum/core",
"version": "0.10.0",
"version": "0.10.1",
"description": "Arbitrary-precision decimal arithmetic with BigInt.",

@@ -5,0 +5,0 @@ "type": "module",

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