Socket
Socket
Sign inDemoInstall

snarkjs

Package Overview
Dependencies
Maintainers
1
Versions
135
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

snarkjs - npm Package Compare versions

Comparing version 0.1.16 to 0.1.17

2

package.json
{
"name": "snarkjs",
"version": "0.1.16",
"version": "0.1.17",
"description": "zkSNARKs implementation in JavaScript",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -26,3 +26,3 @@ /*

function stringifyBigInts(o) {
if ((typeof(o) == "bigint") || (o instanceof bigInt)) {
if ((typeof(o) == "bigint") || o.isZero !== undefined) {
return o.toString(10);

@@ -29,0 +29,0 @@ } else if (Array.isArray(o)) {

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