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

socketio-jwt

Package Overview
Dependencies
Maintainers
2
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

socketio-jwt - npm Package Compare versions

Comparing version 4.0.0 to 4.0.1

3

CHANGELOG.md

@@ -0,1 +1,4 @@

## [4.0.1] - 2015-04-22
- [4cf0651] Minor. replace regexp for native comparisoon (`Nikita Gusakov`)
## [4.0.0] - 2015-04-22

@@ -2,0 +5,0 @@ - [7e53470] Updated to jsonwebtoken@5.0.0 (`Alberto Pose`)

2

lib/index.js

@@ -76,3 +76,3 @@ var xtend = require('xtend');

if (/^Bearer$/i.test(scheme)) {
if (scheme.toLowerCase() === 'bearer') {
token = credentials;

@@ -79,0 +79,0 @@ }

{
"name": "socketio-jwt",
"version": "4.0.0",
"version": "4.0.1",
"description": "authenticate socket.io connections using JWTs",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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