Socket
Socket
Sign inDemoInstall

lottie-ios

Package Overview
Dependencies
0
Maintainers
7
Versions
49
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.3.3 to 4.3.4

Sources/Private/EmbeddedLibraries/LRUCache/LRUCache.swift

2

package.json
{
"name": "lottie-ios",
"version": "4.3.3",
"version": "4.3.4",
"description": "Lottie is a mobile library for Android and iOS that parses Adobe After Effects animations exported as json with bodymovin and renders the vector animations natively on mobile and through React Native!",

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

@@ -44,3 +44,3 @@ # Lottie for iOS

```swift
.package(url: "https://github.com/airbnb/lottie-spm.git", from: "4.3.3")
.package(url: "https://github.com/airbnb/lottie-spm.git", from: "4.3.4")
```

@@ -47,0 +47,0 @@

@@ -8,2 +8,3 @@ ## ZipFoundation

- EpoxyCore (https://github.com/airbnb/epoxy-ios)
- LRUCache (https://github.com/nicklockwood/LRUCache)

@@ -29,1 +30,14 @@ Lottie is distributed via multiple package managers (SPM, Cocoapods, Carthage, and NPM),

to prevent Lottie from exposing any APIs from other libraries.
### Adding a new dependencies
1. Create a subdirectory in `EmbeddedLibraries` for the new dependency.
2. Add the dependency to the list at the top of this file.
3. Add a `README.md` to the directory for the new library, using the same formatting as the `README.md` file used by other dependencies.
4. Exclude the new `README.md` file from the lottie-ios package by adding it to the `exclude:` list in `Package.swift`.
5. Change all of the `public` symbols defined in the module to instead be `internal`
to prevent Lottie from exposing any APIs from other libraries.

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc