Socket
Socket
Sign inDemoInstall

cosmjs-types

Package Overview
Dependencies
0
Maintainers
2
Versions
25
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    cosmjs-types

JS and TS types relating to Protocol Buffers used by Cosmos SDK and other related projects


Version published
Weekly downloads
178K
increased by7.98%
Maintainers
2
Install size
14.0 MB
Created
Weekly downloads
 

Changelog

Source

[0.9.0] - 2023-10-25

  • Upgrade to Telescope 1.0. This changes a lot of fields from optional to non-optional by utilizing the (gogoproto.nullable) = false annotations of proto files. See https://github.com/osmosis-labs/telescope/issues/386
  • Switch to bigint for 64 bit integers. This means users can remove the "long": "^4.0.0" dependency in most cases.
  • Remove runtime dependency protobufjs which is not required anymore by the latest version of code generated by Telescope 👏. ([#78])

Readme

Source

cosmjs-types

npm version

Maintenance

This section is for maintainers of this repo, not users.

Getting started

# Pull external code
git submodule init
git submodule update

# Install dependencies
npm install

Rebuilding types

npm run codegen # Generate .ts files into ./src
npm run build # Build .js/.d.ts files

FAQs

Last updated on 25 Oct 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc