denim-api-auth-middleware
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -9,3 +9,3 @@ 'use strict'; | ||
exports.default = makeApiKeyAuthMiddlware; | ||
exports.default = _apiAuthMiddleware.makeApiKeyAuthMiddleware; | ||
//# sourceMappingURL=index.js.map |
import { makeApiKeyAuthMiddleware } from './api-auth-middleware' | ||
export default makeApiKeyAuthMiddlware | ||
export default makeApiKeyAuthMiddleware |
{ | ||
"name": "denim-api-auth-middleware", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Express API Key Auth Middleware", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
261877