Socket
Socket
Sign inDemoInstall

ffjavascript

Package Overview
Dependencies
3
Maintainers
2
Versions
69
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    ffjavascript

Finite Field Library in Javascript


Version published
Weekly downloads
49K
increased by40.26%
Maintainers
2
Install size
37.2 MB
Created
Weekly downloads
 

Readme

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

FAQs

Last updated on 15 Apr 2024

Did you know?

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

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