Comparing version 1.1.9 to 1.1.10
@@ -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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1633
63878
41
1