Socket
Socket
Sign inDemoInstall

@protobuf-ts/plugin-framework

Package Overview
Dependencies
2
Maintainers
1
Versions
107
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.1.0 to 2.2.0-alpha.0

build/commonjs/typescript-compile.js

2

build/commonjs/index.js

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

__exportStar(require("./google/protobuf/compiler/plugin"), exports);
__exportStar(require("./typescript-check"), exports);
__exportStar(require("./typescript-compile"), exports);
__exportStar(require("./typescript-comments"), exports);

@@ -27,0 +27,0 @@ __exportStar(require("./typescript-import-manager"), exports);

@@ -12,3 +12,3 @@ export * from './descriptor-info';

export * from './google/protobuf/compiler/plugin';
export * from './typescript-check';
export * from './typescript-compile';
export * from './typescript-comments';

@@ -15,0 +15,0 @@ export * from './typescript-import-manager';

@@ -12,3 +12,3 @@ export * from './descriptor-info';

export * from './google/protobuf/compiler/plugin';
export * from './typescript-check';
export * from './typescript-compile';
export * from './typescript-comments';

@@ -15,0 +15,0 @@ export * from './typescript-import-manager';

@@ -58,3 +58,3 @@ /// <reference types="node" />

*/
export declare abstract class PluginBase<T extends GeneratedFile> {
export declare abstract class PluginBase<T extends GeneratedFile = GeneratedFile> {
abstract generate(request: CodeGeneratorRequest): Promise<T[]> | T[];

@@ -61,0 +61,0 @@ run(): Promise<void>;

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

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

"dependencies": {
"@protobuf-ts/runtime": "^2.1.0",
"@protobuf-ts/runtime": "^2.2.0-alpha.0",
"typescript": "^3.9"
},
"gitHead": "bc8be3ac6a109d66d3c602b1309e136980933c1d"
"gitHead": "a5f300a2bcaad58fe20b91952e12bc78743b1153"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc