
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.
[](https://npmjs.com/package/ng-morph) [](https://npmjs.com/package/ng-morph) [, '/', ['**/*.ts', '**/*.json']));
/**
* This simple migration gets all imports from the project TS files and
* replaces 'old' substring with 'new'
* */
const imports = getImports('some/path/**.ts', {
moduleSpecifier: '@morph-old*',
});
editImports(imports, (importEntity) => ({
moduleSpecifier: importEntity.moduleSpecifier.replace('old', 'new'),
}));
/**
* All changes are made in a virtual project.
* You can save them when it is time
* */
saveActiveProject();
You can check it out on Stackblitz playground
For more examples visit this stackblitz collection
![]() Igor Katsuba |
![]() Roman Sedov |
ng-morph is a part of Taiga UI libraries family which is backed and used by a large enterprise. This means you can rely on timely support and continuous development.
๐ Feel free to use our library in your commercial and private applications
All ng-morph packages are covered by Apache 2.0
Read more about this license here
FAQs
[](https://npmjs.com/package/ng-morph) [](https://npmjs.com/package/ng-morph) [![telegram chat](https://img.shields.io/badge/supp
The npm package ng-morph receives a total of 44,818 weekly downloads. As such, ng-morph popularity was classified as popular.
We found that ng-morph demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago.ย It has 2 open source maintainers 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.