prerender-node
Advanced tools
+8
-0
@@ -0,1 +1,9 @@ | ||
| ## 3.8.0 (2024-02-20) | ||
| Added: | ||
| - Add X-Prerender-Int-Type to recognized user integration type | ||
| ## 3.7.0 (2023-05-22) | ||
| Added: | ||
| - Add Google-InspectionTool to the recognized user agents | ||
| ## 3.6.0 (2023-03-15) | ||
@@ -2,0 +10,0 @@ Added: |
+1
-0
@@ -207,2 +207,3 @@ var http = require('http') | ||
| options.headers['User-Agent'] = req.headers['user-agent']; | ||
| options.headers['X-Prerender-Int-Type']= 'Node'; | ||
| options.headers['Accept-Encoding'] = 'gzip'; | ||
@@ -209,0 +210,0 @@ if(this.prerenderToken || process.env.PRERENDER_TOKEN) { |
+1
-1
| { | ||
| "name": "prerender-node", | ||
| "version": "3.7.0", | ||
| "version": "3.8.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
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
23853
1%254
0.4%