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

big-json-diff

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

big-json-diff - npm Package Compare versions

Comparing version 0.6.1 to 0.6.2

2

package.json
{
"name": "big-json-diff",
"description": "JSON diff with support for big numbers",
"version": "0.6.1",
"version": "0.6.2",
"license": "MIT",

@@ -6,0 +6,0 @@ "homepage": "https://github.com/SebastianG77/big-json-diff",

@@ -55,4 +55,5 @@ big-json-diff

console.log(bigJsonDiff.diffString(oldBigNumber, newBigNumber, { bigNumberSupport: true })) // -3e+5000
// +12345678901234567890
console.log(bigJsonDiff.diffString(oldBigNumber, newBigNumber, { bigNumberSupport: true }))
// -3e+5000
// +12345678901234567890
```

@@ -59,0 +60,0 @@

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