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
2
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 2.2.2-1 to 2.2.2-2

5

dist/project.d.ts

@@ -7,3 +7,3 @@ import { CosmWasmClient } from '@cosmjs/cosmwasm-stargate';

export type CustomDatasourceTemplate = BaseTemplateDataSource<SubqlCosmosCustomDatasource>;
export type CosmosProjectManifestV1_0_0 = ProjectManifestV1_0_0<SubqlCosmosRuntimeDatasource | SubqlCosmosCustomDatasource>;
export type CosmosProjectManifestV1_0_0 = ProjectManifestV1_0_0<SubqlCosmosRuntimeDatasource | SubqlCosmosCustomDatasource, RuntimeDatasourceTemplate | CustomDatasourceTemplate, CosmosNetworkConfig>;
export interface CustomModule extends FileReference {

@@ -17,2 +17,3 @@ /**

}
export type CosmosChainTypes = Map<string, CustomModule>;
export type CustomDataSourceAsset = FileReference;

@@ -79,3 +80,3 @@ export declare enum SubqlCosmosDatasourceKind {

* */
chainTypes?: Map<string, CustomModule>;
chainTypes?: CosmosChainTypes;
};

@@ -82,0 +83,0 @@ export type SubqlCosmosBlockFilter = BlockFilter;

4

package.json
{
"name": "@subql/types-cosmos",
"version": "2.2.2-1",
"version": "2.2.2-2",
"description": "",

@@ -23,3 +23,3 @@ "homepage": "https://github.com/subquery/subql",

},
"stableVersion": "2.2.2-0"
"stableVersion": "2.2.2-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