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

react-uberconsole

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-uberconsole - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1-alpha

dist/api/index.d.ts

54

package.json
{
"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"]
}
}
}
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