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

wibbitz-lottie-web

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wibbitz-lottie-web - npm Package Compare versions

Comparing version 5.6.1-2 to 5.6.1-3

2

package.json
{
"name": "wibbitz-lottie-web",
"version": "5.6.1-2",
"version": "5.6.1-3",
"description": "After Effects plugin for exporting animations to SVG + JavaScript or canvas + JavaScript",

@@ -5,0 +5,0 @@ "main": "./build/player/lottie.js",

@@ -250,9 +250,4 @@ var FontManager = (function(){

try {
if (!lottie.__globalFontData[fontName]) lottie.__globalFontData[fontName] = { cache: [] };
} catch(e) {
console.log(e);
}
if (!lottie.__globalFontData[fontName]) lottie.__globalFontData[fontName] = { cache: [] };
if(!fontData.cache[index + 1] && !lottie.__globalFontData[fontName].cache[index + 1]) {

@@ -259,0 +254,0 @@ var tHelper = fontData.helper;

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