
Research
/Security News
Malicious npm Packages Target WhatsApp Developers with Remote Kill Switch
Two npm packages masquerading as WhatsApp developer libraries include a kill switch that deletes all files if the phone number isn’t whitelisted.
@voltiso/transform
Advanced tools
@voltiso/transform
A set of TS transformers to be applied using ts-patch
.
@voltiso/transform/inline
Type-alias-inlining using either:
@inline
JSDoc - to inline the type alias everywhere it's used (in .d.ts
files)@inline
comment before usage of any alias to attempt inlining it (in
.d.ts
files)Config:
onInlineError: 'fail'
- causes compiler to crash if type-inlining fails
(usually symbols out of scope) - this applies only to the JSDoc inlining
method (1.
)⚠️ Currently only checks if type names are in scope - but does not check if the types are equal!
@voltiso/transform/strip
Strip symbols such as asserts from production code.
Config:
modules: string[]
- comment-out import declarations with given prefixessymbols: string[]
- comment-out instructions containing tokens
(function
calls, etc.)@voltiso/transform/compat
Removes numeric separators from the compiled code.
@typescript-eslint/explicit-module-boundary-types
rule.
Otherwise the transformer might fail for some fringe cases. This is not a big
issue, as exporting types explicitly might speed up type-checking anyway.FAQs
A set of TS transformers to be applied using `ts-patch`.
The npm package @voltiso/transform receives a total of 0 weekly downloads. As such, @voltiso/transform popularity was classified as not popular.
We found that @voltiso/transform demonstrated a healthy version release cadence and project activity because the last version was released less than 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
Two npm packages masquerading as WhatsApp developer libraries include a kill switch that deletes all files if the phone number isn’t whitelisted.
Research
/Security News
Socket uncovered 11 malicious Go packages using obfuscated loaders to fetch and execute second-stage payloads via C2 domains.
Security News
TC39 advances 11 JavaScript proposals, with two moving to Stage 4, bringing better math, binary APIs, and more features one step closer to the ECMAScript spec.