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

kitejs

Package Overview
Dependencies
Maintainers
1
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.10 to 1.0.11

3

lib/client.js

@@ -114,3 +114,4 @@ "use strict";

protocol: this.config.getProtocol(),
service: typeof this.config.service == 'string' ? this.config.service : '-'
service: typeof this.config.service == 'string' ? this.config.service : '-',
time: Date.now()
};

@@ -117,0 +118,0 @@ util.forEachObject(util.assign(common, obj), function (value, key) {

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

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

@@ -99,2 +99,3 @@ /**

? service.length : -1
}));

@@ -147,3 +148,4 @@ }

protocol: this.config.getProtocol(),
service: typeof this.config.service == 'string' ? this.config.service : '-'
service: typeof this.config.service == 'string' ? this.config.service : '-',
time: Date.now()
};

@@ -150,0 +152,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