denim-api-auth-middleware
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -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 |
@@ -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
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
262025
36