denim-api-auth-middleware
Advanced tools
Comparing version 1.0.7 to 1.0.8
@@ -30,2 +30,3 @@ 'use strict'; | ||
exports.default = makeApiKeyAuthMiddleware; | ||
exports.default = makeApiKeyAuthMiddleware; | ||
//# sourceMappingURL=api-auth-middleware.js.map |
@@ -13,2 +13,3 @@ 'use strict'; | ||
exports.default = _apiAuthMiddleware2.default; | ||
exports.default = _apiAuthMiddleware2.default; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "denim-api-auth-middleware", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "Express API Key Auth Middleware", | ||
@@ -31,2 +31,3 @@ "main": "dist/index.js", | ||
"babel-preset-env": "^1.6.1", | ||
"chai": "^4.1.2", | ||
"husky": "^0.14.3", | ||
@@ -45,6 +46,3 @@ "jest": "^21.2.1", | ||
"precommit" | ||
], | ||
"dependencies": { | ||
"chai": "^4.1.2" | ||
} | ||
] | ||
} |
@@ -69,6 +69,4 @@ # denim-api-auth-middleware | ||
`npm version NEWVER` or manually update `package.json` | ||
`yarn publish` | ||
`npm publish` | ||
## Built With | ||
@@ -75,0 +73,0 @@ * [node](https://nodejs.org/api/https.html) - Node 9.2.0 |
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
11678
0
12
159
7
94
- Removedchai@^4.1.2
- Removedassertion-error@1.1.0(transitive)
- Removedchai@4.5.0(transitive)
- Removedcheck-error@1.0.3(transitive)
- Removeddeep-eql@4.1.4(transitive)
- Removedget-func-name@2.0.2(transitive)
- Removedloupe@2.3.7(transitive)
- Removedpathval@1.1.1(transitive)
- Removedtype-detect@4.1.0(transitive)