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

ts-proto

Package Overview
Dependencies
Maintainers
1
Versions
359
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ts-proto - npm Package Compare versions

Comparing version 1.4.2 to 1.5.0

8

build/types.js

@@ -230,3 +230,9 @@ "use strict";

'.google.protobuf.Int32Value': ts_poet_1.TypeNames.unionType(ts_poet_1.TypeNames.NUMBER, ts_poet_1.TypeNames.UNDEFINED),
'.google.protobuf.BoolValue': ts_poet_1.TypeNames.unionType(ts_poet_1.TypeNames.BOOLEAN, ts_poet_1.TypeNames.UNDEFINED)
'.google.protobuf.Int64Value': ts_poet_1.TypeNames.unionType(ts_poet_1.TypeNames.NUMBER, ts_poet_1.TypeNames.UNDEFINED),
'.google.protobuf.UInt32Value': ts_poet_1.TypeNames.unionType(ts_poet_1.TypeNames.NUMBER, ts_poet_1.TypeNames.UNDEFINED),
'.google.protobuf.UInt64Value': ts_poet_1.TypeNames.unionType(ts_poet_1.TypeNames.NUMBER, ts_poet_1.TypeNames.UNDEFINED),
'.google.protobuf.BoolValue': ts_poet_1.TypeNames.unionType(ts_poet_1.TypeNames.BOOLEAN, ts_poet_1.TypeNames.UNDEFINED),
'.google.protobuf.DoubleValue': ts_poet_1.TypeNames.unionType(ts_poet_1.TypeNames.NUMBER, ts_poet_1.TypeNames.UNDEFINED),
'.google.protobuf.FloatValue': ts_poet_1.TypeNames.unionType(ts_poet_1.TypeNames.NUMBER, ts_poet_1.TypeNames.UNDEFINED),
'.google.protobuf.BytesValue': ts_poet_1.TypeNames.unionType(ts_poet_1.TypeNames.anyType('Uint8Array'), ts_poet_1.TypeNames.UNDEFINED)
};

@@ -233,0 +239,0 @@ const mappedTypes = {

2

package.json
{
"name": "ts-proto",
"version": "1.4.2",
"version": "1.5.0",
"description": "",

@@ -5,0 +5,0 @@ "main": "build/plugin.js",

@@ -235,3 +235,9 @@ import { google } from '../build/pbjs';

'.google.protobuf.Int32Value': TypeNames.unionType(TypeNames.NUMBER, TypeNames.UNDEFINED),
'.google.protobuf.BoolValue': TypeNames.unionType(TypeNames.BOOLEAN, TypeNames.UNDEFINED)
'.google.protobuf.Int64Value': TypeNames.unionType(TypeNames.NUMBER, TypeNames.UNDEFINED),
'.google.protobuf.UInt32Value': TypeNames.unionType(TypeNames.NUMBER, TypeNames.UNDEFINED),
'.google.protobuf.UInt64Value': TypeNames.unionType(TypeNames.NUMBER, TypeNames.UNDEFINED),
'.google.protobuf.BoolValue': TypeNames.unionType(TypeNames.BOOLEAN, TypeNames.UNDEFINED),
'.google.protobuf.DoubleValue': TypeNames.unionType(TypeNames.NUMBER, TypeNames.UNDEFINED),
'.google.protobuf.FloatValue': TypeNames.unionType(TypeNames.NUMBER, TypeNames.UNDEFINED),
'.google.protobuf.BytesValue': TypeNames.unionType(TypeNames.anyType('Uint8Array'), TypeNames.UNDEFINED)
};

@@ -238,0 +244,0 @@

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