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

@clarityhub/harmony-jwt-auth

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@clarityhub/harmony-jwt-auth - npm Package Compare versions

Comparing version 0.0.12 to 0.0.15

2

package.json
{
"name": "@clarityhub/harmony-jwt-auth",
"version": "0.0.12",
"version": "0.0.15",
"description": "",

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

@@ -9,5 +9,5 @@ const { Auth } = require('@clarityhub/harmony-server');

if (!authorization) {
return Auth.NoAuth;
return cb(Auth.NoAuth);
}
// TODO better parsing

@@ -14,0 +14,0 @@ const token = authorization.split(' ')[1];

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