Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bearer

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bearer - npm Package Compare versions

Comparing version 0.0.16 to 0.0.17

.idea/.name

2

bearer.js

@@ -7,2 +7,4 @@ //Authentication setup

path=path.toLowerCase();
if (path.indexOf("?")>0)
path=path.substring(0, path.indexOf("?"));
var maskArray=mask.split("/");

@@ -9,0 +11,0 @@ var pathArray=path.split("/");

2

package.json
{
"name": "bearer",
"version": "0.0.16",
"version": "0.0.17",
"description": "Bearer authentication module using token and Authorization HTTP header",

@@ -5,0 +5,0 @@ "main": "bearer.js",

@@ -0,0 +0,0 @@ BearerJS

Sorry, the diff of this file is not supported yet

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