react-uberconsole
Advanced tools
Comparing version 1.0.0 to 1.0.1-alpha
{ | ||
"name": "react-uberconsole", | ||
"version": "1.0.0", | ||
"main": "index.js", | ||
"version": "1.0.1-alpha", | ||
"description": "A modular light weight backend console framework for react.", | ||
"main": "dist/index.js", | ||
"repository": "https://github.com/XPD-Kasun/react-uberconsole.git", | ||
"author": "XPDKasun (kasunx.kelaniya@gmail.com)", | ||
"license": "MIT" | ||
"author": "XPDKasun <kasunx.kelaniya@gmail.com>", | ||
"license": "MIT", | ||
"scripts": { | ||
"build": "rollup --config rollup-config.prod.js", | ||
"build-dev": "rollup --config rollup-config.dev.js --watch", | ||
"watch-css": "node-sass --watch scss/index.scss dist/styles.css", | ||
"watch": "yarn build-dev && watch-css", | ||
"test": "" | ||
}, | ||
"files": ["dist", "scss"], | ||
"exports": { | ||
".": "./dist", | ||
"./router": "./dist/router" | ||
}, | ||
"devDependencies": { | ||
"@rollup/plugin-typescript": "^8.3.3", | ||
"@types/nprogress": "^0.2.0", | ||
"@types/react": "^18.0.14", | ||
"@types/react-dom": "^18.0.6", | ||
"classnames": "^2.3.1", | ||
"node-sass": "^7.0.1", | ||
"react": "^17", | ||
"react-dom": "^17", | ||
"react-icons": "^4.4.0", | ||
"rollup": "^2.75.7", | ||
"rollup-plugin-delete": "^2.0.0", | ||
"rollup-plugin-scss": "^3.0.0", | ||
"rollup-plugin-terser": "^7.0.2", | ||
"tslib": "^2.4.0", | ||
"typescript": "^4.7.4" | ||
}, | ||
"packageManager": "yarn@3.2.1", | ||
"peerDependencies": { | ||
"classnames": "^2.3.1", | ||
"react": "^17", | ||
"react-dom": "^17", | ||
"react-icons": "^4.4.0" | ||
}, | ||
"dependencies": { | ||
"nprogress": "^0.2.0", | ||
"react-router-dom": "^6.3.0" | ||
}, | ||
"typesVersions": { | ||
">=3.1": { | ||
"router": ["dist/router/index.d.ts"] | ||
} | ||
} | ||
} |
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
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 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
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
107657
109
847
6
15
4
+ Addednprogress@^0.2.0
+ Addedreact-router-dom@^6.3.0
+ Added@remix-run/router@1.22.0(transitive)
+ Addedclassnames@2.5.1(transitive)
+ Addedjs-tokens@4.0.0(transitive)
+ Addedloose-envify@1.4.0(transitive)
+ Addednprogress@0.2.0(transitive)
+ Addedobject-assign@4.1.1(transitive)
+ Addedreact@17.0.2(transitive)
+ Addedreact-dom@17.0.2(transitive)
+ Addedreact-icons@4.12.0(transitive)
+ Addedreact-router@6.29.0(transitive)
+ Addedreact-router-dom@6.29.0(transitive)
+ Addedscheduler@0.20.2(transitive)