Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
daishihmr
/
ws
Public
forked from
websockets/ws
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
ws
lib
on
v5.x
User selector
All users
All time
Commit history
Commits on Jun 9, 2021
[lint] Add space before function parentheses
lpinca
committed
36a3f4d
View commit details
Copy full SHA for 36a3f4d
View code at this point
Browse repository at this point
Commits on Jun 8, 2021
[security] Fix ReDoS vulnerability
Show description for 76d47c1
lpinca
committed
76d47c1
View commit details
Copy full SHA for 76d47c1
View code at this point
Browse repository at this point
Commits on Jul 11, 2018
[fix] Fix use after invalidation bug
Show description for 8aba871
lpinca
committed
8aba871
View commit details
Copy full SHA for 8aba871
View code at this point
Browse repository at this point
Commits on Jun 23, 2018
[fix] Remove the `'data'` listener when the receiver emits an error
lpinca
committed
307be7a
View commit details
Copy full SHA for 307be7a
View code at this point
Browse repository at this point
Commits on Jun 19, 2018
[fix] Do not prematurely remove the listener of the `'data'` event
lpinca
committed
6046a28
View commit details
Copy full SHA for 6046a28
View code at this point
Browse repository at this point
Commits on May 12, 2018
[feature] Add `headers` argument to `verifyClient()` callback (#1379)
Show description for d871bdf
Jokero
authored and
lpinca
committed
d871bdf
View commit details
Copy full SHA for d871bdf
View code at this point
Browse repository at this point
Commits on Apr 23, 2018
[minor] Replace bound function with arrow function
Show description for 690b3f2
lpinca
committed
690b3f2
View commit details
Copy full SHA for 690b3f2
View code at this point
Browse repository at this point
Commits on Apr 2, 2018
[fix] Add default value for `servername` option (#1347)
Show description for f335d79
lpinca
authored
f335d79
View commit details
Copy full SHA for f335d79
View code at this point
Browse repository at this point
[perf] Use js version of `{un,}mask()` for very small frames (#1348)
lpinca
authored
2d7bf88
View commit details
Copy full SHA for 2d7bf88
View code at this point
Browse repository at this point
Commits on Mar 19, 2018
[feature] Allow all options accepted by `http{,s}.request()` (#1332)
Show description for 9e152f9
lpinca
authored
9e152f9
View commit details
Copy full SHA for 9e152f9
View code at this point
Browse repository at this point
Commits on Mar 16, 2018
[fix] Allow URL instances as URL in WebSocket constructor (#1329)
Show description for 1504d67
3rd-Eden
authored and
lpinca
committed
1504d67
View commit details
Copy full SHA for 1504d67
View code at this point
Browse repository at this point
Commits on Mar 11, 2018
[fix] Remove buffer `noAssert` argument (#1324)
Show description for 23f5957
BridgeAR
authored and
lpinca
committed
23f5957
View commit details
Copy full SHA for 23f5957
View code at this point
Browse repository at this point
Commits on Mar 6, 2018
[minor] Rename `abortConnection` to `abortHandshake`
lpinca
committed
7abe823
View commit details
Copy full SHA for 7abe823
View code at this point
Browse repository at this point
[fix] Rename the `'close'` event to `'conclude'`
Show description for 7fb82a3
lpinca
committed
7fb82a3
View commit details
Copy full SHA for 7fb82a3
View code at this point
Browse repository at this point
Commits on Mar 4, 2018
[major] Drop support for Node.js < 4.5.0 (#1313)
lpinca
authored and
3rd-Eden
committed
3f80ab7
View commit details
Copy full SHA for 3f80ab7
View code at this point
Browse repository at this point
Commits on Mar 3, 2018
[major] Fix subprotocol handling (#1312)
Show description for 14538db
lpinca
authored
14538db
View commit details
Copy full SHA for 14538db
View code at this point
Browse repository at this point
Commits on Mar 1, 2018
[major] Do not re-emit `net.Socket` errors
lpinca
committed
a4050db
View commit details
Copy full SHA for a4050db
View code at this point
Browse repository at this point
[minor] Do not use `Readable.prototype.pipe()`
lpinca
committed
aa2c423
View commit details
Copy full SHA for aa2c423
View code at this point
Browse repository at this point
[minor] Make `Receiver` inherit from `stream.Writable`
lpinca
committed
70fff53
View commit details
Copy full SHA for 70fff53
View code at this point
Browse repository at this point
Commits on Feb 22, 2018
[minor] Add `zlib{Deflate,Inflate}Options` options (#1306)
Show description for 053a322
STRML
authored and
lpinca
committed
053a322
View commit details
Copy full SHA for 053a322
View code at this point
Browse repository at this point
Commits on Feb 15, 2018
[fix] Ensure that the status code is not incorrectly overwritten
lpinca
committed
75b6397
View commit details
Copy full SHA for 75b6397
View code at this point
Browse repository at this point
Commits on Feb 5, 2018
[api] Add `WebSocketServer.prototype.address()` (#1294)
Tossapon Nuanchuay
authored and
lpinca
committed
8d61fa0
View commit details
Copy full SHA for 8d61fa0
View code at this point
Browse repository at this point
Commits on Feb 3, 2018
[minor] Use `do...while` in `Receiver#startLoop()`
lpinca
committed
66b0d55
View commit details
Copy full SHA for 66b0d55
View code at this point
Browse repository at this point
[fix] Emit the first error that occurred, not the last
lpinca
committed
8ea9402
View commit details
Copy full SHA for 8ea9402
View code at this point
Browse repository at this point
Commits on Jan 31, 2018
[fix] Ensure that the `'error'` event is emitted at most once
lpinca
committed
57c8d29
View commit details
Copy full SHA for 57c8d29
View code at this point
Browse repository at this point
[minor] Optimize `Receiver#cleanup()` for the common case
lpinca
committed
7e5ed3d
View commit details
Copy full SHA for 7e5ed3d
View code at this point
Browse repository at this point
Commits on Jan 27, 2018
[minor] Remove ultron dependency
lpinca
committed
9c39adf
View commit details
Copy full SHA for 9c39adf
View code at this point
Browse repository at this point
[fix] Handle cases where `socket.bufferSize` is `undefined`
lpinca
committed
be0b565
View commit details
Copy full SHA for be0b565
View code at this point
Browse repository at this point
[minor] Discard any data received after the close frame
Show description for 5d8ab0e
lpinca
committed
5d8ab0e
View commit details
Copy full SHA for 5d8ab0e
View code at this point
Browse repository at this point
Commits on Jan 25, 2018
[minor] Clean up and rename `Receiver#readBuffer()`
Show description for b890078
lpinca
committed
b890078
View commit details
Copy full SHA for b890078
View code at this point
Browse repository at this point
Commits on Jan 15, 2018
[minor] Remove license comments (#1278)
forty
authored and
lpinca
committed
e366093
View commit details
Copy full SHA for e366093
View code at this point
Browse repository at this point
Commits on Jan 8, 2018
[minor] Fix JSDoc comment
lpinca
committed
435f923
View commit details
Copy full SHA for 435f923
View code at this point
Browse repository at this point
Commits on Jan 5, 2018
[minor] Rename some variables for clarity
lpinca
committed
d03ada2
View commit details
Copy full SHA for d03ada2
View code at this point
Browse repository at this point
[major] Remove `WebSocket#pause()` and `WebSocket#resume()`
Show description for a206e98
lpinca
committed
a206e98
View commit details
Copy full SHA for a206e98
View code at this point
Browse repository at this point
[major] Rename the 'headers' event to 'upgrade'
Show description for 1c783c2
lpinca
committed
1c783c2
View commit details
Copy full SHA for 1c783c2
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.