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

@lottiefiles/vue-lottie-player

Package Overview
Dependencies
Maintainers
4
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lottiefiles/vue-lottie-player - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5-beta.0

53

package.json
{
"private": false,
"name": "@lottiefiles/vue-lottie-player",
"version": "1.0.4",
"version": "1.0.5-beta.0",
"description": "Lottie player wrapper for Vue.js by LottieFiles",
"scripts": {
"build": "vue-cli-service build --target lib --name @lottiefiles/vue-lottie-player ./src/index.js && rm ./dist/demo.html",
"build-with-coverage": "CODE_COVERAGE=true vue-cli-service build --target lib --name @lottiefiles/vue-lottie-player ./src/index.js && rm ./dist/demo.html",
"release": "semantic-release",
"build": "vue-cli-service build --target lib --name @lottiefiles/vue-lottie-player ./src/index.js && rm ./dist/demo.html"
"run-tests": "yarn run build-with-coverage && yarn run start-cypress",
"postrun-tests": "kill $(lsof -t -i:8080)",
"start-and-run-tests": "yarn run build-with-coverage && yarn run serve-app && BACK_PID=$! && wait $BACK_PID && yarn run start-cypress;",
"poststart-and-run-tests": "kill $(lsof -t -i:8080)",
"serve-app": "cd example && yarn && yarn run serve &",
"start-cypress": "yarn run cypress run"
},

@@ -14,24 +20,11 @@ "main": "dist/@lottiefiles/vue-lottie-player.common.js",

],
"contributors": [
{
"name": "Mazin",
"email": "mazin@lottiefiles.com"
},
{
"name": "Hunain",
"email": "hunain@lottiefiles.com"
},
{
"name": "Karam",
"email": "karam@lottiefiles.com"
}
],
"license": "MIT",
"dependencies": {
"@lottiefiles/lottie-player": "^1.04",
"@lottiefiles/lottie-player": "^1.0.4",
"vue": "^2.6.12"
},
"devDependencies": {
"@changesets/cli": "^2.22.0",
"@commitlint/cli": "^12.1.1",
"@commitlint/config-conventional": "^12.1.1",
"@cypress/code-coverage": "^3.9.12",
"@rollup/plugin-buble": "^0.21.3",

@@ -45,4 +38,7 @@ "@rollup/plugin-commonjs": "^19.0.0",

"@semantic-release/release-notes-generator": "^9.0.2",
"@vue/babel-preset-app": "^5.0.1",
"@vue/cli-service": "^4.5.13",
"@vue/compiler-sfc": "^3.0.11",
"babel-plugin-istanbul": "^6.1.1",
"cypress": "9.5.1",
"husky": ">=4",

@@ -56,2 +52,16 @@ "lint-staged": ">=10",

},
"contributors": [
{
"name": "Mazin",
"email": "mazin@lottiefiles.com"
},
{
"name": "Hunain",
"email": "hunain@lottiefiles.com"
},
{
"name": "Karam",
"email": "karam@lottiefiles.com"
}
],
"husky": {

@@ -67,3 +77,4 @@ "hooks": {

"lottiefiles"
]
}
],
"license": "MIT"
}

@@ -187,4 +187,35 @@ ## LottiePlayer Vue Component

Type: `void`
## Contributing
We use changesets to maintain a changelog for this repository. When making any change to the codebase that impacts functionality or performance we require a changeset to be present.
To add a changeset run:
```
yarn run changeset
```
And select the type of version bump you'd like (major, minor, path).
You can document the change in detail and format it properly using Markdown by opening the ".md" file that the "yarn changeset" command created in the ".changeset" folder. Open the file, it should look something like this:
```
---
"@lottiefiles/pkg1": minor
"@lottiefiles/pkg2": major
---
This is where you document your **changes** using Markdown.
- You can write
- However you'd like
- In as much detail as you'd like
Aim to provide enough details so that team mates and future you can understand the changes and the context of the change.
```
You can commit your changes and the changeset to your branch and then create a pull request on the develop branch.
## License
MIT License © LottieFiles.com
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