Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

polotno-node

Package Overview
Dependencies
Maintainers
1
Versions
122
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

polotno-node - npm Package Compare versions

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',

2

package.json
{
"name": "polotno-node",
"version": "2.9.14",
"version": "2.9.15",
"description": "Polotno workflow from NodeJS",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc