
Security News
Browserslist-rs Gets Major Refactor, Cutting Binary Size by Over 1MB
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.
[](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 48,675 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 0 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.
Security News
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.
Research
Security News
Eight new malicious Firefox extensions impersonate games, steal OAuth tokens, hijack sessions, and exploit browser permissions to spy on users.
Security News
The official Go SDK for the Model Context Protocol is in development, with a stable, production-ready release expected by August 2025.