prerender-node
Advanced tools
+14
-0
@@ -0,1 +1,15 @@ | ||
| ## 3.6.0 (2023-03-15) | ||
| Added: | ||
| - .webp, .woff2 extensions to the list of extensions that are not prerendered | ||
| - Add AhrefsBot to the recognized user agents | ||
| - Add AhrefsSiteAudit to the recognized user agents | ||
| - Add Iframely to the recognized user agents | ||
| - Add screaming frog to the recognized user agents | ||
| ## 3.5.0 () | ||
| Added: | ||
| - cancelRender flag in afterRender callback | ||
| ## 3.4.2 (2022-03-21) | ||
@@ -2,0 +16,0 @@ Fixed: |
+8
-2
@@ -79,2 +79,6 @@ var http = require('http') | ||
| 'SeznamBot', | ||
| 'screaming frog SEO spider', | ||
| 'AhrefsBot', | ||
| 'AhrefsSiteAudit', | ||
| 'Iframely' | ||
| ]; | ||
@@ -123,5 +127,7 @@ | ||
| '.woff', | ||
| '.woff2', | ||
| '.ttf', | ||
| '.svg', | ||
| '.webmanifest' | ||
| '.webmanifest', | ||
| '.webp' | ||
| ]; | ||
@@ -218,3 +224,3 @@ | ||
| }); | ||
| }; | ||
@@ -221,0 +227,0 @@ |
+1
-1
| { | ||
| "name": "prerender-node", | ||
| "version": "3.5.0", | ||
| "version": "3.6.0", | ||
| "description": "express middleware for serving prerendered javascript-rendered pages for SEO", | ||
@@ -5,0 +5,0 @@ "author": "Todd Hooper", |
Network access
Supply chain riskThis module accesses the network.
Found 2 instances 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 2 instances in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 2 instances in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances in 1 package
23590
2.04%252
2.44%3
50%