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.5.0 to 0.5.1

1

dist/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.metadataInterceptor = exports.accessLogInterceptor = exports.createClient = exports.createCache = exports.onError = exports.CallType = exports.ProtoCat = void 0;
var application_1 = require("./lib/server/application");

@@ -4,0 +5,0 @@ Object.defineProperty(exports, "ProtoCat", { enumerable: true, get: function () { return application_1.ProtoCat; } });

2

dist/test/client.test.js

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

interceptors: [metadataInt, alInt],
}); // TODO: force cast https://github.com/grpc/grpc-node/issues/1558
});
const nestedClient = client_1.createClient({ foo: hello_grpc_pb_1.GreetingClient }, ADDR, undefined, {

@@ -75,0 +75,0 @@ interceptors: [metadataInt, alInt],

{
"name": "protocat",
"description": "Modern, minimalist type-safe gRPC framework for Node.js",
"version": "0.5.0",
"version": "0.5.1",
"author": "Jaroslav Šmolík <grissius@gmail.com>",

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

"dependencies": {
"@grpc/grpc-js": "1.1.5",
"@grpc/grpc-js": "^1.1.6",
"@types/google-protobuf": "^3.7.3"

@@ -57,8 +57,8 @@ },

"lint-staged": "^10.2.11",
"prettier": "^2.0.5",
"prettier": "^2.1.2",
"ts-jest": "^26.2.0",
"typedoc": "^0.18.0",
"typedoc": "^0.19.1",
"typedoc-plugin-markdown": "^2.4.0",
"typescript": "^3.9.7"
"typescript": "^4.0.2"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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