Comparing version 2.1.0 to 2.1.1
{ | ||
"name": "byu-jwt", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "The byu-jwt module provides helpful functions to retrieve a specified BYU .well-known URL and verify BYU signed JWTs.", | ||
@@ -16,4 +16,4 @@ "main": "index.js", | ||
"scripts": { | ||
"test": "mocha test", | ||
"lint": "./node_modules/.bin/standard --fix" | ||
"test": "npx nyc --reporter=lcov --reporter=text-summary mocha test --exit", | ||
"lint": "npx standard --fix" | ||
}, | ||
@@ -34,2 +34,3 @@ "engines": { | ||
"mocha": "^6.2.2", | ||
"nyc": "^15.0.0", | ||
"request": "^2.88.0", | ||
@@ -36,0 +37,0 @@ "standard": "^14.3.1" |
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
49648
7