@protobuf-ts/plugin-framework
Advanced tools
Comparing version 1.0.0-alpha.24 to 1.0.0-alpha.25
{ | ||
"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. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
577939
1
59