🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

ffjavascript

Package Overview
Dependencies
Maintainers
2
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ffjavascript

Finite Field Library in Javascript

0.3.1
latest
Source
npm
Version published
Weekly downloads
44K
46.05%
Maintainers
2
Weekly downloads
 
Created
Source

ffjavascript

Finite Field Library in Javascript

This package is tested to work in the following environments:

  • NodeJS
  • Browser
  • Chrome Extension
  • Metamask Snaps (SES)

Knows Issues

Webpack Configuration

If you're using the ffjavascript package in a webpack project (Next.js/Angular), you may need to disable the splitChunks option in your webpack configuration.

module.exports = {
  // ...
  optimization: {
    splitChunks: false,
  },
  // ...
};

License

ffjavascript is part of the iden3 project copyright 2020 0KIMS association and published with GPL-3 license. Please check the COPYING file for more details.

Keywords

Finite

FAQs

Package last updated on 12 Oct 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts