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

kitejs

Package Overview
Dependencies
Maintainers
13
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.9 to 1.1.10

.npmignore

2

lib/client.js

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

var debug = debug_('client');
var Client = (function () {
var Client = /** @class */ (function () {
function Client(options, idc, ctx) {

@@ -21,0 +21,0 @@ this.provider = {};

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

*/
var Config = (function () {
var Config = /** @class */ (function () {
function Config(service, idc, ctx) {

@@ -16,0 +16,0 @@ this.service = service;

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

var debug = Debug('consul');
var Consul = (function () {
var Consul = /** @class */ (function () {
function Consul() {

@@ -12,0 +12,0 @@ this.useCheckEnv = true;

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

var request = require("request");
var Lookup = (function () {
var Lookup = /** @class */ (function () {
function Lookup(options) {

@@ -8,0 +8,0 @@ }

"use strict";
var __extends = (this && this.__extends) || (function () {
var extendStatics = Object.setPrototypeOf ||
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
var extendStatics = function (d, b) {
extendStatics = Object.setPrototypeOf ||
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
return extendStatics(d, b);
}
return function (d, b) {

@@ -24,3 +27,3 @@ extendStatics(d, b);

exports.E_ALL = 15;
var Logger = (function (_super) {
var Logger = /** @class */ (function (_super) {
__extends(Logger, _super);

@@ -27,0 +30,0 @@ function Logger(options) {

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

var request = require("request");
var Http = (function () {
var Http = /** @class */ (function () {
function Http(addr, options) {

@@ -11,0 +11,0 @@ this.method = 'GET';

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

exports.__esModule = true;
var Address = (function () {
var Address = /** @class */ (function () {
function Address(host, port) {

@@ -10,0 +10,0 @@ if (host === void 0) { host = '127.0.0.1'; }

"use strict";
exports.__esModule = true;
var thrift = require("thrift");
var Thrift = (function () {
var Thrift = /** @class */ (function () {
function Thrift(addr, options) {

@@ -6,0 +6,0 @@ this.service = options['service'];

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

exports.__esModule = true;
var Server = (function () {
var Server = /** @class */ (function () {
function Server(config) {

@@ -10,0 +10,0 @@ }

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

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

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