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

@lottiefiles/lottie-player

Package Overview
Dependencies
Maintainers
4
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lottiefiles/lottie-player - npm Package Compare versions

Comparing version 1.5.5 to 1.5.6

4

dist/lottie-player.d.ts

@@ -1,3 +0,3 @@

import { TemplateResult } from 'lit/html.js';
import { LitElement } from "lit";
import { TemplateResult } from "lit/html.js";
export declare enum PlayerState {

@@ -63,3 +63,3 @@ Destroyed = "destroyed",

/**
* Animation speed.
* Animation description for screen readers.
*/

@@ -66,0 +66,0 @@ description: string;

@@ -1,3 +0,6 @@

import { LottiePlayer } from './lottie-player';
/**
* Copyright 2022 Design Barn Inc.
*/
import { LottiePlayer } from "./lottie-player";
/**
* TGSPlayer web component class

@@ -4,0 +7,0 @@ *

@@ -0,3 +1,6 @@

/**
* Copyright 2022 Design Barn Inc.
*/
declare const _default: import("lit-element").CSSResult;
export default _default;
//# sourceMappingURL=tgs-player.styles.d.ts.map
{
"name": "@lottiefiles/lottie-player",
"version": "1.5.5",
"version": "1.5.6",
"description": "Lottie animation and Telegram Sticker player web components.",

@@ -16,2 +16,3 @@ "main": "dist/lottie-player.js",

"build": "npm run cleanup && npm run build-lottie && npm run build-tgs",
"build-with-coverage": "npm run cleanup && CODE_COVERAGE=true npm run build-lottie && CODE_COVERAGE=true npm run build-tgs",
"build-lottie": "rollup -c ",

@@ -24,3 +25,7 @@ "build-tgs": "rollup -c rollup-tgs.config.js",

"lint": "eslint . --ext .ts,.tsx,.js",
"lint:fix": "eslint . --ext .ts,.tsx,.js --fix"
"lint:fix": "eslint . --ext .ts,.tsx,.js --fix",
"serve": "node ./cypress/pages/server.js -p 8000 &",
"start-cypress": "yarn run cypress run && npx nyc report --reporter=text-summary",
"run-tests": "yarn run build-with-coverage && yarn run serve && yarn run start-cypress",
"postrun-tests": "kill $(lsof -t -i:8000)"
},

@@ -42,4 +47,5 @@ "dependencies": {

"@commitlint/config-conventional": "^16.0.0",
"@cypress/code-coverage": "^3.9.12",
"@istanbuljs/nyc-config-typescript": "^1.0.2",
"@lottiefiles/eslint-plugin": "^2.2.0",
"@playwright/test": "^1.16.3",
"@rollup/plugin-babel": "^5.1.0",

@@ -55,4 +61,9 @@ "@rollup/plugin-commonjs": "^21.0.1",

"babel-eslint": "^10.1.0",
"eslint": "^8.8.0",
"babel-plugin-istanbul": "^6.1.1",
"cypress": "^9.2.1",
"cypress-real-events": "^1.6.0",
"eslint": "^7.27.0",
"eslint-plugin-only-warn": "^1.0.2",
"fastify": "^3.25.3",
"fastify-static": "^4.5.0",
"husky": ">=4",

@@ -73,3 +84,6 @@ "lerna": "^4.0.0",

"shx": "^0.3.4",
"typescript": "^4.5.5"
"source-map-support": "^0.5.21",
"ts-node": "^10.4.0",
"typescript": "^4.5.5",
"unicode-canonical-property-names-ecmascript": "^2.0.0"
},

@@ -109,3 +123,7 @@ "files": [

]
},
"nyc": {
"extends": "@istanbuljs/nyc-config-typescript",
"all": true
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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 too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc