Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
@ng-toolkit/pwa
Advanced tools
Extension for @angular/pwa - adds server-side rendering fixes and update mechanism
This is part of the @ng-toolkit project. Check main page for more tools
Angular Universal PWA on AWS Lambda + API Gateway
isPlatformBrowser
in the code which touches PWA stuff)Create or navigate into your project:
ng new myApp
cd myApp
apply packages
ng add @angular/pwa
ng add @ng-toolkit/pwa [--serverModule path/to/your/server.module.ts]
You can chain this package with:
If you did not use Angular CLI to install this package, you need to import NgtPwaMockModule
in your server module:
@NgModule({
bootstrap: [AppComponent],
imports:[
NgtPwaMockModule,
BrowserModule.withServerTransition({appId: 'app-root'}),
AppModule,
ServerModule,
ModuleMapLoaderModule,
ServerTransferStateModule
]
})
export class AppServerModule {}
Feel free to create issue with your feature request
You can support development of this project via:
Support this project with a monthly donation and help us continue our activities. [Become a backer]
Become a sponsor and get your logo on our README on GitHub with a link to your site. [Become a sponsor]
FAQs
Extension for @angular/pwa - adds server-side rendering fixes and update mechanism
The npm package @ng-toolkit/pwa receives a total of 264 weekly downloads. As such, @ng-toolkit/pwa popularity was classified as not popular.
We found that @ng-toolkit/pwa 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 researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.