Security News
Input Validation Vulnerabilities Dominate MITRE's 2024 CWE Top 25 List
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
ngx-ivy-barcode
Advanced tools
Angular v14+ component for creating 1-D barcodes based on Lindell's JsBarcode. Repackaged and updated version of ngx-barcode.
ngx-barcode repackaged and updated for Angular v9+ using the Angular CLI
This repository is a repackaged and updated version of ngx-barcode.
import
statementsInstall via
npm i --save ngx-ivy-barcode
An angular component for Angular 14+ for creating 1-D barcodes based on Lindell's JsBarcode.
This is an updated and repackaged version of the original ngx-barcode. We have repackaged using the angular cli and angular v9.
ng update
Compatible with original ngx-barcode(just change imports)
Repackaged using angular cli and updated to support angular v9
supports all barcode formats provided by JsBarcode
To use ngx-barcode in your project, install it via npm:
$ npm install --save ngx-ivy-barcode
Import the NgxBarcodeModule into your desired module:
import { BrowserModule } from '@angular/platform-browser'
import { NgModule } from '@angular/core'
import { AppComponent } from './app.component'
// Import ngx-ivy-barcode module
import { NgxBarcodeModule } from 'ngx-ivy-barcode'
@NgModule({
declarations: [AppComponent],
imports: [BrowserModule, NgxBarcodeModule],
providers: [],
bootstrap: [AppComponent],
})
export class AppModule {}
Once the library is imported, you can use the ngx-barcode component in your Angular application:
<!-- Adding a barcode in app.component.html -->
<h1>
{{title}}
</h1>
<ngx-barcode [bc-value]="value" [bc-display-value]="true"></ngx-barcode>
To build the ngx-ivy-barcode
library using the angular cli use the following command.
npm run build
To build and publish a new version run the following script.
./build-prod-publish.sh
We do not maintain a demo of this new version however you can look at the original project's demo page to get an idea of what this does.
Basic demo.
MIT © Bryon Williams
FAQs
Angular v14+ component for creating 1-D barcodes based on Lindell's JsBarcode. Repackaged and updated version of ngx-barcode.
The npm package ngx-ivy-barcode receives a total of 68 weekly downloads. As such, ngx-ivy-barcode popularity was classified as not popular.
We found that ngx-ivy-barcode 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
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.
Research
Security News
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.