Socket
Socket
Sign inDemoInstall

@wormhole-foundation/sdk-definitions

Package Overview
Dependencies
Maintainers
4
Versions
239
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wormhole-foundation/sdk-definitions - npm Package Compare versions

Comparing version 0.1.7-beta.1 to 0.1.7-beta.2

2

dist/cjs/protocols/cctp.js

@@ -30,3 +30,3 @@ "use strict";

const msg = (0, sdk_base_1.deserializeLayout)(exports.circleMessageLayout, data);
const messsageHash = sdk_base_1.encoding.hex.encode((0, utils_1.keccak256)(data));
const messsageHash = sdk_base_1.encoding.hex.encode((0, utils_1.keccak256)(data), true);
return [msg, messsageHash];

@@ -33,0 +33,0 @@ };

@@ -27,3 +27,3 @@ import { deserializeLayout, encoding, } from "@wormhole-foundation/sdk-base";

const msg = deserializeLayout(circleMessageLayout, data);
const messsageHash = encoding.hex.encode(keccak256(data));
const messsageHash = encoding.hex.encode(keccak256(data), true);
return [msg, messsageHash];

@@ -30,0 +30,0 @@ };

{
"name": "@wormhole-foundation/sdk-definitions",
"version": "0.1.7-beta.1",
"version": "0.1.7-beta.2",
"repository": {

@@ -5,0 +5,0 @@ "type": "git",

@@ -43,3 +43,3 @@ import {

const msg = deserializeLayout(circleMessageLayout, data);
const messsageHash = encoding.hex.encode(keccak256(data));
const messsageHash = encoding.hex.encode(keccak256(data), true);
return [msg, messsageHash];

@@ -46,0 +46,0 @@ };

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