polotno-node
Advanced tools
Comparing version 2.9.14 to 2.9.15
15
index.js
@@ -15,2 +15,4 @@ let puppeteer = require('puppeteer-core'); | ||
const minimal_args = [ | ||
'about:blank', | ||
'--allow-pre-commit-input', | ||
'--autoplay-policy=user-gesture-required', | ||
@@ -21,2 +23,3 @@ '--disable-background-networking', | ||
'--disable-breakpad', | ||
'--disable-component-extensions-with-background-pages', | ||
'--disable-client-side-phishing-detection', | ||
@@ -26,3 +29,7 @@ '--disable-component-update', | ||
'--disable-dev-shm-usage', | ||
'--no-proxy-server', | ||
"--proxy-server='direct://'", | ||
'--proxy-bypass-list=*', | ||
'--disable-domain-reliability', | ||
'--disable-features=AudioServiceOutOfProcess,IsolateOrigins,site-per-process,Translate,BackForwardCache,AvoidUnnecessaryBeforeUnloadCheckSync,IntensiveWakeUpThrottling', | ||
'--disable-extensions', | ||
@@ -36,2 +43,3 @@ '--disable-features=AudioServiceOutOfProcess', | ||
'--disable-print-preview', | ||
'--disable-site-isolation-trials', | ||
'--disable-prompt-on-repost', | ||
@@ -42,2 +50,3 @@ '--disable-renderer-backgrounding', | ||
'--disable-sync', | ||
'--force-color-profile=srgb', | ||
'--hide-scrollbars', | ||
@@ -49,2 +58,3 @@ '--ignore-gpu-blacklist', | ||
'--no-first-run', | ||
'--enable-automation', | ||
'--no-pings', | ||
@@ -54,2 +64,4 @@ '--no-sandbox', | ||
'--password-store=basic', | ||
'--allow-running-insecure-content', | ||
// this line breaks the rendering on most of OS | ||
@@ -60,3 +72,6 @@ // it doesn't allow creating of pages | ||
'--use-mock-keychain', | ||
'--enable-blink-features=IdleDetection', | ||
'--intensive-wake-up-throttling-policy=0', | ||
'--font-render-hinting=none', | ||
'--ignore-gpu-blocklist', | ||
'--disable-font-subpixel-positioning', | ||
@@ -63,0 +78,0 @@ '--force-color-profile=generic-rgb', |
{ | ||
"name": "polotno-node", | ||
"version": "2.9.14", | ||
"version": "2.9.15", | ||
"description": "Polotno workflow from NodeJS", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
1230262
5514
0