Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@liquality/errors

Package Overview
Dependencies
Maintainers
8
Versions
196
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@liquality/errors - npm Package Compare versions

Comparing version 1.13.10 to 2.0.0

dist/lib/index.js

51

dist/lib/index.d.ts

@@ -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;
};

46

package.json
{
"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"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc