New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ts-proto

Package Overview
Dependencies
Maintainers
1
Versions
366
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.4.2 to 2.5.0

2

build/src/options.d.ts

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

outputEncodeMethods: true | false | "encode-only" | "decode-only" | "encode-no-creation";
outputEncodeIncludeTypes: string;
outputDecodeIncludeTypes: string;
outputJsonMethods: true | false | "to-only" | "from-only";

@@ -58,0 +60,0 @@ outputPartialMethods: boolean;

@@ -71,2 +71,4 @@ "use strict";

outputEncodeMethods: true,
outputEncodeIncludeTypes: "",
outputDecodeIncludeTypes: "",
outputJsonMethods: true,

@@ -73,0 +75,0 @@ outputPartialMethods: true,

2

package.json
{
"name": "ts-proto",
"version": "2.4.2",
"version": "2.5.0",
"description": "",

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

Sorry, the diff of this file is too big to display

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