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.15 to 2.9.16

2

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

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

@@ -183,2 +183,3 @@ const fs = require('fs');

_skipTimeout: true,
mimeType: 'image/jpeg',
pageId: currentPage?.id,

@@ -193,3 +194,3 @@ });

fs.writeFileSync(
`${tempFolder.name}/${frameIndex}.png`,
`${tempFolder.name}/${frameIndex}.jpeg`,
dataURL.split(',')[1],

@@ -239,3 +240,3 @@ 'base64'

const ffmpegCmd = ffmpeg()
.input(`${tempFolder.name}/%d.png`)
.input(`${tempFolder.name}/%d.jpeg`)
.inputFPS(fps)

@@ -242,0 +243,0 @@ .videoCodec('libx264')

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