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

@lottiefiles/lottie-player

Package Overview
Dependencies
Maintainers
0
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 2.0.4 to 2.0.5

39

package.json
{
"name": "@lottiefiles/lottie-player",
"version": "2.0.4",
"version": "2.0.5",
"description": "Lottie animation and Telegram Sticker player web components.",

@@ -13,21 +13,2 @@ "main": "dist/lottie-player.js",

"license": "MIT",
"scripts": {
"prestart": "node -p \"'export const LOTTIE_PLAYER_VERSION = ' + JSON.stringify(require('./package.json').version) + '; \\n' + 'export const LOTTIE_WEB_VERSION = ' + JSON.stringify(require('./package.json').dependencies['lottie-web']) + ';'\" > src/versions.ts",
"start": "npm run cleanup && rollup -c --watch",
"prebuild": "node -p \"'export const LOTTIE_PLAYER_VERSION = ' + JSON.stringify(require('./package.json').version) + '; \\n' + 'export const LOTTIE_WEB_VERSION = ' + JSON.stringify(require('./package.json').dependencies['lottie-web']) + ';'\" > src/versions.ts",
"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 ",
"build-tgs": "rollup -c rollup-tgs.config.js",
"watch-lottie": "npm run cleanup && rollup -c --watch",
"watch-tgs": "npm run cleanup && rollup -c rollup-tgs.config.js --watch",
"cleanup": "shx rm -rf dist && shx mkdir dist",
"release": "semantic-release",
"lint": "eslint . --ext .ts,.tsx,.js",
"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)"
},
"dependencies": {

@@ -107,21 +88,3 @@ "@types/pako": "^1.0.1",

"access": "public"
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"src/**/*.{css,scss,md}": [
"prettier --write"
],
"src/**/*.{js,jsx,ts,tsx,json}": [
"eslint . --ext .ts,.tsx,.js --fix"
]
},
"nyc": {
"extends": "@istanbuljs/nyc-config-typescript",
"all": true
}
}

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

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