Socket
Socket
Sign inDemoInstall

@use-symbology-scanner/core

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@use-symbology-scanner/core - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

6

CHANGELOG.md
# @use-symbology-scanner/core
## 1.0.2
### Patch Changes
- 0df9583: Cleanup timeouts on suffix scan.
## 1.0.1

@@ -4,0 +10,0 @@

1

dist/use-symbology-scanner-core.cjs.dev.js

@@ -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();

2

package.json
{
"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()

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