New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ngx-barcode6

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ngx-barcode6 - npm Package Compare versions

Comparing version 1.0.20 to 1.0.21

index.d.ts

2

lib/ngx-barcode6.component.d.ts

@@ -33,3 +33,3 @@ import { OnChanges, Renderer2, ElementRef, AfterViewInit } from '@angular/core';

static ɵfac: i0.ɵɵFactoryDeclaration<NgxBarcode6Component, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<NgxBarcode6Component, "ngx-barcode6", never, { "elementType": "bc-element-type"; "cssClass": "bc-class"; "format": "bc-format"; "lineColor": "bc-line-color"; "width": "bc-width"; "height": "bc-height"; "displayValue": "bc-display-value"; "fontOptions": "bc-font-options"; "font": "bc-font"; "textAlign": "bc-text-align"; "textPosition": "bc-text-position"; "textMargin": "bc-text-margin"; "fontSize": "bc-font-size"; "background": "bc-background"; "margin": "bc-margin"; "marginTop": "bc-margin-top"; "marginBottom": "bc-margin-bottom"; "marginLeft": "bc-margin-left"; "marginRight": "bc-margin-right"; "value": "bc-value"; "valid": "bc-valid"; }, {}, never, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<NgxBarcode6Component, "ngx-barcode6", never, { "elementType": "bc-element-type"; "cssClass": "bc-class"; "format": "bc-format"; "lineColor": "bc-line-color"; "width": "bc-width"; "height": "bc-height"; "displayValue": "bc-display-value"; "fontOptions": "bc-font-options"; "font": "bc-font"; "textAlign": "bc-text-align"; "textPosition": "bc-text-position"; "textMargin": "bc-text-margin"; "fontSize": "bc-font-size"; "background": "bc-background"; "margin": "bc-margin"; "marginTop": "bc-margin-top"; "marginBottom": "bc-margin-bottom"; "marginLeft": "bc-margin-left"; "marginRight": "bc-margin-right"; "value": "bc-value"; "valid": "bc-valid"; }, {}, never, never, false>;
}
{
"name": "ngx-barcode6",
"version": "1.0.20",
"description": "An angular component for Angular 9 - 13 for creating 1-D barcodes based on Lindell's JsBarcode",
"version": "1.0.21",
"description": "An angular component for Angular 9 - 14 for creating 1-D barcodes based on Lindell's JsBarcode",
"homepage": "https://github.com/efgiese/ngx-barcode6#readme",

@@ -18,2 +18,3 @@ "repository": {

"Angular13",
"Angular14",
"barcode",

@@ -27,4 +28,4 @@ "jsbarcode"

"peerDependencies": {
"@angular/common": ">=9.0.0 <14.0.0",
"@angular/core": ">=9.0.0 <14.0.0",
"@angular/common": ">=9.0.0 <15.0.0",
"@angular/core": ">=9.0.0 <15.0.0",
"jsbarcode": "^3.11.5"

@@ -40,3 +41,3 @@ },

"fesm2015": "fesm2015/ngx-barcode6.mjs",
"typings": "ngx-barcode6.d.ts",
"typings": "index.d.ts",
"exports": {

@@ -47,3 +48,3 @@ "./package.json": {

".": {
"types": "./ngx-barcode6.d.ts",
"types": "./index.d.ts",
"esm2020": "./esm2020/ngx-barcode6.mjs",

@@ -50,0 +51,0 @@ "es2020": "./fesm2020/ngx-barcode6.mjs",

# ngx-barcode6
An angular component for Angular 9 - 13 for creating 1-D barcodes based on [Lindell's JsBarcode](https://github.com/lindell/JsBarcode).
An angular component for Angular 9 - 14 for creating 1-D barcodes based on [Lindell's JsBarcode](https://github.com/lindell/JsBarcode).

@@ -5,0 +5,0 @@ This is forked from [yobryon/ngx-barcode](https://github.com/yobryon/ngx-barcode) and upgraded to Angular 6 works on Angular 13.x.

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc