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

kitejs

Package Overview
Dependencies
Maintainers
12
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kitejs - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

2

lib/client.js

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

if (ctx.idx === max) {
throw err;
return cb(err, null);
}

@@ -63,0 +63,0 @@ else {

{
"name": "kitejs",
"version": "1.1.0",
"version": "1.1.1",
"description": "the rpc framework Kite for Node.js",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -107,2 +107,3 @@ # kitejs

- consul 提供 consul 服务地址信息
- retry 重试次数,当网络不稳定时,需要重试 `2`

@@ -109,0 +110,0 @@ ```js

@@ -79,3 +79,3 @@ /**

if (ctx.idx === max) {
throw err;
return cb(err, null);
} else {

@@ -82,0 +82,0 @@ return go();

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