Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
my-virtual-keyboard
Advanced tools
This project was generated with Angular CLI version 6.0.8.
Three output is emitted from virtual-keyboard.component.ts:
@Output() onBackSpace = new EventEmitter();
@Output() onSpace = new EventEmitter();
@Output() onReturn = new EventEmitter();
@Output() onDelete = new EventEmitter();
@Output() onVirtualInput = new EventEmitter();
Selector name for this component is "app-virtual-keyboard"
example usage:
<app-virtual-keyboard
(onBackSpace)="onBackSpacePressed()"
(onSpace)="onSpacePressed()"
(onReturn)="onReturnPressed()"
(onDelete)="onDeletePressed()"
(onVirtualInput)="onVirtualInputEntered($event)"
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run ng generate component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory. Use the --prod
flag for a production build.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via Protractor.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.
FAQs
Make Your Own Keyboard
The npm package my-virtual-keyboard receives a total of 0 weekly downloads. As such, my-virtual-keyboard popularity was classified as not popular.
We found that my-virtual-keyboard 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
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.