Socket
Socket
Sign inDemoInstall

ffjavascript

Package Overview
Dependencies
3
Maintainers
1
Versions
69
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.62 to 0.2.63

4

package.json
{
"name": "ffjavascript",
"type": "module",
"version": "0.2.62",
"version": "0.2.63",
"description": "Finite Field Library in Javascript",

@@ -44,3 +44,3 @@ "main": "./build/main.cjs",

"wasmcurves": "0.2.2",
"web-worker": "^1.2.0"
"web-worker": "1.2.0"
},

@@ -47,0 +47,0 @@ "devDependencies": {

@@ -9,2 +9,3 @@ import { buildBls12381 as buildBls12381wasm } from "wasmcurves";

export default async function buildBls12381(singleThread, plugins) {
if ((!singleThread) && (globalThis.curve_bls12381)) return globalThis.curve_bls12381;

@@ -37,3 +38,2 @@ const moduleBuilder = new ModuleBuilder();

if ((!singleThread) && (globalThis.curve_bls12381)) return globalThis.curve_bls12381;
const params = {

@@ -40,0 +40,0 @@ name: "bls12381",

@@ -9,2 +9,3 @@ import { buildBn128 as buildBn128wasm } from "wasmcurves";

export default async function buildBn128(singleThread, plugins) {
if ((!singleThread) && (globalThis.curve_bn128)) return globalThis.curve_bn128;

@@ -36,3 +37,2 @@ const moduleBuilder = new ModuleBuilder();

if ((!singleThread) && (globalThis.curve_bn128)) return globalThis.curve_bn128;
const params = {

@@ -39,0 +39,0 @@ name: "bn128",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc