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.11 to 2.9.12

2

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

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

@@ -197,6 +197,6 @@ const fs = require('fs');

finishedFramesNumber += 1;
const progress = ((finishedFramesNumber / framesNumber) * 100).toFixed(
1
);
// printProgress(progress);
if (attrs.onProgress) {
const progress = finishedFramesNumber / framesNumber;
attrs.onProgress(progress);
}
}

@@ -203,0 +203,0 @@ await page.close();

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