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

@cosmology/types

Package Overview
Dependencies
Maintainers
2
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cosmology/types - npm Package Compare versions

Comparing version 0.42.0 to 0.42.2

3

main/telescope.js

@@ -93,3 +93,4 @@ "use strict";

},
useLegacyInlineEncoding: true
// TODO:: set default value here after v1.0
// useLegacyInlineEncoding: true
},

@@ -96,0 +97,0 @@ lcdClients: {

{
"name": "@cosmology/types",
"version": "0.42.0",
"version": "0.42.2",
"description": "Telescope types",

@@ -62,3 +62,3 @@ "author": "Dan Lynch <pyramation@gmail.com>",

},
"gitHead": "f22050e39c6e265266b18c9a472a813ec7a68c18"
"gitHead": "9fd46c8c81407f09aa9918db77d244eec7c26856"
}

@@ -8,2 +8,1 @@ # @cosmology/types

</p>

@@ -109,2 +109,8 @@ import { TSBuilderInput } from '@cosmwasm/ts-codegen';

useLegacyInlineEncoding?: boolean;
/**
* legacy option, if useLegacyInlineEncoding is set, this will be ignored.
*
* @deprecated The logic of useRecursiveV2encoding will be deprecated after v1.0.
*/
useRecursiveV2encoding?: boolean;
};

@@ -111,0 +117,0 @@ lcdClients?: {

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