fastify-auth0-verify
Advanced tools
@@ -17,6 +17,6 @@ name: ci | ||
| matrix: | ||
| node: [14, 16, 18] | ||
| node: [16, 18, 20] | ||
| steps: | ||
| - uses: actions/checkout@v4 | ||
| - uses: actions/setup-node@v3 | ||
| - uses: actions/setup-node@v4 | ||
| with: | ||
@@ -23,0 +23,0 @@ node-version: ${{ matrix.node }} |
+4
-4
| { | ||
| "name": "fastify-auth0-verify", | ||
| "version": "1.2.1", | ||
| "version": "2.0.0", | ||
| "description": "Auth0 verification plugin for Fastify", | ||
@@ -50,3 +50,3 @@ "author": "NearForm Ltd", | ||
| "@fastify/cookie": "^9.0.4", | ||
| "@fastify/jwt": "^7.0.0", | ||
| "@fastify/jwt": "^8.0.0", | ||
| "fastify-jwt-jwks": "^1.1.3", | ||
@@ -71,8 +71,8 @@ "fastify-plugin": "^4.0.0" | ||
| "prettier": "^3.0.1", | ||
| "tsd": "^0.29.0", | ||
| "tsd": "^0.30.0", | ||
| "typescript": "^5.0.2" | ||
| }, | ||
| "engines": { | ||
| "node": ">= 14.0.0" | ||
| "node": ">= 16" | ||
| } | ||
| } |
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 4 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 4 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
3
-25%66421
-0.01%+ Added
+ Added
Updated