
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
tt-api-typings
Advanced tools
由于官方还未在npm上发布TS的类型定义包,但是习惯用TS开发项目,所以有了这个
字节小程序API(不包含游戏端)的TS类型定义文件, 和字节开发者工具中的定义文件同步。
npm:
npm install tt-api-typings
yarn:
yarn add tt-api-typings
import "tt-api-typings"
tsconfig.json
中指定types
:types: ["tt-api-typings"]
*.d.ts
文件中通过 三斜杠指令 引用/// <reference path="node_modules/tt-api-typings/index.d.ts" />
参考 CHANGELOG.md
若与官方API同步不及时,或是发现问题,欢迎提issue 或 PR
FAQs
字节小程序TS类型声明文件
The npm package tt-api-typings receives a total of 0 weekly downloads. As such, tt-api-typings popularity was classified as not popular.
We found that tt-api-typings 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.
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
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.