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.3.1 to 1.4.0

3

build/types.js

@@ -176,5 +176,4 @@ "use strict";

case FieldDescriptorProto.Type.TYPE_MESSAGE:
return null;
default:
return null;
return "undefined";
}

@@ -181,0 +180,0 @@ }

{
"name": "ts-proto",
"version": "1.3.1",
"version": "1.4.0",
"description": "",

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

@@ -178,5 +178,4 @@ import { google } from '../build/pbjs';

case FieldDescriptorProto.Type.TYPE_MESSAGE:
return null;
default:
return null;
return "undefined";
}

@@ -183,0 +182,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