Socket
Socket
Sign inDemoInstall

ts-proto

Package Overview
Dependencies
Maintainers
1
Versions
352
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.174.0 to 1.175.0

1

build/options.d.ts

@@ -98,2 +98,3 @@ import { ToStringOpts } from "ts-poet/build/Code";

useNullAsOptional: boolean;
annotateFilesWithVersion: boolean;
};

@@ -100,0 +101,0 @@ export declare function defaultOptions(): Options;

7

build/options.js

@@ -105,2 +105,3 @@ "use strict";

useNullAsOptional: false,
annotateFilesWithVersion: true,
};

@@ -256,6 +257,8 @@ }

// generator output.
prefix: `// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
prefix: `// Code generated by protoc-gen-ts_proto. DO NOT EDIT.${options.annotateFilesWithVersion
? `
// versions:
// protoc-gen-ts_proto ${tsProtoVersion}
// protoc ${protocVersion}
// protoc ${protocVersion}`
: ""}
${fileName ? `// source: ${fileName}` : ""}

@@ -262,0 +265,0 @@

{
"name": "ts-proto",
"version": "1.174.0",
"version": "1.175.0",
"description": "",

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

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