Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@protobuf-ts/runtime

Package Overview
Dependencies
Maintainers
1
Versions
113
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@protobuf-ts/runtime - npm Package Compare versions

Comparing version 2.0.4 to 2.0.5

2

build/commonjs/binary-format-contract.js

@@ -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"
}
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