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

ffjavascript

Package Overview
Dependencies
Maintainers
1
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ffjavascript - npm Package Compare versions

Comparing version 0.2.39 to 0.2.40

4

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

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

"wasmcurves": "0.0.14",
"web-worker": "^1.0.0"
"web-worker": "^1.2.0"
},

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

@@ -22,3 +22,3 @@ /* global WebAssembly */

} else if (data[0].cmd == "TERMINATE") {
process.exit();
self.close();
} else {

@@ -25,0 +25,0 @@ const res = runTask(data);

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