Security News
Research
Supply Chain Attack on Rspack npm Packages Injects Cryptojacking Malware
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
@0xsquid/squid-types
Advanced tools
Squid types used on the data feed, pathfinder api and sdk.
This project has Prettier and ESLint linter rules installed. With Husky we ensure pre-commit and pre-push validation.
yarn lint
yarn lint:fix
yarn format
Create a file .vscode/settings.json
for auto-saving linter and prettier formatting.
Add the following:
{
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
}
NPM package publishing is automated with github actions. Follow these steps:
develop
branchversion
inside package.json
develop
to main
As the PR from (2.) is merged, the commit to main
will automatically trigger a release to NPM, please make sure you correctly update the version.
FAQs
JS and TS types relating to 0xsquid related projects.
The npm package @0xsquid/squid-types receives a total of 3,316 weekly downloads. As such, @0xsquid/squid-types popularity was classified as popular.
We found that @0xsquid/squid-types 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.
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.
Security News
Sonar’s acquisition of Tidelift highlights a growing industry shift toward sustainable open source funding, addressing maintainer burnout and critical software dependencies.