Comparing version 0.0.4 to 0.0.5
{ | ||
"name": "bearer", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "Bearer authentication module using token and Authorization HTTP header", | ||
@@ -5,0 +5,0 @@ "main": "bearer.js", |
@@ -10,2 +10,3 @@ BearerJS | ||
```javascript | ||
var bearer = require('bearer'); | ||
@@ -52,1 +53,2 @@ var app = express(); | ||
}); | ||
``` |
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
6338
53