Socket
Socket
Sign inDemoInstall

protocat

Package Overview
Dependencies
35
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.6.4 to 0.6.5-beta.0

20

package.json
{
"name": "protocat",
"description": "Modern, minimalist type-safe gRPC framework for Node.js",
"version": "0.6.4",
"version": "0.6.5-beta.0",
"author": "Jaroslav Šmolík <grissius@gmail.com>",

@@ -30,4 +30,3 @@ "main": "./dist/index.js",

"prepare": "npm run build",
"docs": "npm run docs:typedoc && npm run docs:docusaurus",
"docs:typedoc": "rm -rf ./website/docs/api && typedoc --out ./website/docs/api",
"docs": "npm run docs:docusaurus",
"docs:docusaurus": "npm install --prefix=website && npm run build --prefix=website",

@@ -41,4 +40,4 @@ "check": "npm-check -i app -i errors -i config -i index & exit 0",

"dependencies": {
"@grpc/grpc-js": "^1.3.7",
"@types/google-protobuf": "^3.15.5"
"@grpc/grpc-js": "^1.6.7",
"@types/google-protobuf": "^3.15.6"
},

@@ -49,5 +48,6 @@ "devDependencies": {

"codecov": "^3.8.2",
"google-protobuf": "^3.18.0",
"docusaurus-plugin-typedoc": "^0.17.5",
"google-protobuf": "^3.20.1",
"grpc_tools_node_protoc_ts": "^5.3.2",
"grpc-tools": "^1.11.2",
"grpc_tools_node_protoc_ts": "^5.3.2",
"husky": "^6.0.0",

@@ -58,6 +58,6 @@ "jest": "^26.6.3",

"ts-jest": "^26.5.6",
"typedoc": "^0.20.36",
"typedoc-plugin-markdown": "^3.8.1",
"typescript": "^4.4.3"
"typedoc": "^0.22.15",
"typedoc-plugin-markdown": "^3.12.1",
"typescript": "^4.6.4"
}
}
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