🚀 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.0
to
2.1.1
+15
-0
lite/esm/fuzzball_lite.esm.min.d.ts

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

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

@@ -86,2 +93,6 @@ /**

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

@@ -98,2 +109,6 @@ */

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

@@ -100,0 +115,0 @@ */

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

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