Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
@hirosystems/clarinet-sdk-wasm
Advanced tools
The core lib that powers @hirosystems/clarinet-sdk
This package is built with wasm-pack.
It powers @hirosystems/clarinet-sdk and
@hirosystems/clarinet-sdk-browser.
The package is built twice with wasm-pack
as it can't target node
and web
at the same time.
The following script will build for both target, it will also rename the package name for the
browser build.
node build.mjs
Once built, the packages can be released by running the following commands. Note that by default we release with the beta tag.
Install wasm-pack.
Build for node
wasm-pack build --release --scope hirosystems --out-dir pkg-node --target nodejs
Build for the browser
wasm-pack build --release --scope hirosystems --out-dir pkg-browser --target web
In 99% of the situations, your project don't directly depend on this package, but instead on
@hirosystems/clarinet-sdk
or @hirosystems/clarinet-sdk-browser
. If you want to use a local or
a different version of @hirosystems/clarinet-sdk-wasm
or @hirosystems/clarinet-sdk-wasm-browser
,
you can use the overrides
setting in your package.json:
"overrides": {
"@hirosystems/clarinet-sdk": {
"@hirosystems/clarinet-sdk-wasm": "file:/<absolue-path-to>/clarinet/components/clarinet-sdk-wasm/pkg-node"
}
}
Or for the browser:
"overrides": {
"@hirosystems/clarinet-sdk-browser": {
"@hirosystems/clarinet-sdk-wasm-browser": "file:/<absolue-path-to>/clarinet/components/clarinet-sdk-wasm/pkg-browser"
}
}
The command npm link
can be useful to run the unit tests in the clarinet-sdk
.
See the contribution section of @hirosystems/clarinet-sdk
(`../clarinet-sdk/README.md).
FAQs
The core lib that powers @hirosystems/clarinet-sdk
The npm package @hirosystems/clarinet-sdk-wasm receives a total of 434 weekly downloads. As such, @hirosystems/clarinet-sdk-wasm popularity was classified as not popular.
We found that @hirosystems/clarinet-sdk-wasm demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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 uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.