New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@thrall/async-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

@thrall/async-chain - npm Package Compare versions

Comparing version

to
1.0.3

4

index.d.ts

@@ -10,2 +10,6 @@ export function chain(target = global, strict = false);

): Promise;
catch<X>(
onrejected?: ((reason: any) => X | PromiseLike<X> | null | undefined)
): Promise;
}

2

package.json
{
"name": "@thrall/async-chain",
"version": "1.0.2",
"version": "1.0.3",
"description": "Chain asynchronous methods with await.",

@@ -5,0 +5,0 @@ "keywords": [