lottie-react
Advanced tools
Comparing version 0.0.1 to 1.0.0
{ | ||
"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" | ||
} | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
130548
12
1524
0
2
0
43
0
4
27
1
2
+ Addedlottie-web@^5.6.7
+ Addedjs-tokens@4.0.0(transitive)
+ Addedloose-envify@1.4.0(transitive)
+ Addedlottie-web@5.12.2(transitive)
+ Addedobject-assign@4.1.1(transitive)
+ Addedprop-types@15.8.1(transitive)
+ Addedreact@16.14.0(transitive)
+ Addedreact-dom@16.14.0(transitive)
+ Addedreact-is@16.13.1(transitive)
+ Addedscheduler@0.19.1(transitive)