🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

fuzzball

Package Overview
Dependencies
Maintainers
1
Versions
132
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fuzzball - npm Package Compare versions

Comparing version
2.1.1
to
2.1.2
+15
-0
dist/esm/fuzzball.esm.min.d.ts

@@ -70,2 +70,9 @@ export interface FuzzballBaseOptions {

interface AbortController {
/**
* If extract has been aborted;
*/
signal: { aborted: boolean }
}
interface CancellationToken {

@@ -94,2 +101,6 @@ /**

/**
* Track if extract has been aborted
*/
abortController?: AbortController;
/**
* Track if extract has been canceled

@@ -106,2 +117,6 @@ */

/**
* Track if extract has been aborted
*/
abortController?: AbortController;
/**
* Track if extract has been canceled;

@@ -108,0 +123,0 @@ */

+1
-1
{
"name": "fuzzball",
"version": "2.1.1",
"version": "2.1.2",
"description": "Fuzzy string matching algorithms and utilities, port of the TheFuzz Python library.",

@@ -5,0 +5,0 @@ "main": "fuzzball.js",

@@ -54,2 +54,9 @@ export interface FuzzballBaseOptions {

interface AbortController {
/**
* If extract has been aborted;
*/
signal: { aborted: boolean }
}
interface CancellationToken {

@@ -78,2 +85,6 @@ /**

/**
* Track if extract has been aborted
*/
abortController?: AbortController;
/**
* Track if extract has been canceled

@@ -90,2 +101,6 @@ */

/**
* Track if extract has been aborted
*/
abortController?: AbortController;
/**
* Track if extract has been canceled;

@@ -92,0 +107,0 @@ */