Research
Security News
Kill Switch Hidden in npm Packages Typosquatting Chalk and Chokidar
Socket researchers found several malicious npm packages typosquatting Chalk and Chokidar, targeting Node.js developers with kill switches and data theft.
@graphprotocol/client-block-tracking
Advanced tools
`graph-client` implements automatic block tracking using `number_gte` filter of `graph-node`. This automates the process [of fetching and tracking the block number of entites](https://thegraph.com/docs/en/developer/distributed-systems/#polling-for-updated
graph-client
implements automatic block tracking using number_gte
filter of graph-node
. This automates the process of fetching and tracking the block number of entites.
This feature is implemented in @graphprotocol/client-block-tracking
and installed automatically with the graph-client
CLI package.
# .graphclientrc.yml
sources:
- name: uniswap
handler:
graphql:
endpoint: https://api.thegraph.com/subgraphs/name/uniswap/uniswap-v2
transforms: # The following section will make sure to automatically fetch the block information, and then use it for tracking in future queries.
- blockTracking:
validateSchema: true # Validates that the schema source actually contains _meta and input block filters.
FAQs
`graph-client` implements automatic block tracking using `number_gte` filter of `graph-node`. This automates the process [of fetching and tracking the block number of entites](https://thegraph.com/docs/en/developer/distributed-systems/#polling-for-updated
The npm package @graphprotocol/client-block-tracking receives a total of 4,369 weekly downloads. As such, @graphprotocol/client-block-tracking popularity was classified as popular.
We found that @graphprotocol/client-block-tracking demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 28 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 found several malicious npm packages typosquatting Chalk and Chokidar, targeting Node.js developers with kill switches and data theft.
Security News
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.