Security News
GitHub Removes Malicious Pull Requests Targeting Open Source Repositories
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
@polymathnetwork/confidential-identity-nodejs
Advanced tools
The wasm library for confidential identity.
This library provides WASM binding for Confidential Identity Library. The Rust code can be found at polymath CIL library and the source code for the wasm bindings can be found at [WASM bindings][wasm-src].
After importing the content of this package in your javascript project, you
can call the process_create_cdd_id
function to create the CDD ID. The
documentation for this function can be found by running cargo doc --open
in the Rust directory.
After importing the content of this package in your javascript project, you
can call the process_create_claim_proof
function to create a
confidential proof for their claim. The documentation for this function
can be found by running cargo doc --open
in the Rust directory.
This is not supported since the verification is handled by PolyMesh.
For comprehensive build instructions, refer to the README.md file in the root of the repository.
If you have all the necessary tools installed, you can build the wasm bindings using the following commands.
# If your active toolchain is stable, then run
rustup run nightly wasm-pack build --release
# If your active toolchain is nightly, then you can use the simpler version and run
wasm-pack build --release
This will create the bindings in ./pkg/
directory. You can import
these into any javascript-based project using a wasm-loader.
Note that the name in the package.json
file will be "confidential-identity".
But, in order to properly publish the package, the name should be changed to
@polymathnetwork/confidential-identity
.
FAQs
The wasm library for confidential identity.
The npm package @polymathnetwork/confidential-identity-nodejs receives a total of 0 weekly downloads. As such, @polymathnetwork/confidential-identity-nodejs popularity was classified as not popular.
We found that @polymathnetwork/confidential-identity-nodejs demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 7 open source maintainers collaborating on the project.
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.
Security News
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.