
Research
/Security News
9 Malicious NuGet Packages Deliver Time-Delayed Destructive Payloads
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.
@polymathnetwork/confidential-identity
Advanced tools
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.
We found that @polymathnetwork/confidential-identity 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.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.