@use-symbology-scanner/core
Advanced tools
Comparing version 1.0.1 to 1.0.2
# @use-symbology-scanner/core | ||
## 1.0.2 | ||
### Patch Changes | ||
- 0df9583: Cleanup timeouts on suffix scan. | ||
## 1.0.1 | ||
@@ -4,0 +10,0 @@ |
@@ -86,2 +86,3 @@ 'use strict'; | ||
if (matchesSuffix) { | ||
clearTimeout(this.timeout); | ||
this.evaluateSequence(); | ||
@@ -88,0 +89,0 @@ this.resetSequence(); |
@@ -86,2 +86,3 @@ 'use strict'; | ||
if (matchesSuffix) { | ||
clearTimeout(this.timeout); | ||
this.evaluateSequence(); | ||
@@ -88,0 +89,0 @@ this.resetSequence(); |
@@ -83,2 +83,3 @@ import { S as STANDARD_SYMBOLOGIES, a as STANDARD_SYMBOLOGY_KEYS, _ as _defineProperty, e as encodeKey } from './symbologies-d40d544d.esm.js'; | ||
if (matchesSuffix) { | ||
clearTimeout(this.timeout); | ||
this.evaluateSequence(); | ||
@@ -85,0 +86,0 @@ this.resetSequence(); |
{ | ||
"name": "@use-symbology-scanner/core", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"main": "dist/use-symbology-scanner-core.cjs.js", | ||
@@ -5,0 +5,0 @@ "module": "dist/use-symbology-scanner-core.esm.js", |
@@ -40,2 +40,3 @@ import { configResolver, resolveWith } from './config' | ||
if (matchesSuffix) { | ||
clearTimeout(this.timeout) | ||
this.evaluateSequence() | ||
@@ -42,0 +43,0 @@ this.resetSequence() |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
51427
1578