lws-basic-auth
Advanced tools
Comparing version 1.0.3 to 2.0.0
{ | ||
"name": "lws-basic-auth", | ||
"author": "Lloyd Brookes <75pound@gmail.com>", | ||
"version": "1.0.3", | ||
"version": "2.0.0", | ||
"description": "Password-protect a server using Basic Authentication", | ||
@@ -15,3 +15,3 @@ "repository": "https://github.com/lwsjs/basic-auth.git", | ||
"engines": { | ||
"node": ">=8" | ||
"node": ">=10" | ||
}, | ||
@@ -26,7 +26,7 @@ "scripts": { | ||
"devDependencies": { | ||
"coveralls": "^3.0.4", | ||
"lws": "^2.0.0", | ||
"coveralls": "^3.0.9", | ||
"lws": "^2.0.8", | ||
"node-fetch": "^2.6.0", | ||
"nyc": "^14.1.1", | ||
"test-runner": "^0.6.0" | ||
"nyc": "^15.0.0", | ||
"test-runner": "^0.8.13" | ||
}, | ||
@@ -33,0 +33,0 @@ "files": [ |
@@ -21,2 +21,2 @@ [![view on npm](https://img.shields.io/npm/v/lws-basic-auth.svg)](https://www.npmjs.org/package/lws-basic-auth) | ||
© 2017-19 Lloyd Brookes \<75pound@gmail.com\>. | ||
© 2017-20 Lloyd Brookes \<75pound@gmail.com\>. |
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
4069