@lottiefiles/lottie-player
Advanced tools
Comparing version 2.0.4 to 2.0.5
{ | ||
"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
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
Known malware
Supply chain riskThis package is malware. We have asked the package registry to remove it.
Found 1 instance in 1 package
Unpublished package
Supply chain riskPackage version was not found on the registry. It may exist on a different registry and need to be configured to pull from that registry.
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
9762334
26127
7
1