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
356
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 2.2.4 to 2.2.5

4

build/src/schema.js

@@ -191,4 +191,4 @@ "use strict";

const value = encodedOptions[key];
const extension = extensionCache[extendee][parseInt(key, 10) >>> 3];
if (shouldAddOptionDefinition(ctx, extension)) {
const extension = extensionCache[extendee]?.[parseInt(key, 10) >>> 3];
if (extension && shouldAddOptionDefinition(ctx, extension)) {
// todo: we should be able to create an option definition ALWAYS, however,

@@ -195,0 +195,0 @@ // we currently cannot do that because the if the extension is a sub-message

{
"name": "ts-proto",
"version": "2.2.4",
"version": "2.2.5",
"description": "",

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

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