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

denim-api-auth-middleware

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

denim-api-auth-middleware - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

6

dist/index.js

@@ -9,3 +9,7 @@ 'use strict';

exports.default = _apiAuthMiddleware.makeApiKeyAuthMiddleware;
var _apiAuthMiddleware2 = _interopRequireDefault(_apiAuthMiddleware);
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
exports.default = _apiAuthMiddleware2.default;
//# sourceMappingURL=index.js.map

2

index.js

@@ -1,3 +0,3 @@

import { makeApiKeyAuthMiddleware } from './api-auth-middleware'
import makeApiKeyAuthMiddleware from './api-auth-middleware'
export default makeApiKeyAuthMiddleware
{
"name": "denim-api-auth-middleware",
"version": "1.0.2",
"version": "1.0.3",
"description": "Express API Key Auth Middleware",

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

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