
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.
dts-bundle-append
Advanced tools
Append custom d.ts
files into one d.ts
file bundled by dts-bundle.
npm install dts-bundle-append
Run dts-bundle
.
After d.ts
file bundled, run dts-bundle-append
.
NodeJS: >= 6.0.0
Default configuration are taken from a dts-bundle.json
file.
Also, you can specify a custom config file (see #command-line).
Argument | Type | Description |
---|---|---|
append | `string | Array` |
*All other configuration options available from dts-bundle
(read more TypeStrong/dts-bundle#options).
{
"name": "module-name",
"main": "dist/main.d.ts",
"out": "module-name.d.ts",
"baseDir": "dist",
"append": [
"src/global.d.ts"
]
}
Usage: dts-bundle-append [options]
Options:
--help Show help [boolean]
--version Show version number [boolean]
--append Append files to global [string]
--out dts-bundle bundled out file [string]
--configJson dts-bundle configuration file [string] [default: "dts-bundle.json"]
--baseDir dts-bundle base directory [string]
FAQs
Append custom d.ts files into d.ts file bundle by dts-bundle.
The npm package dts-bundle-append receives a total of 0 weekly downloads. As such, dts-bundle-append popularity was classified as not popular.
We found that dts-bundle-append 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.