
Research
/Security News
DuckDB npm Account Compromised in Continuing Supply Chain Attack
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
@paintswap/sonic-airdrop-definitions
Advanced tools
Sonic Airdrop types
and constants
available for
Javascript,
TypeScript, and
AssemblyScript /
WebAssembly.
The items in this library will allow you to interact with Sonic Airdrop via:
If using a private repo, you may need to login first:
npm login
To use Sonic Airdrop types and constants in your project, first import the dev dependency:
npm install -D @paintswap/sonic-airdrop-definitions
yarn add -D @paintswap/sonic-airdrop-definitions
Once installed, the SonicAirdropConstants
, SonicAirdropTypes
, and NONE
type will be exposed. You can then access the individual types from their parent.
import { SonicAirdropConstants, SonicAirdropTypes, NONE } from '@paintswap/sonic-airdrop-definitions'
const { Order, PriceLevel } = SonicAirdropTypes
It is also possible to import specific items directly.
import { Order, PriceLevel } from '@paintswap/sonic-airdrop-definitions/types'
npm run build
yarn build
From library root:
npm link
From project root:
npm link @paintswap/sonic-airdrop-definitions
From library root:
yarn link
From project root:
yarn link @paintswap/sonic-airdrop-definitions
Install yalc
npm install -g yalc@latest
yarn add -g yalc@latest
From library root:
yalc publish
From project root:
yalc add @paintswap/sonic-airdrop-definitions
Use newly published updates to local yalc repository.
yalc update
Revert to NPM Repository
yalc remove @paintswap/sonic-airdrop-definitions
yarn add @paintswap/sonic-airdrop-definitions
npm publish
yarn publish
yarn version
FAQs
Types and constants for Sonic Airdrop
We found that @paintswap/sonic-airdrop-definitions 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
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
Security News
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.
Product
Socket’s new Pull Request Stories give security teams clear visibility into dependency risks and outcomes across scanned pull requests.