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

@eisberg-labs/ngx-barcode-scanner

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eisberg-labs/ngx-barcode-scanner - npm Package Compare versions

Comparing version 3.0.1 to 4.0.0

index.d.ts

2

lib/ngx-barcode-scanner.component.d.ts

@@ -19,3 +19,3 @@ import { EventEmitter, OnDestroy, OnInit } from '@angular/core';

static ɵfac: i0.ɵɵFactoryDeclaration<NgxBarcodeScannerComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<NgxBarcodeScannerComponent, "ngx-barcode-scanner", never, { "codes": "codes"; "config": "config"; "errorThreshold": "errorThreshold"; "value": "value"; }, { "valueChange": "valueChange"; "exception": "exception"; }, never, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<NgxBarcodeScannerComponent, "ngx-barcode-scanner", never, { "codes": "codes"; "config": "config"; "errorThreshold": "errorThreshold"; "value": "value"; }, { "valueChange": "valueChange"; "exception": "exception"; }, never, never, false>;
}
{
"name": "@eisberg-labs/ngx-barcode-scanner",
"version": "3.0.1",
"version": "4.0.0",
"private": false,
"peerDependencies": {
"@angular/common": "^14.2.0",
"@angular/core": "^14.2.0"
},
"dependencies": {
"@ericblade/quagga2": "1.4.2",
"@ericblade/quagga2": "^1.7.7",
"tslib": "^2.3.0"
},
"peerDependencies": {
"@angular/common": "^13.0.1",
"@angular/core": "^13.0.1"
},
"author": "Eisberg Labs <ana@eisberg-labs.com> (https://www.eisberg-labs.com)",
"author": "Ana Bujan - Eisberg Labs <ana@eisberg-labs.com> (https://www.eisberg-labs.com)",
"repository": {
"type": "git",
"url": "git+https://github.com/eisberg-labs/ngx-barcode-scanner.git"
"url": "git+https://github.com/eisberg-labs/angular-components.git"
},
"bugs": {
"url": "https://github.com/eisberg-labs/ngx-barcode-scanner/issues"
"url": "https://github.com/eisberg-labs/angular-components/issues"
},
"homepage": "https://github.com/eisberg-labs/ngx-barcode-scanner",
"homepage": "https://github.com/eisberg-labs/angular-components",
"description": "Angular 9+ barcode scanner component using Quagga",

@@ -37,3 +37,3 @@ "keywords": [

"fesm2015": "fesm2015/eisberg-labs-ngx-barcode-scanner.mjs",
"typings": "eisberg-labs-ngx-barcode-scanner.d.ts",
"typings": "index.d.ts",
"exports": {

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

".": {
"types": "./eisberg-labs-ngx-barcode-scanner.d.ts",
"types": "./index.d.ts",
"esm2020": "./esm2020/eisberg-labs-ngx-barcode-scanner.mjs",

@@ -47,0 +47,0 @@ "es2020": "./fesm2020/eisberg-labs-ngx-barcode-scanner.mjs",

@@ -1,16 +0,13 @@

[![Downloads](http://img.shields.io/npm/dm/@eisberg-labs/ngx-barcode-scanner.svg)](https://npmjs.org/package/@eisberg-labs/ngx-barcode-scanner)
![Build status](https://github.com/eisberg-labs/ngx-barcode-scanner/actions/workflows/ci.yml/badge.svg)
## [ngx-barcode-scanner](https://github.com/eisberg-labs/ngx-barcode-scanner)
# Ngx Barcode Scanner
> Angular 9+ Barcode scanner using [Quagga](https://github.com/ericblade/quagga2).
Angular 9+ Barcode scanner using [Quagga](https://github.com/ericblade/quagga2).
This project was generated with [Ngx Lib Starter](https://github.com/eisberg-labs/ngx-lib-starter) version 0.0.1.
If you 👍 this project, consider giving it a ★, thanks! 🙌
If you 👍 or use this project, consider giving it a ★, thanks! 🙌
## Installation
```sh
$ npm install @eisberg-labs/ngx-barcode-scanner --save
# Installation
```bash
npm install @eisberg-labs/ngx-barcode-scanner --save
```
## Usage

@@ -72,5 +69,7 @@ First import to your module:

# Demo
[View Demo and Documentation](https://www.amarjanica.com/projects/angular-components/documentation/ngx-barcode-scanner/Readme.html)
Supported API
---
# Api
### Properties

@@ -91,14 +90,6 @@

exception | EventEmitter | any | optional | Error events
## Demo
[Try the Demo in StackBlitz](https://stackblitz.com/edit/ngx-barcode-scanner-demo)
## For Maintainers
### Releasing a new version
- Dry run
```cd projects/ngx-barcode-scanner && npx release-it minor --ci --dry-run --no-git.requireUpstream```
- Actual run
```cd projects/ngx-barcode-scanner && npx release-it minor --ci```
- When a new tag is pushed, release workflow should pick it up and publish to npm
# License
## License
MIT © [Eisberg Labs](http://www.eisberg-labs.com)
MIT © [Eisberg Labs](https://www.eisberg-labs.com)

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

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