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

@layerzerolabs/devtools

Package Overview
Dependencies
Maintainers
1
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@layerzerolabs/devtools - npm Package Compare versions

Comparing version 0.3.1 to 0.3.2

2

dist/index.d.ts

@@ -58,3 +58,3 @@ import { EndpointId } from '@layerzerolabs/lz-definitions';

type GetMandatoryKeys<T> = {
[P in keyof T]: T[P] extends Exclude<T[P], NonNullable<unknown> | null> ? never : P;
[P in keyof T]: T[P] extends Exclude<T[P], NonNullable<unknown> | null> ? never : undefined extends T[P] ? never : P;
}[keyof T];

@@ -61,0 +61,0 @@ /**

{
"name": "@layerzerolabs/devtools",
"version": "0.3.1",
"version": "0.3.2",
"description": "Core utilities for working with LayerZero on-chain infrastructure",

@@ -5,0 +5,0 @@ "repository": {

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