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.0-alpha.24 to 1.0.0-alpha.25

11

package.json
{
"name": "@protobuf-ts/plugin-framework",
"version": "1.0.0-alpha.24",
"version": "1.0.0-alpha.25",
"description": "framework to create protoc plugins",
"license": "Apache-2.0",
"license": "(Apache-2.0 AND BSD-3-Clause)",
"author": "Timo Stamm <ts@timostamm.com>",

@@ -11,3 +11,4 @@ "homepage": "https://github.com/timostamm/protobuf-ts",

"protobuf",
"TypeScript"
"TypeScript",
"protoc"
],

@@ -36,6 +37,6 @@ "repository": {

"dependencies": {
"@protobuf-ts/runtime": "^1.0.0-alpha.24",
"@protobuf-ts/runtime": "^1.0.0-alpha.25",
"typescript": "^3.9.3"
},
"gitHead": "742de29442d1cb7c936eff5c8bab7a325674d504"
"gitHead": "6e04d58f5bf2a78568b23cc8d23d5a035059156c"
}

@@ -53,14 +53,7 @@ @protobuf-ts/plugin-framework

### Protocol Buffer Specifications
The directory `google/protobuf/` contains the generated messages required for
a protoc plugin.
### Copyright
The files are generated by protoc from the .proto files
[google/protobuf/descriptor.proto](https://github.com/protocolbuffers/protobuf/blob/v3.12.3/src/google/protobuf/descriptor.proto)
and
[google/protobuf/compiler/plugin.proto](https://github.com/protocolbuffers/protobuf/blob/v3.12.3/src/google/protobuf/compiler/plugin.proto)
from the [official protobuf repository](https://github.com/protocolbuffers/protobuf/tree/v3.12.3),
version 3.12.3.
- The files [plugin.ts](https://github.com/timostamm/protobuf-ts/packages/plugin-framework/src/google/protobuf/compiler/plugin.ts) and [descriptor.ts](https://github.com/timostamm/protobuf-ts/packages/plugin-framework/src/google/protobuf/descriptor.ts) are Copyright 2008 Google Inc., licensed under BSD-3-Clause
- All other files are licensed under Apache-2.0, see [LICENSE](https://github.com/timostamm/protobuf-ts/packages/plugin-framework/LICENSE).
The resulting output files `plugin.ts` and `descriptor.ts` are copyrighted by google.
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