@protobuf-ts/runtime
Advanced tools
Comparing version 2.0.4 to 2.0.5
@@ -19,3 +19,3 @@ "use strict"; | ||
*/ | ||
UnknownFieldHandler.symbol = Symbol("protobuf-ts/unknown"); | ||
UnknownFieldHandler.symbol = Symbol.for("protobuf-ts/unknown"); | ||
/** | ||
@@ -22,0 +22,0 @@ * Store an unknown field during binary read directly on the message. |
@@ -10,2 +10,2 @@ "use strict"; | ||
*/ | ||
exports.MESSAGE_TYPE = Symbol("protobuf-ts/message-type"); | ||
exports.MESSAGE_TYPE = Symbol.for("protobuf-ts/message-type"); |
@@ -16,3 +16,3 @@ import { BinaryReader } from "./binary-reader"; | ||
*/ | ||
UnknownFieldHandler.symbol = Symbol("protobuf-ts/unknown"); | ||
UnknownFieldHandler.symbol = Symbol.for("protobuf-ts/unknown"); | ||
/** | ||
@@ -19,0 +19,0 @@ * Store an unknown field during binary read directly on the message. |
@@ -7,2 +7,2 @@ /** | ||
*/ | ||
export const MESSAGE_TYPE = Symbol("protobuf-ts/message-type"); | ||
export const MESSAGE_TYPE = Symbol.for("protobuf-ts/message-type"); |
{ | ||
"name": "@protobuf-ts/runtime", | ||
"version": "2.0.4", | ||
"version": "2.0.5", | ||
"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": "19ba60445e6f973a86898b698f4ff1ecb43c31ec" | ||
"gitHead": "943b6a5b0c88e1f68b1b6308819e2a304bb84f11" | ||
} |
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
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
340090