New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

wa-sticker-formatter

Package Overview
Dependencies
Maintainers
2
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wa-sticker-formatter - npm Package Compare versions

Comparing version 4.4.1 to 4.4.2

2

dist/internal/convert.js

@@ -44,3 +44,3 @@ "use strict";

let image = isVideo ? yield (0, videoToGif_1.default)(data) : data;
const isAnimated = isVideo || mime.includes('gif');
const isAnimated = isVideo || mime.includes('gif') || mime.includes('webp');
if (isAnimated && ['crop', 'circle', 'rouded'].includes(type)) {

@@ -47,0 +47,0 @@ const filename = `${(0, os_1.tmpdir)()}/${Math.random().toString(36)}.webp`;

{
"name": "wa-sticker-formatter",
"version": "4.4.1",
"version": "4.4.2",
"description": "Sticker Creator for WhatsApp",

@@ -5,0 +5,0 @@ "main": "dist",

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