Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

grpc-ts-middleware

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grpc-ts-middleware - npm Package Compare versions

Comparing version 1.0.7 to 1.0.8

19

package.json
{
"name": "grpc-ts-middleware",
"version": "1.0.7",
"version": "1.0.8",
"description": "gRPC pre-call and post-call middleware",

@@ -11,3 +11,5 @@ "main": "src/index.js",

"tslint": "tslint --fix -c tslint.json -p tsconfig.json",
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"ncu": "ncu",
"ncu:u": "ncu -u"
},

@@ -29,10 +31,11 @@ "keywords": [

"devDependencies": {
"@types/node": "~12.0.2",
"grpc": "~1.20.3",
"prettier": "~1.17.1",
"@types/node": "~12.7.1",
"grpc": "~1.22.2",
"npm-check-updates": "~3.1.21",
"prettier": "~1.18.2",
"protobufjs": "~6.8.8",
"ts-node": "~8.1.0",
"tslint": "~5.16.0",
"typescript": "~3.4.5"
"ts-node": "~8.3.0",
"tslint": "~5.18.0",
"typescript": "~3.5.3"
}
}
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