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

@0xsquid/squid-types

Package Overview
Dependencies
Maintainers
2
Versions
130
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@0xsquid/squid-types - npm Package Compare versions

Comparing version 0.1.34 to 0.1.35

6

dist/bridges/index.d.ts

@@ -5,3 +5,4 @@ export declare enum BridgeType {

CCTP = "cctp",
NOBLE_CCTP = "noble-cctp"
NOBLE_CCTP = "noble-cctp",
IBC = "ibc"
}

@@ -11,4 +12,5 @@ export declare enum BridgeProvider {

CCTP = "cctp",
NOBLE_CCTP = "noble-cctp"
NOBLE_CCTP = "noble-cctp",
IBC = "ibc"
}
export type BridgeConfig = Record<string, string>;

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

BridgeType["NOBLE_CCTP"] = "noble-cctp";
BridgeType["IBC"] = "ibc";
})(BridgeType = exports.BridgeType || (exports.BridgeType = {}));

@@ -17,3 +18,4 @@ var BridgeProvider;

BridgeProvider["NOBLE_CCTP"] = "noble-cctp";
BridgeProvider["IBC"] = "ibc";
})(BridgeProvider = exports.BridgeProvider || (exports.BridgeProvider = {}));
//# sourceMappingURL=index.js.map
{
"name": "@0xsquid/squid-types",
"version": "0.1.34",
"version": "0.1.35",
"description": "JS and TS types relating to 0xsquid related projects.",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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