@eisberg-labs/ngx-barcode-scanner
Advanced tools
Comparing version 3.0.1 to 4.0.0
@@ -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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
84426
19
0
647
94
+ Added@angular/common@14.3.0(transitive)
+ Added@angular/core@14.3.0(transitive)
+ Added@ericblade/quagga2@1.8.4(transitive)
+ Addedfsevents@2.3.3(transitive)
+ Addedgl-matrix@3.4.3(transitive)
+ Addedzone.js@0.12.0(transitive)
- Removed@angular/common@13.4.0(transitive)
- Removed@angular/core@13.4.0(transitive)
- Removed@ericblade/quagga2@1.4.2(transitive)
- Removedgl-mat2@1.0.1(transitive)
- Removedgl-vec2@1.3.0(transitive)
- Removedgl-vec3@1.1.3(transitive)
- Removedzone.js@0.11.8(transitive)
Updated@ericblade/quagga2@^1.7.7