@labshare/services-auth
Advanced tools
Comparing version 1.18.504 to 1.18.515
{ | ||
"name": "@labshare/services-auth", | ||
"version": "1.18.504", | ||
"version": "1.18.515", | ||
"description": "LabShare Services plugin for resource scope-based HTTP route and socket authorization", | ||
@@ -32,3 +32,3 @@ "main": "./", | ||
"lodash": "^4.17.2", | ||
"request": "^2.83.0", | ||
"request": "^2.87.0", | ||
"request-promise": "^4.2.2", | ||
@@ -38,14 +38,15 @@ "revalidator": "^0.3.1" | ||
"devDependencies": { | ||
"@labshare/services": "*", | ||
"@labshare/services": ">=1.18.514", | ||
"cookie-parser": "^1.4.3", | ||
"coveralls": "^3.0.1", | ||
"express": "^4.14.0", | ||
"istanbul": "^0.4.5", | ||
"jasmine": "^2.5.2", | ||
"nock": "^8.2.1", | ||
"jasmine": "^3.1.0", | ||
"nock": "^9.2.6", | ||
"pem-jwk": "^1.5.1", | ||
"portfinder": "^1.0.12", | ||
"selfsigned": "^1.10.2", | ||
"socket.io-client": "^2.0.3", | ||
"supertest": "^3.0.0" | ||
"socket.io-client": "^2.1.1", | ||
"supertest": "^3.1.0" | ||
} | ||
} |
# Services Auth | ||
[![Greenkeeper badge](https://badges.greenkeeper.io/LabShare/services-auth.svg)](https://greenkeeper.io/) | ||
[![Coverage Status](https://coveralls.io/repos/github/LabShare/services-auth/badge.svg)](https://coveralls.io/github/LabShare/services-auth) | ||
`@labshare/services-auth` is a plugin that integrates with [@labshare/services](https://www.npmjs.com/package/@labshare/services) to | ||
@@ -4,0 +7,0 @@ provide Socket.io and Express.js API Resource Scope authorization with RS256 JWT validation. |
Sorry, the diff of this file is not supported yet
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
90135
24
414
71
12
Updatedrequest@^2.87.0