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
7
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.11 to 0.0.12

23

cjs/schemas/LPACC_EVM_BASIC.json

@@ -21,2 +21,3 @@ {

"arbitrum",
"arbitrumSepolia",
"avalanche",

@@ -73,3 +74,9 @@ "fuji",

"chilizMainnet",
"chilizTestnet"
"chilizTestnet",
"skaleTestnet",
"skale",
"fhenixHelium",
"hederaTestnet",
"bitTorrentTestnet",
"kintoTestnet"
]

@@ -108,10 +115,3 @@ },

"comparator": {
"enum": [
"contains",
"=",
">",
">=",
"<",
"<="
]
"enum": ["contains", "=", ">", ">=", "<", "<="]
},

@@ -122,6 +122,3 @@ "value": {

},
"required": [
"comparator",
"value"
],
"required": ["comparator", "value"],
"additionalProperties": false

@@ -128,0 +125,0 @@ }

@@ -21,2 +21,3 @@ {

"arbitrum",
"arbitrumSepolia",
"avalanche",

@@ -73,3 +74,9 @@ "fuji",

"chilizMainnet",
"chilizTestnet"
"chilizTestnet",
"skaleTestnet",
"skale",
"fhenixHelium",
"hederaTestnet",
"bitTorrentTestnet",
"kintoTestnet"
]

@@ -116,6 +123,3 @@ },

},
"required": [
"name",
"type"
],
"required": ["name", "type"],
"additionalProperties": false

@@ -139,6 +143,3 @@ }

},
"required": [
"name",
"type"
],
"required": ["name", "type"],
"additionalProperties": false

@@ -148,8 +149,3 @@ }

},
"required": [
"name",
"stateMutability",
"inputs",
"outputs"
],
"required": ["name", "stateMutability", "inputs", "outputs"],
"additionalProperties": false

@@ -164,10 +160,3 @@ },

"comparator": {
"enum": [
"contains",
"=",
">",
">=",
"<",
"<="
]
"enum": ["contains", "=", ">", ">=", "<", "<="]
},

@@ -178,7 +167,3 @@ "value": {

},
"required": [
"key",
"comparator",
"value"
],
"required": ["key", "comparator", "value"],
"additionalProperties": false

@@ -185,0 +170,0 @@ }

@@ -21,2 +21,3 @@ {

"arbitrum",
"arbitrumSepolia",
"avalanche",

@@ -73,3 +74,9 @@ "fuji",

"chilizMainnet",
"chilizTestnet"
"chilizTestnet",
"skaleTestnet",
"skale",
"fhenixHelium",
"hederaTestnet",
"bitTorrentTestnet",
"kintoTestnet"
]

@@ -108,10 +115,3 @@ },

"comparator": {
"enum": [
"contains",
"=",
">",
">=",
"<",
"<="
]
"enum": ["contains", "=", ">", ">=", "<", "<="]
},

@@ -122,6 +122,3 @@ "value": {

},
"required": [
"comparator",
"value"
],
"required": ["comparator", "value"],
"additionalProperties": false

@@ -128,0 +125,0 @@ }

@@ -21,2 +21,3 @@ {

"arbitrum",
"arbitrumSepolia",
"avalanche",

@@ -73,3 +74,9 @@ "fuji",

"chilizMainnet",
"chilizTestnet"
"chilizTestnet",
"skaleTestnet",
"skale",
"fhenixHelium",
"hederaTestnet",
"bitTorrentTestnet",
"kintoTestnet"
]

@@ -116,6 +123,3 @@ },

},
"required": [
"name",
"type"
],
"required": ["name", "type"],
"additionalProperties": false

@@ -139,6 +143,3 @@ }

},
"required": [
"name",
"type"
],
"required": ["name", "type"],
"additionalProperties": false

@@ -148,8 +149,3 @@ }

},
"required": [
"name",
"stateMutability",
"inputs",
"outputs"
],
"required": ["name", "stateMutability", "inputs", "outputs"],
"additionalProperties": false

@@ -164,10 +160,3 @@ },

"comparator": {
"enum": [
"contains",
"=",
">",
">=",
"<",
"<="
]
"enum": ["contains", "=", ">", ">=", "<", "<="]
},

@@ -178,7 +167,3 @@ "value": {

},
"required": [
"key",
"comparator",
"value"
],
"required": ["key", "comparator", "value"],
"additionalProperties": false

@@ -185,0 +170,0 @@ }

{
"name": "@lit-protocol/accs-schemas",
"version": "0.0.11",
"version": "0.0.12",
"license": "MIT",

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

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

contractAddress: string;
chain: 'ethereum' | 'polygon' | 'fantom' | 'xdai' | 'bsc' | 'arbitrum' | 'avalanche' | 'fuji' | 'harmony' | 'mumbai' | 'goerli' | 'cronos' | 'optimism' | 'celo' | 'aurora' | 'eluvio' | 'alfajores' | 'xdc' | 'evmos' | 'evmosTestnet' | 'bscTestnet' | 'baseGoerli' | 'baseSepolia' | 'moonbeam' | 'moonriver' | 'moonbaseAlpha' | 'filecoin' | 'hyperspace' | 'sepolia' | 'scrollAlphaTestnet' | 'scroll' | 'zksync' | 'base' | 'lukso' | 'luksoTestnet' | 'zora' | 'zoraGoerli' | 'zksyncTestnet' | 'lineaGoerli' | 'chronicleTestnet' | 'yellowstone' | 'lit' | 'chiado' | 'zkEvm' | 'mantleTestnet' | 'mantle' | 'klaytn' | 'publicGoodsNetwork' | 'optimismGoerli' | 'waevEclipseTestnet' | 'waevEclipseDevnet' | 'verifyTestnet' | 'fuse' | 'campNetwork' | 'vanar' | 'lisk' | 'chilizMainnet' | 'chilizTestnet';
chain: 'ethereum' | 'polygon' | 'fantom' | 'xdai' | 'bsc' | 'arbitrum' | 'arbitrumSepolia' | 'avalanche' | 'fuji' | 'harmony' | 'mumbai' | 'goerli' | 'cronos' | 'optimism' | 'celo' | 'aurora' | 'eluvio' | 'alfajores' | 'xdc' | 'evmos' | 'evmosTestnet' | 'bscTestnet' | 'baseGoerli' | 'baseSepolia' | 'moonbeam' | 'moonriver' | 'moonbaseAlpha' | 'filecoin' | 'hyperspace' | 'sepolia' | 'scrollAlphaTestnet' | 'scroll' | 'zksync' | 'base' | 'lukso' | 'luksoTestnet' | 'zora' | 'zoraGoerli' | 'zksyncTestnet' | 'lineaGoerli' | 'chronicleTestnet' | 'yellowstone' | 'lit' | 'chiado' | 'zkEvm' | 'mantleTestnet' | 'mantle' | 'klaytn' | 'publicGoodsNetwork' | 'optimismGoerli' | 'waevEclipseTestnet' | 'waevEclipseDevnet' | 'verifyTestnet' | 'fuse' | 'campNetwork' | 'vanar' | 'lisk' | 'chilizMainnet' | 'chilizTestnet' | 'skaleTestnet' | 'skale' | 'fhenixHelium' | 'hederaTestnet' | 'bitTorrentTestnet' | 'kintoTestnet';
standardContractType: '' | 'ERC20' | 'ERC721' | 'ERC721MetadataName' | 'ERC1155' | 'CASK' | 'Creaton' | 'POAP' | 'timestamp' | 'MolochDAOv2.1' | 'ProofOfHumanity' | 'SIWE' | 'PKPPermissions' | 'LitAction';

@@ -12,0 +12,0 @@ method: string;

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

contractAddress: string;
chain: 'ethereum' | 'polygon' | 'fantom' | 'xdai' | 'bsc' | 'arbitrum' | 'avalanche' | 'fuji' | 'harmony' | 'mumbai' | 'goerli' | 'cronos' | 'optimism' | 'celo' | 'aurora' | 'eluvio' | 'alfajores' | 'xdc' | 'evmos' | 'evmosTestnet' | 'bscTestnet' | 'baseGoerli' | 'baseSepolia' | 'moonbeam' | 'moonriver' | 'moonbaseAlpha' | 'filecoin' | 'hyperspace' | 'sepolia' | 'scrollAlphaTestnet' | 'scroll' | 'zksync' | 'base' | 'lukso' | 'luksoTestnet' | 'zora' | 'zoraGoerli' | 'zksyncTestnet' | 'lineaGoerli' | 'chronicleTestnet' | 'yellowstone' | 'lit' | 'chiado' | 'zkEvm' | 'mantleTestnet' | 'mantle' | 'klaytn' | 'publicGoodsNetwork' | 'optimismGoerli' | 'waevEclipseTestnet' | 'waevEclipseDevnet' | 'verifyTestnet' | 'fuse' | 'campNetwork' | 'vanar' | 'lisk' | 'chilizMainnet' | 'chilizTestnet';
chain: 'ethereum' | 'polygon' | 'fantom' | 'xdai' | 'bsc' | 'arbitrum' | 'arbitrumSepolia' | 'avalanche' | 'fuji' | 'harmony' | 'mumbai' | 'goerli' | 'cronos' | 'optimism' | 'celo' | 'aurora' | 'eluvio' | 'alfajores' | 'xdc' | 'evmos' | 'evmosTestnet' | 'bscTestnet' | 'baseGoerli' | 'baseSepolia' | 'moonbeam' | 'moonriver' | 'moonbaseAlpha' | 'filecoin' | 'hyperspace' | 'sepolia' | 'scrollAlphaTestnet' | 'scroll' | 'zksync' | 'base' | 'lukso' | 'luksoTestnet' | 'zora' | 'zoraGoerli' | 'zksyncTestnet' | 'lineaGoerli' | 'chronicleTestnet' | 'yellowstone' | 'lit' | 'chiado' | 'zkEvm' | 'mantleTestnet' | 'mantle' | 'klaytn' | 'publicGoodsNetwork' | 'optimismGoerli' | 'waevEclipseTestnet' | 'waevEclipseDevnet' | 'verifyTestnet' | 'fuse' | 'campNetwork' | 'vanar' | 'lisk' | 'chilizMainnet' | 'chilizTestnet' | 'skaleTestnet' | 'skale' | 'fhenixHelium' | 'hederaTestnet' | 'bitTorrentTestnet' | 'kintoTestnet';
functionName: string;

@@ -12,0 +12,0 @@ functionParams: 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