prerender-node
Advanced tools
+50
-1
@@ -83,3 +83,42 @@ var http = require('http') | ||
| 'AhrefsSiteAudit', | ||
| 'Iframely' | ||
| 'Iframely', | ||
| 'OpenAI/ChatGPT', | ||
| 'ChatGPT-User', | ||
| 'GPTBot', | ||
| 'ChatGPT-User/1.0', | ||
| 'Anthropic/Claude', | ||
| 'anthropic-ai', | ||
| 'Anthropic/Claude', | ||
| 'Google-Extended', | ||
| 'GoogleOther', | ||
| 'Microsoft/Bing AI', | ||
| 'BingBot/AI', | ||
| 'BingPreview', | ||
| 'Perplexity', | ||
| 'Perplexitybot', | ||
| 'PerplexityBot/1.0', | ||
| 'Cohere', | ||
| 'Cohere-ai', | ||
| 'cohere-crawler', | ||
| 'ByteDance/TikTok', | ||
| 'Bytespider', | ||
| 'BytespiderBot', | ||
| 'Baiduspider-render', | ||
| 'Baiduspider-AI', | ||
| 'YourBot', | ||
| 'You-bot', | ||
| 'NeevaBot', | ||
| 'Hugging-Face-AI', | ||
| 'HuggingFaceBot', | ||
| 'LinkedInBot/AI', | ||
| 'facebookexternalhit/AI', | ||
| 'FacebookBot', | ||
| 'Twitterbot', | ||
| 'redditbot', | ||
| 'CCBot', | ||
| 'AIResearchBot', | ||
| 'research-crawler', | ||
| 'Diffbot', | ||
| 'ScaleAI', | ||
| 'scale-crawler' | ||
| ]; | ||
@@ -302,1 +341,11 @@ | ||
| }; | ||
| prerender.addUserAgents = function(newAgents) { | ||
| var newAgentsArray = Array.isArray(newAgents) ? newAgents : [newAgents]; | ||
| newAgentsArray.forEach(agent => { | ||
| if (!this.crawlerUserAgents.includes(agent)) { | ||
| this.crawlerUserAgents.push(agent); | ||
| } | ||
| }); | ||
| return this; | ||
| } |
+1
-1
| { | ||
| "name": "prerender-node", | ||
| "version": "3.8.0", | ||
| "version": "3.8.2", | ||
| "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
24843
4.15%302
18.9%3
50%