Socket
Socket
Sign inDemoInstall

residue

Package Overview
Dependencies
Maintainers
1
Versions
94
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

residue - npm Package Compare versions

Comparing version 1.1.3 to 1.1.4

2

CHANGELOG.md
# Change Log
## [Unreleased]
## [1.1.4] - 06-10-2017
### Changes

@@ -5,0 +5,0 @@ - Display server version when connected

{
"name": "residue",
"version": "1.1.3",
"version": "1.1.4",
"description": "Library to interact with residue server seamlessly.",

@@ -5,0 +5,0 @@ "main": "src/residue.js",

@@ -339,3 +339,3 @@ //

Params.logging_socket.connect(Params.connection.logging_port, Params.options.host, function() {
Utils.log(`Connected to Residue (${Params.connection.server_info.version})!`);
Utils.log(`Connected to Residue (v${Params.connection.server_info.version})!`);
Params.logging_socket_connected = true;

@@ -342,0 +342,0 @@ Utils.vLog(8, `Logging socket: ${Params.logging_socket.address().port}`);

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