🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

abortcontroller-chain

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

abortcontroller-chain - npm Package Compare versions

Comparing version

to
2.0.2

24

package.json
{
"name": "abortcontroller-chain",
"version": "2.0.1",
"version": "2.0.2",
"description": "Simple utility to chain an AbortController to one or more AbortSignals.",

@@ -44,16 +44,16 @@ "keywords": [

"@tsconfig/node14": "1.0.3",
"@types/jest": "29.2.2",
"@types/node": "16.18.3",
"@typescript-eslint/eslint-plugin": "5.42.1",
"@typescript-eslint/parser": "5.42.1",
"eslint": "8.27.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-jest": "27.1.4",
"eslint-plugin-unicorn": "44.0.2",
"@types/jest": "29.2.5",
"@types/node": "16.18.11",
"@typescript-eslint/eslint-plugin": "5.48.2",
"@typescript-eslint/parser": "5.48.2",
"eslint": "8.32.0",
"eslint-config-prettier": "8.6.0",
"eslint-plugin-jest": "27.1.7",
"eslint-plugin-unicorn": "45.0.2",
"jest": "29.3.1",
"jest-environment-jsdom": "29.3.1",
"prettier": "2.7.1",
"prettier": "2.8.3",
"scripty": "2.1.1",
"ts-jest": "29.0.3",
"typescript": "4.8.4"
"ts-jest": "29.0.5",
"typescript": "4.9.4"
},

@@ -60,0 +60,0 @@ "scripts": {

# Chain an `AbortController` to multiple `AbortSignals`
[![npm](https://img.shields.io/npm/v/abortcontroller-chain)](https://www.npmjs.com/package/abortcontroller-chain)
[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/kyle-johnson/abortcontroller-utils/CI)](https://github.com/kyle-johnson/abortcontroller-utils/actions)
[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/kyle-johnson/abortcontroller-utils/main.yml?branch=main)](https://github.com/kyle-johnson/abortcontroller-utils/actions)
[![license](https://img.shields.io/npm/l/abortcontroller-chain)](https://github.com/kyle-johnson/abortcontroller-utils/blob/main/packages/chain/LICENSE)

@@ -6,0 +6,0 @@ [![Codecov](https://img.shields.io/codecov/c/github/kyle-johnson/abortcontroller-utils?flag=chain&label=coverage)](https://app.codecov.io/gh/kyle-johnson/abortcontroller-utils/)