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

@lit-protocol/accs-schemas

Package Overview
Dependencies
Maintainers
0
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lit-protocol/accs-schemas - npm Package Compare versions

Comparing version 0.0.8 to 0.0.9

2

cjs/schemas/LPACC_ATOM.json

@@ -14,3 +14,3 @@ {

"chain": {
"enum": ["cosmos", "kyve", "evmosCosmos", "evmosCosmosTestnet"]
"enum": ["cosmos", "kyve", "evmosCosmos", "evmosCosmosTestnet", "cheqdMainnet", "cheqdTestnet", "juno"]
},

@@ -17,0 +17,0 @@ "method": {

@@ -14,3 +14,3 @@ {

"chain": {
"enum": ["cosmos", "kyve", "evmosCosmos", "evmosCosmosTestnet"]
"enum": ["cosmos", "kyve", "evmosCosmos", "evmosCosmosTestnet", "cheqdMainnet", "cheqdTestnet", "juno"]
},

@@ -17,0 +17,0 @@ "method": {

{
"name": "@lit-protocol/accs-schemas",
"version": "0.0.8",
"version": "0.0.9",
"license": "MIT",

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

@@ -9,3 +9,3 @@ /**

path: string;
chain: 'cosmos' | 'kyve' | 'evmosCosmos' | 'evmosCosmosTestnet';
chain: 'cosmos' | 'kyve' | 'evmosCosmos' | 'evmosCosmosTestnet' | 'cheqdMainnet' | 'cheqdTestnet' | 'juno';
method?: string;

@@ -12,0 +12,0 @@ parameters?: string[];

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