@liquality/errors
Advanced tools
Comparing version 1.13.10 to 2.0.0
@@ -325,1 +325,52 @@ /// <reference types="node" /> | ||
}; | ||
export declare const ReplaceFeeInsufficientError: { | ||
new (message: string, props?: any): { | ||
[key: string]: any; | ||
name: string; | ||
message: string; | ||
stack?: string; | ||
}; | ||
new (props: any): { | ||
[key: string]: any; | ||
name: string; | ||
message: string; | ||
stack?: string; | ||
}; | ||
captureStackTrace(targetObject: object, constructorOpt?: Function): void; | ||
prepareStackTrace?: (err: Error, stackTraces: NodeJS.CallSite[]) => any; | ||
stackTraceLimit: number; | ||
}; | ||
export declare const InvalidSwapParamsError: { | ||
new (message: string, props?: any): { | ||
[key: string]: any; | ||
name: string; | ||
message: string; | ||
stack?: string; | ||
}; | ||
new (props: any): { | ||
[key: string]: any; | ||
name: string; | ||
message: string; | ||
stack?: string; | ||
}; | ||
captureStackTrace(targetObject: object, constructorOpt?: Function): void; | ||
prepareStackTrace?: (err: Error, stackTraces: NodeJS.CallSite[]) => any; | ||
stackTraceLimit: number; | ||
}; | ||
export declare const InvalidValueError: { | ||
new (message: string, props?: any): { | ||
[key: string]: any; | ||
name: string; | ||
message: string; | ||
stack?: string; | ||
}; | ||
new (props: any): { | ||
[key: string]: any; | ||
name: string; | ||
message: string; | ||
stack?: string; | ||
}; | ||
captureStackTrace(targetObject: object, constructorOpt?: Function): void; | ||
prepareStackTrace?: (err: Error, stackTraces: NodeJS.CallSite[]) => any; | ||
stackTraceLimit: number; | ||
}; |
{ | ||
"name": "@liquality/errors", | ||
"version": "1.13.10", | ||
"description": "", | ||
"module": "dist/index.js", | ||
"main": "dist/index.js", | ||
"types": "dist/lib/index.d.ts", | ||
"directories": { | ||
"dist": "dist", | ||
"src": "lib" | ||
}, | ||
"version": "2.0.0", | ||
"description": "> TODO: description", | ||
"author": "Liquality <info@liquality.io>", | ||
"homepage": "", | ||
"license": "ISC", | ||
"main": "./dist/lib/index.js", | ||
"types": "./dist/lib/index.d.ts", | ||
"files": [ | ||
"dist", | ||
"lib" | ||
"dist/**" | ||
], | ||
"scripts": { | ||
"build": "webpack --config ../../webpack/webpack.config.js" | ||
"build": "tsc", | ||
"clean": "rm -rf node_modules .turbo dist" | ||
}, | ||
"author": "Liquality <info@liquality.io>", | ||
"license": "MIT", | ||
"engines": { | ||
"node": ">=14" | ||
}, | ||
"dependencies": { | ||
"@types/standard-error": "^1.1.0", | ||
"standard-error": "^1.1.0" | ||
}, | ||
"homepage": "https://github.com/liquality/chainabstractionlayer#readme", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/liquality/chainabstractionlayer.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/liquality/chainabstractionlayer/issues" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"sideEffects": false, | ||
"gitHead": "90b8d89a8cba587e5680a37c63d64510ce52a140" | ||
} | ||
"devDependencies": { | ||
"@types/standard-error": "^1.1.0" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
1
432
16688
1
4
1
2
0
1
- Removed@types/standard-error@^1.1.0
- Removed@types/standard-error@1.1.2(transitive)