You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@wix/error-handler-types

Package Overview
Dependencies
Maintainers
28
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wix/error-handler-types - npm Package Compare versions

Comparing version

to
1.12.0

4

dist/types/types/ErrorCodesMap.d.ts

@@ -10,3 +10,3 @@ import { StatusCode } from './StatusCode';

export type ApplicationErrorsMap<TApplicationError extends ApplicationError = ApplicationError> = {
[K in NonNullable<TApplicationError['code']>]: ApplicationErrorsShowErrorMapFunction | false;
[K in NonNullable<TApplicationError['code']>]?: ApplicationErrorsShowErrorMapFunction | false;
} & {

@@ -35,3 +35,3 @@ [key: string]: ApplicationErrorsShowErrorMapFunction | false;

*/
applicationError: ApplicationErrorsMap<TApplicationError>;
applicationError?: ApplicationErrorsMap<TApplicationError>;
}

@@ -38,0 +38,0 @@ export interface ErrorCodesMapRequiredValidationError<TFieldViolation extends FieldViolationBase> extends ErrorCodesMapBase {

{
"name": "@wix/error-handler-types",
"version": "1.11.0",
"version": "1.12.0",
"license": "MIT",

@@ -118,3 +118,3 @@ "author": {

},
"falconPackageHash": "dc6789ce1fb004930868af2f572e8c15d18c6047327443cb9107bccd"
"falconPackageHash": "1b715587c4996015a7ae921e94c22e4b2f67debe38188c2fe2b53444"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet