Comparing version 8.3.0 to 8.3.1
{ | ||
"name": "get-jwks", | ||
"version": "8.3.0", | ||
"version": "8.3.1", | ||
"description": "Fetch utils for JWKS keys", | ||
@@ -49,7 +49,7 @@ "main": "src/get-jwks.js", | ||
"prettier": "^3.0.0", | ||
"sinon": "^15.0.0", | ||
"sinon": "^16.0.0", | ||
"tap": "^16.0.0", | ||
"tsd": "^0.28.0", | ||
"tsd": "^0.29.0", | ||
"typescript": "^5.0.2" | ||
} | ||
} |
@@ -18,3 +18,3 @@ # get-jwks | ||
```js | ||
const https = require('https') | ||
const https = require('node:https') | ||
const buildGetJwks = require('get-jwks') | ||
@@ -21,0 +21,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
14002