Socket
Socket
Sign inDemoInstall

@terra-money/terra.proto

Package Overview
Dependencies
Maintainers
10
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@terra-money/terra.proto - npm Package Compare versions

Comparing version 2.1.0 to 2.2.0-beta.1

29

google/protobuf/descriptor.d.ts

@@ -112,2 +112,3 @@ import Long from "long";

* For bytes, contains the C escaped value. All bytes >= 128 are escaped.
* TODO(kenton): Base-64 encode?
*/

@@ -523,17 +524,5 @@ defaultValue: string;

* been parsed.
*
* As of 2021, lazy does no correctness checks on the byte stream during
* parsing. This may lead to crashes if and when an invalid byte stream is
* finally parsed upon access.
*
* TODO(b/211906113): Enable validation on lazy fields.
*/
lazy: boolean;
/**
* unverified_lazy does no correctness checks on the byte stream. This should
* only be used where lazy with verification is prohibitive for performance
* reasons.
*/
unverifiedLazy: boolean;
/**
* Is this field deprecated?

@@ -664,4 +653,4 @@ * Depending on the target platform, this can emit Deprecated annotations

* extension (denoted with parentheses in options specs in .proto files).
* E.g.,{ ["foo", false], ["bar.baz", true], ["moo", false] } represents
* "foo.(bar.baz).moo".
* E.g.,{ ["foo", false], ["bar.baz", true], ["qux", false] } represents
* "foo.(bar.baz).qux".
*/

@@ -730,4 +719,4 @@ export interface UninterpretedOption_NamePart {

* Each element is a field number or an index. They form a path from
* the root FileDescriptorProto to the place where the definition occurs.
* For example, this path:
* the root FileDescriptorProto to the place where the definition. For
* example, this path:
* [ 4, 3, 2, 7, 1 ]

@@ -788,9 +777,9 @@ * refers to:

*
* // Comment attached to moo.
* // Comment attached to qux.
* //
* // Another line attached to moo.
* optional double moo = 4;
* // Another line attached to qux.
* optional double qux = 4;
*
* // Detached comment for corge. This is not leading or trailing comments
* // to moo or corge because there are blank lines separating it from
* // to qux or corge because there are blank lines separating it from
* // both.

@@ -797,0 +786,0 @@ *

{
"name": "@terra-money/terra.proto",
"version": "2.1.0",
"version": "2.2.0-beta.1",
"description": "JS and TS types relating to Protocol Buffers used by Terra project",

@@ -5,0 +5,0 @@ "contributors": [

Sorry, the diff of this file is too big to display

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