Comparing version 0.1.4 to 1.0.0-alpha1
{ | ||
"name": "oah-ui", | ||
"version": "0.1.4", | ||
"version": "1.0.0-alpha1", | ||
"description": "React Styled Components with bootstrap grid system", | ||
"main": "index.js", | ||
"repository": "https://github.com/oahtech/oah-ui.git", | ||
"author": "OAH Technology", | ||
"main": "dist/index.js", | ||
"repository": "https://github.com/AhmedElywa/oah-ui.git", | ||
"author": "Ahmed Elywa", | ||
"license": "MIT", | ||
@@ -17,2 +17,3 @@ "engines": { | ||
"build": "rollup -c", | ||
"pro": "cross-env NODE_ENV=production BABEL_ENV=production rollup -c", | ||
"start": "rollup -c -w", | ||
@@ -27,28 +28,39 @@ "deploy": "rollup -c && cd dist && yarn publish" | ||
"devDependencies": { | ||
"@babel/core": "^7.7.4", | ||
"@babel/preset-env": "^7.7.4", | ||
"@babel/preset-react": "^7.7.4", | ||
"@svgr/rollup": "^4.3.3", | ||
"babel-eslint": "^10.0.3", | ||
"@babel/core": "^7.7.7", | ||
"@types/node": "^12.12.21", | ||
"@types/react": "^16.9.17", | ||
"@types/react-dom": "^16.9.4", | ||
"@types/styled-components": "^4.4.1", | ||
"@typescript-eslint/eslint-plugin": "^2.9.0", | ||
"@typescript-eslint/parser": "^2.9.0", | ||
"acorn": "^7.1.0", | ||
"babel-plugin-styled-components": "^1.10.6", | ||
"babel-plugin-transform-react-remove-prop-types": "^0.4.24", | ||
"concurrently": "^5.0.0", | ||
"cross-env": "^6.0.3", | ||
"eslint": "^6.7.1", | ||
"eslint-plugin-react-hooks": "^2.3.0", | ||
"eslint-config-prettier": "^6.7.0", | ||
"eslint-plugin-prettier": "^3.1.1", | ||
"eslint-plugin-react": "^7.16.0", | ||
"gh-pages": "^2.1.1", | ||
"install-peers-cli": "^2.1.1", | ||
"prepend-file": "^1.3.1", | ||
"prettier": "^1.19.1", | ||
"react": "^16.12.0", | ||
"react-dom": "^16.12.0", | ||
"react-scripts": "^3.1.2", | ||
"rollup": "^1.27.4", | ||
"rollup-plugin-babel": "^4.3.3", | ||
"rollup-plugin-commonjs": "^10.1.0", | ||
"rollup-plugin-node-resolve": "^5.2.0", | ||
"rollup-plugin-terser": "^5.1.2", | ||
"rollup-plugin-url": "^2.2.2", | ||
"styled-components": "^4.4.1" | ||
"rollup-plugin-typescript2": "^0.25.3", | ||
"styled-components": "^4.4.1", | ||
"tslib": "^1.10.0", | ||
"typescript": "^3.7.4" | ||
}, | ||
"dependencies": { | ||
"polished": "^3.4.2", | ||
"prop-types": "^15.7.2" | ||
} | ||
"files": [ | ||
"dist" | ||
], | ||
"bugs": { | ||
"url": "https://github.com/AhmedElywa/oah-ui", | ||
"email": "ahmed.elywa@icloud.com" | ||
}, | ||
"homepage": "https://oah-ui.oahtech.io" | ||
} |
@@ -25,3 +25,3 @@ # What is OAH UI? | ||
- This svg components ready to use. | ||
- Admin dashboard starter kit [oah-admin](https://github.com/oahtech/oah-admin) - Admin dashboard template based on Gatsby with oah-ui component package. | ||
- Admin dashboard starter kit [oah-admin](https://github.com/AhmedElywa/oah-admin) - Admin dashboard template based on Gatsby with oah-ui component package. | ||
@@ -43,2 +43,2 @@ ## The purpose | ||
Didn't find something here? Look through the [issues](https://github.com/oahtech/oah-ui/issues) or simply drop us a line at <ahmed.elywa@icloud.com>. | ||
Didn't find something here? Look through the [issues](https://github.com/AhmedElywa/oah-ui/issues) or simply drop us a line at <ahmed.elywa@icloud.com>. |
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
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
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
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
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
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 2 instances 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 website
QualityPackage does not have a website.
Found 1 instance in 1 package
557170
3
92
5457
0
3
5
28
2
- Removedpolished@^3.4.2
- Removedprop-types@^15.7.2
- Removed@babel/runtime@7.26.0(transitive)
- Removedjs-tokens@4.0.0(transitive)
- Removedloose-envify@1.4.0(transitive)
- Removedobject-assign@4.1.1(transitive)
- Removedpolished@3.7.2(transitive)
- Removedprop-types@15.8.1(transitive)
- Removedreact-is@16.13.1(transitive)
- Removedregenerator-runtime@0.14.1(transitive)