Socket
Socket
Sign inDemoInstall

react-admin-panel

Package Overview
Dependencies
30
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.1 to 0.0.2

esm/adminpanel.d.ts

40

package.json
{
"name": "react-admin-panel",
"version": "0.0.1",
"version": "0.0.2",
"description": "A frontend Framework for building admin applications on top of REST services, using React, ES6",

@@ -9,2 +9,5 @@ "author": "Inioluwa Sogelola <inioluwwa4.is@gmail.com>",

"main": "lib/index",
"types": "lib/index.d.ts",
"module": "esm/index.js",
"sideEffects": false,
"directories": {

@@ -15,11 +18,36 @@ "lib": "lib",

"files": [
"lib"
"lib",
"*.md",
"esm",
"src",
"docs"
],
"dependencies": {
"rap-core": "^0.0.1"
"devDependencies": {
"@types/react": "^16.9.41",
"@types/styled-components": "^5.1.1",
"rimraf": "^2.6.3",
"ts-loader": "^8.0.0",
"typescript": "^3.9.6"
},
"peerDependencies": {
"@types/react": "^16.9.41",
"@types/styled-components": "^5.1.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"typescript": "^3.9.6"
},
"scripts": {
"test": "echo \"Error: run tests from root\" && exit 1"
"build": "yarn run build-cjs && yarn run build-esm",
"build-cjs": "rimraf ./lib && tsc",
"test": "echo \"Error: run tests from root\" && exit 1",
"build-esm": "rimraf ./esm && tsc --outDir esm --module es2015",
"watch": "tsc --outDir esm --module es2015 --watch"
},
"gitHead": "75c777bbf64f2712ee6dc3191fe61a05513c7580"
"dependencies": {
"react-redux": "^7.2.0",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"redux": "^4.0.5"
},
"gitHead": "326667d4a8dedec1a1569ec84befb930b5bd9803"
}
lib/admin.ts
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc