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

@meteorwallet/utils

Package Overview
Dependencies
Maintainers
0
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@meteorwallet/utils - npm Package Compare versions

Comparing version

to
1.2.0-0

5

dist/esm/execution_flow/errorOrResult.d.ts

@@ -1,3 +0,3 @@

type TErrorOrResult<T> = [null, T] | [Error, null];
type TErrorOrResultObj<T> = {
export type TErrorOrResult<T> = [null, T] | [Error, null];
export type TErrorOrResultObj<T> = {
error: Error;

@@ -11,3 +11,2 @@ result: null;

export declare function eorObj<T, R = T extends Promise<infer I> ? Promise<TErrorOrResultObj<I>> : TErrorOrResultObj<T>>(func: () => T): R;
export {};
//# sourceMappingURL=errorOrResult.d.ts.map

2

package.json
{
"name": "@meteorwallet/utils",
"version": "1.1.0-0",
"version": "1.2.0-0",
"description": "Utility functions used in Meteor Wallet",

@@ -5,0 +5,0 @@ "type": "module",

Sorry, the diff of this file is not supported yet