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

@metamask/eth-sig-util

Package Overview
Dependencies
Maintainers
9
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@metamask/eth-sig-util - npm Package Compare versions

Comparing version 8.1.2 to 8.2.0

dist/sign-eip7702-authorization.d.ts

1

dist/index.d.ts
export * from './personal-sign';
export * from './sign-typed-data';
export * from './encryption';
export * from './sign-eip7702-authorization';
export { concatSig, normalize } from './utils';

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

__exportStar(require("./encryption"), exports);
__exportStar(require("./sign-eip7702-authorization"), exports);
var utils_1 = require("./utils");

@@ -23,0 +24,0 @@ Object.defineProperty(exports, "concatSig", { enumerable: true, get: function () { return utils_1.concatSig; } });

3

package.json
{
"name": "@metamask/eth-sig-util",
"version": "8.1.2",
"version": "8.2.0",
"description": "A few useful functions for signing ethereum data",

@@ -47,2 +47,3 @@ "keywords": [

"dependencies": {
"@ethereumjs/rlp": "^4.0.1",
"@ethereumjs/util": "^8.1.0",

@@ -49,0 +50,0 @@ "@metamask/abi-utils": "^3.0.0",

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