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 1.0.0-alpha.28 to 1.0.0-alpha.29

3

build/commonjs/index.js

@@ -13,2 +13,5 @@ "use strict";

Object.defineProperty(exports, "base64encode", { enumerable: true, get: function () { return base64_1.base64encode; } });
// UTF8 encoding
var protobufjs_utf8_1 = require("./protobufjs-utf8");
Object.defineProperty(exports, "utf8read", { enumerable: true, get: function () { return protobufjs_utf8_1.utf8read; } });
// Binary format contracts, options for reading and writing, for example

@@ -15,0 +18,0 @@ var binary_format_contract_1 = require("./binary-format-contract");

@@ -7,2 +7,4 @@ // Public API of the protobuf-ts runtime.

export { base64decode, base64encode } from './base64';
// UTF8 encoding
export { utf8read } from './protobufjs-utf8';
// Binary format contracts, options for reading and writing, for example

@@ -9,0 +11,0 @@ export { normalizeBinaryWriteOptions, normalizeBinaryReadOptions } from './binary-format-contract';

export { JsonValue, JsonObject, typeofJsonValue, isJsonObject } from './json-typings';
export { base64decode, base64encode } from './base64';
export { utf8read } from './protobufjs-utf8';
export { WireType, BinaryReadOptions, BinaryWriteOptions, normalizeBinaryWriteOptions, normalizeBinaryReadOptions, IBinaryWriter, IBinaryReader } from './binary-format-contract';

@@ -4,0 +5,0 @@ export { BinaryReader } from './binary-reader';

4

package.json
{
"name": "@protobuf-ts/runtime",
"version": "1.0.0-alpha.28",
"version": "1.0.0-alpha.29",
"description": "Runtime library for code generated by the protobuf-ts plugin",

@@ -38,3 +38,3 @@ "license": "(Apache-2.0 AND BSD-3-Clause)",

},
"gitHead": "9c43da2e5a5f29d0d0f163f83b78532daace8b19"
"gitHead": "dd4a672e055b7c8fb3822a040c0387fadd12421f"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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