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

@anchor-protocol/crossanchor-sdk

Package Overview
Dependencies
Maintainers
5
Versions
104
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@anchor-protocol/crossanchor-sdk - npm Package Compare versions

Comparing version 0.1.2-alpha.25 to 0.1.2-alpha.26

2

lib/cjs/crossanchor/base/wormhole/vaa.js

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

// the browsers version of Buffer doesnt support readBigUInt64BE
const sequence = new big_js_1.default((buffer.readUInt32BE(buffer.length - 8) >> 32) |
const sequence = new big_js_1.default((buffer.readUInt32BE(buffer.length - 8) << 32) |
buffer.readUInt32BE(buffer.length - 4));

@@ -37,0 +37,0 @@ return Number(sequence);

@@ -27,3 +27,3 @@ import Big from "big.js";

// the browsers version of Buffer doesnt support readBigUInt64BE
const sequence = new Big((buffer.readUInt32BE(buffer.length - 8) >> 32) |
const sequence = new Big((buffer.readUInt32BE(buffer.length - 8) << 32) |
buffer.readUInt32BE(buffer.length - 4));

@@ -30,0 +30,0 @@ return Number(sequence);

{
"name": "@anchor-protocol/crossanchor-sdk",
"version": "0.1.2-alpha.25",
"version": "0.1.2-alpha.26",
"license": "Apache-2.0",

@@ -5,0 +5,0 @@ "types": "./lib/esm/index.d.ts",

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