Skip to content

If options is supplied and has a headers property, make sure to pass through the custom headers. #145

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update package.json
  • Loading branch information
rrrhys authored Jun 27, 2019
commit 09ee0a7bea45762082edabae7173c4bd9bca81aa
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "websocket-stream",
"version": "5.1.2",
"version": "5.1.3",
"license": "BSD-2-Clause",
"description": "Use websockets with the node streams API. Works in browser and node",
"scripts": {
Expand All @@ -9,7 +9,7 @@
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/maxogden/websocket-stream.git"
"url": "git+ssh://[email protected]/rrrhys/websocket-stream.git"
},
"keywords": [
"websocket",
Expand Down Expand Up @@ -43,9 +43,9 @@
"ws": "./ws-fallback.js"
},
"bugs": {
"url": "https://github.com/maxogden/websocket-stream/issues"
"url": "https://github.com/rrrhys/websocket-stream/issues"
},
"homepage": "https://github.com/maxogden/websocket-stream#readme",
"homepage": "https://github.com/rrrhys/websocket-stream#readme",
"main": "index.js",
"author": ""
"author": "Original code is Max Ogden."
}