
Research
/Security News
Malicious npm Packages Target WhatsApp Developers with Remote Kill Switch
Two npm packages masquerading as WhatsApp developer libraries include a kill switch that deletes all files if the phone number isn’t whitelisted.
ngx-color-picker-angular-13
Advanced tools
> Pure Angular color picker library. (Compiled for Angular 13)
Pure Angular color picker library. (Compiled for Angular 13)
more detailed instructions can be found here
npm install @iplab/ngx-color-picker --save
Use the following snippet inside your app module:
import { ColorPickerModule } from '@iplab/ngx-color-picker';
import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
...
...
@NgModule({
imports: [
BrowserModule,
ColorPickerModule,
BrowserAnimationsModule // or use NoopAnimationsModule
],
bootstrap: [AppComponent]
})
export class AppModule {}
Use the following snippet inside your template:
<chrome-picker [(color)]="#fff"></chrome-picker>
This project was generated with Angular CLI version 8.0.0.
Angular CLI must be installed before building ngx-color-picker project.
npm install -g @angular/cli
git clone https://github.com/pIvan/ngx-color-picker.git
cd ngx-color-picker/
npm install
npm run start
Open "http://localhost:4200" in browser
We use SemVer for versioning. For the versions available, see the link to tags on this repository.
This project was generated with Angular CLI version 8.0.0.
Angular CLI must be installed before testing ngx-color-picker project.
npm install -g @angular/cli
git clone https://github.com/pIvan/ngx-color-picker.git
cd ngx-color-picker/
npm install
npm run test
Want to file a bug, contribute some code, or improve documentation? Excellent! Read up on our contributing guide and then check out one of our issues.
ngx-color-picker is freely distributable under the terms of the MIT license.
FAQs
> Pure Angular color picker library. (Compiled for Angular 13)
The npm package ngx-color-picker-angular-13 receives a total of 4 weekly downloads. As such, ngx-color-picker-angular-13 popularity was classified as not popular.
We found that ngx-color-picker-angular-13 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
Two npm packages masquerading as WhatsApp developer libraries include a kill switch that deletes all files if the phone number isn’t whitelisted.
Research
/Security News
Socket uncovered 11 malicious Go packages using obfuscated loaders to fetch and execute second-stage payloads via C2 domains.
Security News
TC39 advances 11 JavaScript proposals, with two moving to Stage 4, bringing better math, binary APIs, and more features one step closer to the ECMAScript spec.