Socket
Socket
Sign inDemoInstall

@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 2.0.0-alpha.8 to 2.0.0-alpha.9

build/commonjs/typescript-imports.js

1

build/commonjs/index.js

@@ -31,1 +31,2 @@ "use strict";

__exportStar(require("./typescript-file"), exports);
__exportStar(require("./typescript-imports"), exports);

@@ -7,2 +7,3 @@ "use strict";

const path = require("path");
/** @deprecated */
class TypescriptImportManager {

@@ -9,0 +10,0 @@ constructor(generatedFile, symbols, source) {

@@ -19,1 +19,2 @@ export * from './descriptor-info';

export * from "./typescript-file";
export * from "./typescript-imports";
import { assert } from "@protobuf-ts/runtime";
import * as ts from "typescript";
import * as path from "path";
/** @deprecated */
export class TypescriptImportManager {

@@ -5,0 +6,0 @@ constructor(generatedFile, symbols, source) {

@@ -19,1 +19,2 @@ export * from './descriptor-info';

export * from "./typescript-file";
export * from "./typescript-imports";

@@ -5,2 +5,3 @@ import { GeneratedFile } from "./generated-file";

import { TypescriptFile } from "./typescript-file";
/** @deprecated */
export declare class TypescriptImportManager {

@@ -7,0 +8,0 @@ private readonly file;

6

package.json
{
"name": "@protobuf-ts/plugin-framework",
"version": "2.0.0-alpha.8",
"version": "2.0.0-alpha.9",
"description": "framework to create protoc plugins",

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

"dependencies": {
"@protobuf-ts/runtime": "^2.0.0-alpha.8",
"@protobuf-ts/runtime": "^2.0.0-alpha.9",
"typescript": ">=3.8.3 <4"
},
"gitHead": "4f947db07a469ece0386c75849bdddc96a8ee9c8"
"gitHead": "06e3cda6dfc68a0a294924c96cdc9c63838a79bd"
}
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