ngx-lottie
Advanced tools
Comparing version 8.2.2 to 8.2.3
{ | ||
"name": "ngx-lottie", | ||
"version": "8.2.2", | ||
"version": "8.2.3", | ||
"repository": { | ||
@@ -32,6 +32,8 @@ "type": "git", | ||
"angular 13", | ||
"angular14", | ||
"angular 14", | ||
"universal", | ||
"ivy" | ||
], | ||
"sideEffects": true, | ||
"sideEffects": false, | ||
"peerDependencies": { | ||
@@ -41,2 +43,6 @@ "@angular/core": ">=13", | ||
}, | ||
"dependencies": { | ||
"@scarf/scarf": "^1.1.1", | ||
"tslib": "^2.3.0" | ||
}, | ||
"module": "fesm2015/ngx-lottie.mjs", | ||
@@ -68,6 +74,3 @@ "es2020": "fesm2020/ngx-lottie.mjs", | ||
} | ||
}, | ||
"dependencies": { | ||
"tslib": "^2.3.0" | ||
} | ||
} |
@@ -113,2 +113,4 @@ <h1 align="center"> | ||
> Please note: ngx-lottie uses [Scarf](https://scarf.sh/) to collect anonymized installation analytics. These analytics help support the maintainers of this library. However, if you'd like to opt out, you can do so by setting `scarfSettings.enabled = false` in your project's package.json. Alternatively, you can set the environment variable `SCARF_ANALYTICS=false` before you install. | ||
## Usage | ||
@@ -115,0 +117,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
227870
671
4
+ Added@scarf/scarf@^1.1.1
+ Added@scarf/scarf@1.4.0(transitive)