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

lord-icon-element

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lord-icon-element - npm Package Compare versions

Comparing version

to
1.3.3

5

build/main/element.js

@@ -167,3 +167,6 @@ import { replacePalette, replaceParams } from "../helpers/lottie.js";

}
if (from === "icon" && !this.lottie) {
if (from === "icon") {
if (this.lottie) {
this.unregisterLottie();
}
this.registerLottie();

@@ -170,0 +173,0 @@ }

14

package.json
{
"name": "lord-icon-element",
"version": "1.3.2",
"version": "1.3.3",
"private": false,

@@ -9,14 +9,14 @@ "main": "./build/lord-icon-element.js",

"devDependencies": {
"@types/node": "^11.15.7",
"@types/node": "^11.15.44",
"express": "^4.17.1",
"klaw-sync": "6.0.0",
"lottie-web": "^5.6.6",
"lottie-web": "^5.7.6",
"open": "^6.4.0",
"serve-static": "^1.13.2",
"terser-webpack-plugin": "^2.3.5",
"terser-webpack-plugin": "^2.3.8",
"tslint": "^5.20.1",
"typescript": "^3.8.3",
"typescript": "^3.9.7",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^4.42.0",
"webpack-cli": "^3.3.11"
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12"
},

@@ -23,0 +23,0 @@ "scripts": {

Sorry, the diff of this file is not supported yet