Security News
Opengrep Emerges as Open Source Alternative Amid Semgrep Licensing Controversy
Opengrep forks Semgrep to preserve open source SAST in response to controversial licensing changes.
@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 6,001 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 2 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
Opengrep forks Semgrep to preserve open source SAST in response to controversial licensing changes.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.