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

@protobuf-ts/plugin-framework

Package Overview
Dependencies
Maintainers
1
Versions
107
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@protobuf-ts/plugin-framework - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6-alpha.0

2

build/commonjs/string-format.js

@@ -210,3 +210,3 @@ "use strict";

}
return `rpc ${m}(${is}${i}) returns (${os}${o});`;
return `${m}(${is}${i}) returns (${os}${o});`;
}

@@ -213,0 +213,0 @@ }

@@ -207,3 +207,3 @@ import { DescriptorProto, EnumDescriptorProto, EnumValueDescriptorProto, FieldDescriptorProto, FieldDescriptorProto_Type, FieldOptions_JSType, FileDescriptorProto, MethodDescriptorProto, OneofDescriptorProto, ServiceDescriptorProto } from "./google/protobuf/descriptor";

}
return `rpc ${m}(${is}${i}) returns (${os}${o});`;
return `${m}(${is}${i}) returns (${os}${o});`;
}

@@ -210,0 +210,0 @@ }

{
"name": "@protobuf-ts/plugin-framework",
"version": "1.0.5",
"version": "1.0.6-alpha.0",
"description": "framework to create protoc plugins",

@@ -36,6 +36,6 @@ "license": "(Apache-2.0 AND BSD-3-Clause)",

"dependencies": {
"@protobuf-ts/runtime": "^1.0.5",
"@protobuf-ts/runtime": "^1.0.6-alpha.0",
"typescript": ">=3.8.3 <4"
},
"gitHead": "e9b591edd5ec101eb4e2d90965e15c319328f10b"
"gitHead": "856fd7f7fc916a9204e320f60db8f65177c7c5f2"
}

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