socketio-jwt
Advanced tools
Comparing version 4.0.0 to 4.0.1
@@ -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`) |
@@ -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", |
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
2
20166
13