New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

nice-grpc

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nice-grpc - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

6

package.json
{
"name": "nice-grpc",
"version": "2.0.0",
"version": "2.0.1",
"description": "A Node.js gRPC library that is nice to you",

@@ -50,7 +50,7 @@ "keywords": [

"dependencies": {
"@grpc/grpc-js": "^1.6.1",
"@grpc/grpc-js": "^1.7.3",
"abort-controller-x": "^0.4.0",
"nice-grpc-common": "^2.0.0"
},
"gitHead": "0174f605350065a6d9f89df38c6694ba75b891ac"
"gitHead": "b0afa3e8c3c1c471f9b1307b122cc434da2c2151"
}

@@ -130,5 +130,5 @@ import {Channel, makeClientConstructor} from '@grpc/grpc-js';

return client as Client<Service>;
return client as Client<Service, CallOptionsExt>;
},
};
}

Sorry, the diff of this file is not supported yet

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