Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "eyzy", | ||
"version": "0.0.1", | ||
"author": "Kostiantyn <phlyze@gmail.com>", | ||
"version": "v0.0.2", | ||
"author": "Kostiantyn", | ||
"description": "React UI Toolkit", | ||
"homepage": "https://eyzy.gitbook.io/tree/", | ||
"license": "MIT", | ||
"homepage": "https://github.com/eyzy/eyzy#readme", | ||
"main": "dist/eyzy.js", | ||
"module": "es/eyzy.js", | ||
"library": "Eyzy", | ||
"scripts": { | ||
"build": "cross-env NODE_ENV=production rollup -c", | ||
"start": "cross-env NODE_ENV=development rollup -cw", | ||
"test": "jest" | ||
"start": "cross-env NODE_ENV=development rollup -cw rollup.config.js", | ||
"build": "cross-env NODE_ENV=production rollup -c rollup.config.js", | ||
"test": "npm test" | ||
}, | ||
@@ -16,3 +18,47 @@ "repository": { | ||
"url": "git+https://github.com/eyzy/eyzy.git" | ||
}, | ||
"keywords": [ | ||
"react", | ||
"react-component", | ||
"react-ui" | ||
], | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/eyzy/eyzy/issues" | ||
}, | ||
"files": [ | ||
"src", | ||
"dist", | ||
"es", | ||
"style.css" | ||
], | ||
"dependencies": { | ||
"react": "^16.8.6", | ||
"react-dom": "^16.8.6" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.5.5", | ||
"@types/react": "^16.8.18", | ||
"@types/react-dom": "^16.8.4", | ||
"core-js": "^3.2.0", | ||
"cross-env": "^5.2.0", | ||
"rollup": "^1.12.3", | ||
"rollup-plugin-babel": "^4.3.3", | ||
"rollup-plugin-commonjs": "^10.0.2", | ||
"rollup-plugin-node-resolve": "^5.2.0", | ||
"rollup-plugin-peer-deps-external": "^2.2.0", | ||
"rollup-plugin-scss": "^1.0.1", | ||
"rollup-plugin-serve": "^1.0.1", | ||
"rollup-plugin-typescript": "^1.0.1", | ||
"rollup-plugin-url": "^2.2.2", | ||
"tslib": "^1.9.3", | ||
"tslint": "^5.16.0", | ||
"tslint-react": "^4.0.0", | ||
"typescript": "^3.4.5" | ||
}, | ||
"babel": { | ||
"presets": [ | ||
"react-app" | ||
] | ||
} | ||
} |
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
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
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
Mixed license
License(Experimental) Package contains multiple licenses.
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
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 bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
81378
33
752
0
2
18
1
2
0
2
+ Addedreact@^16.8.6
+ Addedreact-dom@^16.8.6
+ Addedjs-tokens@4.0.0(transitive)
+ Addedloose-envify@1.4.0(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)