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

@fuel-ts/errors

Package Overview
Dependencies
Maintainers
1
Versions
2630
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fuel-ts/errors - npm Package Compare versions

Comparing version

to
0.0.0-pr-1226-20230831153237

3

dist/error-codes.d.ts

@@ -11,4 +11,5 @@ /**

INSUFFICIENT_BALANCE = "insufficient-balance",
PARSE_FAILED = "parse-failed"
PARSE_FAILED = "parse-failed",
TRANSACTION_FAILED = "transaction-failed"
}
//# sourceMappingURL=error-codes.d.ts.map

@@ -16,2 +16,3 @@ "use strict";

ErrorCode2["PARSE_FAILED"] = "parse-failed";
ErrorCode2["TRANSACTION_FAILED"] = "transaction-failed";
return ErrorCode2;

@@ -24,4 +25,4 @@ })(ErrorCode || {});

FORC: "0.44.0",
FUEL_CORE: "0.20.3",
FUELS: "0.52.0"
FUEL_CORE: "0.20.4",
FUELS: "0.54.0"
};

@@ -28,0 +29,0 @@ }

@@ -39,2 +39,3 @@ "use strict";

ErrorCode2["PARSE_FAILED"] = "parse-failed";
ErrorCode2["TRANSACTION_FAILED"] = "transaction-failed";
return ErrorCode2;

@@ -41,0 +42,0 @@ })(ErrorCode || {});

@@ -20,2 +20,3 @@ "use strict";

ErrorCode2["PARSE_FAILED"] = "parse-failed";
ErrorCode2["TRANSACTION_FAILED"] = "transaction-failed";
return ErrorCode2;

@@ -28,4 +29,4 @@ })(ErrorCode || {});

FORC: "0.44.0",
FUEL_CORE: "0.20.3",
FUELS: "0.52.0"
FUEL_CORE: "0.20.4",
FUELS: "0.54.0"
};

@@ -32,0 +33,0 @@ }

@@ -36,2 +36,3 @@ "use strict";

ErrorCode2["PARSE_FAILED"] = "parse-failed";
ErrorCode2["TRANSACTION_FAILED"] = "transaction-failed";
return ErrorCode2;

@@ -38,0 +39,0 @@ })(ErrorCode || {});

{
"name": "@fuel-ts/errors",
"version": "0.0.0-pr-1210-20230824160456",
"version": "0.0.0-pr-1226-20230831153237",
"description": "Error class and error codes that the fuels-ts library throws",

@@ -33,4 +33,4 @@ "author": "Fuel Labs <contact@fuel.sh> (https://fuel.network/)",

"dependencies": {
"@fuel-ts/utils": "0.0.0-pr-1210-20230824160456",
"@fuel-ts/versions": "0.0.0-pr-1210-20230824160456"
"@fuel-ts/utils": "0.0.0-pr-1226-20230831153237",
"@fuel-ts/versions": "0.0.0-pr-1226-20230831153237"
},

@@ -37,0 +37,0 @@ "scripts": {

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

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

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