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

build/types/descriptor-info.d.ts

12

package.json
{
"name": "@protobuf-ts/plugin-framework",
"version": "1.0.0-alpha.25",
"version": "1.0.0-alpha.26",
"description": "framework to create protoc plugins",

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

"module": "./build/es2015/index.js",
"typings": "./build/es2015/index.d.ts",
"typings": "./build/types/index.d.ts",
"sideEffects": false,

@@ -34,9 +34,9 @@ "devDependencies": {

"tsconfig-paths": "^3.9.0",
"tslib": "^2.0.0"
"tslib": ">=1.6.1"
},
"dependencies": {
"@protobuf-ts/runtime": "^1.0.0-alpha.25",
"typescript": "^3.9.3"
"@protobuf-ts/runtime": "^1.0.0-alpha.26",
"typescript": ">=3.8.3 <4"
},
"gitHead": "6e04d58f5bf2a78568b23cc8d23d5a035059156c"
"gitHead": "b21b5b76a0ac80cd2210bdf89c5dc8a5daacff91"
}
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