Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
ngx-pagememory
Advanced tools
A lightweight Angular library that remembers the last page a user visited when they leave an Angular application and them routes them to it when the re-open it.
ng add ngx-pagememory
Import the NgxPagememoryModule
into your AppModule
. You can configure it as shown below:
import { NgxPagememoryModule } from 'ngx-pagememory';
@NgModule({
declarations: [AppComponent],
imports: [
NgxPagememoryModule.forRoot()
],
bootstrap: [AppComponent]
})
export class AppModule {
}
Thanks goes to these wonderful people (emoji key):
Daniel Kreider 💻 |
This project follows the all-contributors specification.
Contributions of any kind welcome!
FAQs
Unknown package
The npm package ngx-pagememory receives a total of 0 weekly downloads. As such, ngx-pagememory popularity was classified as not popular.
We found that ngx-pagememory 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’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.