New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

lottie-react

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lottie-react - npm Package Compare versions

Comparing version 0.0.1 to 1.0.0

build/index.es.js

85

package.json
{
"name": "lottie-react",
"version": "0.0.1",
"description": "Lottie React",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "MIT"
"name": "lottie-react",
"version": "1.0.0",
"description": "Lottie for React",
"author": "David Gamote",
"bugs": {
"url": "https://github.com/Gamote/lottie-react/issues"
},
"homepage": "https://github.com/Gamote/lottie-react",
"repository": {
"type": "git",
"url": "git+https://github.com/Gamote/lottie-react.git"
},
"license": "MIT",
"keywords": [
"lottie",
"react",
"lottie react",
"react lottie",
"lottie web",
"animation",
"component",
"hook"
],
"main": "build/index.js",
"browser": "build/index.umd.js",
"module": "build/index.es.js",
"style": "build/index.css",
"files": [
"/build"
],
"scripts": {
"rollup:compile": "rollup -c",
"rollup:compile:watch": "rollup -c -w",
"docz:dev": "docz dev",
"docz:build": "docz build",
"docz:serve": "docz build && docz serve",
"postbuild": "npm pack && tar -xvzf *.tgz && rm -rf package *.tgz",
"prepublishOnly": "rm -rf build && npm run rollup:compile"
},
"peerDependencies": {
"react": "^16.8.0",
"react-dom": "^16.8.0",
"prop-types": "^15.5.7"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.0",
"@babel/preset-react": "^7.9.4",
"@rollup/plugin-commonjs": "^11.0.2",
"@rollup/plugin-node-resolve": "^7.1.1",
"autoprefixer": "^9.7.5",
"babel-loader": "^8.1.0",
"docz": "^2.2.0",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.18.3",
"eslint-plugin-react-hooks": "^1.7.0",
"node-sass": "^4.13.1",
"prettier": "^1.19.1",
"react": "^16.8.0",
"react-dom": "^16.8.0",
"prop-types": "^15.5.7",
"rollup": "^2.3.1",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-peer-deps-external": "^2.2.2",
"rollup-plugin-postcss": "^2.5.0",
"rollup-plugin-terser": "^5.3.0",
"rollup-plugin-uglify": "^6.0.4"
},
"dependencies": {
"lottie-web": "^5.6.7"
}
}
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