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

serverless-basic-authentication

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

serverless-basic-authentication - npm Package Compare versions

Comparing version 0.11.0 to 0.11.1

6

index.js

@@ -75,2 +75,8 @@ const fs = require('fs');

Object.keys(fnctn.events).forEach((fnctnEvent) => {
// if http doesn't exist, skip
if(!('http' in serverless.service.functions[function_name].events[fnctn_event])) {
return;
}
if (

@@ -77,0 +83,0 @@ this.serverless.service.functions[functionName].events[fnctnEvent].http != null

4

package.json
{
"name": "serverless-basic-authentication",
"version": "0.11.0",
"version": "0.11.1",
"devDependencies": {
"eslint": "^5.12.1",
"eslint": "^5.15.1",
"eslint-config-airbnb-base": "^13.1.0",

@@ -7,0 +7,0 @@ "eslint-plugin-import": "^2.14.0",

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