
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
fix-tsc-esnext-imports
Advanced tools
The typescript compiler does not generate valid modules when using "module"= "ESNext". Specifically it's missing the file extension for the generated files for any local imports and exports. Module loaders like the browser and deno expect those imports to actually correspond to files. Whether or not they should compensate for missing extensions is a topic for elsewhere, The goal here is just to fix the files.
This cli tool goes over the generated output and adds in the missing .js references for any local imports and exports. If the specific file you're trying to import doesn't exist then instead we assume you're pulling in a directory and append /index.js instead. A local import needing to be fixed is defined as starting with dot slash "./" and not containing a second dot in the remainder of the import.
This tool does not address named imports, only local ones. Though might add that at a later time via flags if it's needed.
"scripts":
{
"fix-imports": "fix-tsc-esnext-imports path/to/output/folder"
}
npx fix-tsc-esnext-imports path/to/output/folder
FAQs
Appends .js file extension to imports
We found that fix-tsc-esnext-imports 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
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.