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.0.14 to 1.0.15

6

lib/consul.js

@@ -40,2 +40,5 @@ "use strict";

};
/**
* tags maybe is null, @TODO
*/
Consul.prototype.checkEnv = function (tags, env) {

@@ -49,4 +52,5 @@ if (Array.isArray(tags)) {

}
return false;
}
return false;
return true;
};

@@ -53,0 +57,0 @@ return Consul;

2

package.json
{
"name": "kitejs",
"version": "1.0.14",
"version": "1.0.15",
"description": "the rpc framework Kite for Node.js",

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

@@ -51,2 +51,5 @@ import {Address} from './protocol/protocol';

/**
* tags maybe is null, @TODO
*/
private checkEnv(tags: Array<string>, env: string) {

@@ -60,5 +63,7 @@ if (Array.isArray(tags)) {

}
return false;
}
return false;
return true;
}

@@ -65,0 +70,0 @@ }

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