Socket
Socket
Sign inDemoInstall

@ethersproject/transactions

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ethersproject/transactions - npm Package Compare versions

Comparing version 5.6.0 to 5.6.1

2

lib.esm/_version.d.ts

@@ -1,2 +0,2 @@

export declare const version = "transactions/5.6.0";
export declare const version = "transactions/5.6.1";
//# sourceMappingURL=_version.d.ts.map

@@ -1,2 +0,2 @@

export const version = "transactions/5.6.0";
export const version = "transactions/5.6.1";
//# sourceMappingURL=_version.js.map

@@ -254,5 +254,3 @@ "use strict";

}
catch (error) {
console.log(error);
}
catch (error) { }
}

@@ -334,3 +332,3 @@ function _parseEip1559(payload) {

catch (error) {
console.log(error);
// @TODO: What makes snese to do? The v is too big
return tx;

@@ -363,5 +361,3 @@ }

}
catch (error) {
console.log(error);
}
catch (error) { }
tx.hash = keccak256(rawTransaction);

@@ -368,0 +364,0 @@ }

@@ -1,2 +0,2 @@

export declare const version = "transactions/5.6.0";
export declare const version = "transactions/5.6.1";
//# sourceMappingURL=_version.d.ts.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.version = void 0;
exports.version = "transactions/5.6.0";
exports.version = "transactions/5.6.1";
//# sourceMappingURL=_version.js.map

@@ -280,5 +280,3 @@ "use strict";

}
catch (error) {
console.log(error);
}
catch (error) { }
}

@@ -360,3 +358,3 @@ function _parseEip1559(payload) {

catch (error) {
console.log(error);
// @TODO: What makes snese to do? The v is too big
return tx;

@@ -389,5 +387,3 @@ }

}
catch (error) {
console.log(error);
}
catch (error) { }
tx.hash = (0, keccak256_1.keccak256)(rawTransaction);

@@ -394,0 +390,0 @@ }

@@ -26,3 +26,3 @@ {

],
"gitHead": "b8cda5dffdcb688e38d7c6a0aec4c7b8b59c1af5",
"gitHead": "cf7d9da290639b2b6553df9ad027951c78272198",
"keywords": [

@@ -48,5 +48,5 @@ "Ethereum",

"sideEffects": false,
"tarballHash": "0x33ab660469cbf8c00155842395e7bf224c3a8e6e3334a7ec73901e49b2b19594",
"tarballHash": "0x1cbfb64ca96f72ecc9f451c12c11427f0bf62ed4d42194a501698b7569d9c3c1",
"types": "./lib/index.d.ts",
"version": "5.6.0"
"version": "5.6.1"
}

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

export const version = "transactions/5.6.0";
export const version = "transactions/5.6.1";

@@ -345,5 +345,3 @@ "use strict";

tx.from = recoverAddress(digest, { r: tx.r, s: tx.s, recoveryParam: tx.v });
} catch (error) {
console.log(error);
}
} catch (error) { }
}

@@ -438,3 +436,3 @@

} catch (error) {
console.log(error);
// @TODO: What makes snese to do? The v is too big
return tx;

@@ -471,5 +469,3 @@ }

tx.from = recoverAddress(digest, { r: hexlify(tx.r), s: hexlify(tx.s), recoveryParam: recoveryParam });
} catch (error) {
console.log(error);
}
} catch (error) { }

@@ -476,0 +472,0 @@ tx.hash = keccak256(rawTransaction);

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

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