
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
ng-screen-lock
Advanced tools
ng-screen-lock
is a beautiful component based on angular 2+,provide lock screen ui like windows
or MacOS
,you can check this demo to preview.
yarn add ng-scrren-lock
or
npm install ng-screen-lock
You should import ScreenLockModule
into your application like this:
imports: [
ScreenLockModule,
// other modules you want import...
];
we provide two modes of lock screen:
@Component({
template: `
<screen-lock [password]="'123456'" [(lock)]="lock">
<p>The scrren will be locked if the lock property become true</p>
</screen-lock>
`,
})
class TestScreenLockComponent {
lock = false;
}
@Component({
template: `
<button (click)="lockScreen()">
<p>click to lock with full screen mode</p>
</button>
`,
})
class TestScreenLockServiceComponent {
constructor(private screenLock: ScreenLockService) {}
lockScreen(){
this.screenLock.lock({ password: '123456' };
}
}
FAQs
```shell script yarn add ng-scrren-lock ```
The npm package ng-screen-lock receives a total of 0 weekly downloads. As such, ng-screen-lock popularity was classified as not popular.
We found that ng-screen-lock 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.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.