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

@subql/types-cosmos

Package Overview
Dependencies
Maintainers
0
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@subql/types-cosmos - npm Package Compare versions

Comparing version 3.5.1 to 3.5.2-0

8

dist/project.d.ts

@@ -50,2 +50,8 @@ import { CosmWasmClient } from '@cosmjs/cosmwasm-stargate';

};
type CosmosRuntimeFilterMap = {
[CosmosHandlerKind.Block]: CosmosBlockFilter;
[CosmosHandlerKind.Transaction]: CosmosTxFilter;
[CosmosHandlerKind.Message]: CosmosMessageFilter;
[CosmosHandlerKind.Event]: CosmosEventFilter;
};
/**

@@ -293,3 +299,3 @@ * Represents a Cosmos subquery network configuration, which is based on the CommonSubqueryNetworkConfig template.

export type SecondLayerHandlerProcessor<K extends CosmosHandlerKind, F extends Record<string, unknown>, // EthereumRuntimeFilterMap?
E, DS extends CosmosCustomDatasource = CosmosCustomDatasource> = SecondLayerHandlerProcessor_0_0_0<CosmosRuntimeHandlerInputMap, K, F, E, DS, CosmWasmClient> | (SecondLayerHandlerProcessor_1_0_0<CosmosRuntimeHandlerInputMap, K, F, E, DS, CosmWasmClient> & {
E, DS extends CosmosCustomDatasource = CosmosCustomDatasource> = SecondLayerHandlerProcessor_0_0_0<K, CosmosRuntimeHandlerInputMap, CosmosRuntimeFilterMap, F, E, DS, CosmWasmClient> | (SecondLayerHandlerProcessor_1_0_0<K, CosmosRuntimeHandlerInputMap, CosmosRuntimeFilterMap, F, E, DS, CosmWasmClient> & {
filterProcessor: (params: {

@@ -296,0 +302,0 @@ filter: F | undefined;

7

package.json
{
"name": "@subql/types-cosmos",
"version": "3.5.1",
"version": "3.5.2-0",
"description": "",

@@ -22,4 +22,5 @@ "homepage": "https://github.com/subquery/subql-cosmos",

"@cosmjs/stargate": "^0.32.4",
"@subql/types-core": "^0.10.0"
}
"@subql/types-core": "^1.1.1"
},
"stableVersion": "3.5.1"
}

Sorry, the diff of this file is not supported yet

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