@protobuf-ts/runtime
Advanced tools
Comparing version 2.0.1 to 2.0.2-alpha.0
/** | ||
* A message of unknown type. | ||
*/ | ||
export declare type UnknownMessage = { | ||
export interface UnknownMessage { | ||
[k: string]: UnknownScalar | UnknownEnum | UnknownMessage | UnknownOneofGroup | UnknownMap | UnknownScalar[] | UnknownMessage[] | UnknownEnum[] | undefined; | ||
}; | ||
} | ||
/** | ||
@@ -8,0 +8,0 @@ * A map field of unknown type. |
{ | ||
"name": "@protobuf-ts/runtime", | ||
"version": "2.0.1", | ||
"version": "2.0.2-alpha.0", | ||
"description": "Runtime library for code generated by the protoc plugin \"protobuf-ts\"", | ||
@@ -40,3 +40,3 @@ "license": "(Apache-2.0 AND BSD-3-Clause)", | ||
}, | ||
"gitHead": "38e9c395f750e966a59aa04fec17c7524a5a0002" | ||
"gitHead": "1f7987d01a591cdd728bba93549fed56b8d9b317" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
336458
1