prerender
Advanced tools
+4
-0
@@ -5,2 +5,6 @@ # Change Log | ||
| ## 5.16.2 - 2021-11-26 | ||
| ### Changed | ||
| - Add option to skip setting `customElements.forcePolyfill = true` | ||
| ## 5.16.1 - 2021-10-25 | ||
@@ -7,0 +11,0 @@ ### Changed |
@@ -494,3 +494,5 @@ const CDP = require('chrome-remote-interface'); | ||
| Page.addScriptToEvaluateOnNewDocument({ source: 'if (window.customElements) customElements.forcePolyfill = true' }) | ||
| if (!tab.prerender.skipCustomElementsForcePolyfill) { | ||
| Page.addScriptToEvaluateOnNewDocument({ source: 'if (window.customElements) customElements.forcePolyfill = true' }) | ||
| } | ||
| Page.addScriptToEvaluateOnNewDocument({ source: 'ShadyDOM = {force: true}' }) | ||
@@ -497,0 +499,0 @@ Page.addScriptToEvaluateOnNewDocument({ source: 'ShadyCSS = {shimcssproperties: true}' }) |
+1
-1
@@ -5,3 +5,3 @@ { | ||
| "description": "Service to prerender Javascript rendered pages for SEO", | ||
| "version": "5.16.1", | ||
| "version": "5.16.2", | ||
| "license": "MIT", | ||
@@ -8,0 +8,0 @@ "repository": { |
Network access
Supply chain riskThis module accesses the network.
Found 2 instances in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
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 17 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
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
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
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
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 17 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
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
87752
0.19%1570
0.13%3
-25%