
Security News
Happy Birthday, Shai-Hulud
It has been one year since Shai-Hulud made its first appearance on npm.
@tondevwallet/traces
Advanced tools
A library for sending transaction traces to the TON DevWallet.
npm install @tondevwallet/traces
# or
yarn add @tondevwallet/traces
# or
pnpm add @tondevwallet/traces
import { SendDumpToDevWallet, TraceDump } from '@tondevwallet/traces';
// Create a trace dump
const dump: TraceDump = {
// Your trace dump data
};
// Send the dump to TON DevWallet
SendDumpToDevWallet(dump);
This package requires the following peer dependencies:
@ton/core: ^0.60.1@ton/crypto: ^3.3.0MIT
FAQs
A library for sending transaction traces to the TON DevWallet.
The npm package @tondevwallet/traces receives a total of 16 weekly downloads. As such, @tondevwallet/traces popularity was classified as not popular.
We found that @tondevwallet/traces demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.

Security News
It has been one year since Shai-Hulud made its first appearance on npm.

Research
/Security News
Operators behind PolinRider used a compromised GitHub account to plant malware in four development versions of a Packagist package with 700,000+ downloads.

Security News
GitHub Actions now supports cache-mode, a least-privilege control on the Actions cache aimed at the cache poisoning technique behind recent compromises.