Comparing version 1.0.0 to 1.1.0
1.1.0 / 2019-08-02 | ||
================== | ||
**features** | ||
* [[`f518e35`](http://github.com/node-modules/connection/commit/f518e351dc6e7d7069e15d42e692d7b9c083c5e4)] - feat: oneway should throw encode error (killagu <<killa123@126.com>>) | ||
1.0.0 / 2019-03-19 | ||
@@ -3,0 +9,0 @@ ================== |
@@ -14,3 +14,3 @@ 'use strict'; | ||
/** | ||
* @constructor | ||
* @class | ||
* @param {object} options - | ||
@@ -43,2 +43,3 @@ * @param {Socket} options.socket - | ||
this.buildErrorNames(this.protocol.name || DEFAULT_ERROR_PREFIX); | ||
this.on('error', err => this.logger.error(err)); | ||
} | ||
@@ -108,3 +109,3 @@ | ||
err.resultCode = '02'; | ||
this.logger.error(err); | ||
this.emit('error', err); | ||
} | ||
@@ -111,0 +112,0 @@ }); |
{ | ||
"name": "connection", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "wrap for socket", | ||
@@ -55,4 +55,4 @@ "dependencies": { | ||
"ci": { | ||
"version": "8, 10, 11" | ||
"version": "8, 10, 12" | ||
} | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
14088
256
1