New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

connection

Package Overview
Dependencies
Maintainers
3
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

connection - npm Package Compare versions

Comparing version

to
1.2.0

6

History.md
1.2.0 / 2020-08-25
==================
**features**
* [[`60afa93`](http://github.com/node-modules/connection/commit/60afa939ea28bc637ef76c2ce6226f293df61e08)] - feat: add protocolOptions (killagu <<killa123@126.com>>)
1.1.0 / 2019-08-02

@@ -3,0 +9,0 @@ ==================

4

lib/connection.js

@@ -257,5 +257,5 @@ 'use strict';

get protocolOptions() {
return {
return Object.assign({
sentReqs: this._sentReqs,
};
}, this.options.protocolOptions);
}

@@ -262,0 +262,0 @@

{
"name": "connection",
"version": "1.1.0",
"version": "1.2.0",
"description": "wrap for socket",

@@ -5,0 +5,0 @@ "dependencies": {