Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
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.
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
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.