Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

el-admin

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

el-admin - npm Package Compare versions

Comparing version 0.3.6 to 0.4.0

src/Markdown.vue

22

package.json
{
"name": "el-admin",
"version": "0.3.6",
"version": "0.4.0",
"description": "Admin components using element (https://github.com/ElemeFE/element) tookit",

@@ -21,2 +21,6 @@ "main": "src/index.js",

"license": "ISC",
"dependencies": {
"inline-attachment": "^2.0.3",
"simplemde": "^1.11.2"
},
"peerDependencies": {

@@ -27,12 +31,12 @@ "vue": ">= 2.0.0",

"devDependencies": {
"chai": "4.1.2",
"element-ui": "^2.2.0",
"eslint": "4.18.1",
"eslint-config-smartprix": "^3.4.1",
"mocha": "5.0.1",
"sm-webpack-config": "^0.17.6",
"vue": "^2.5.13",
"chai": "^4.1.2",
"element-ui": "^2.3.7",
"eslint": "^4.19.1",
"eslint-config-smartprix": "^3.4.2",
"mocha": "^5.1.1",
"sm-webpack-config": "^0.18.2",
"vue": "^2.5.16",
"vue-router": "^3.0.1",
"vuex": "^3.0.1",
"vutils": "^0.14.6"
"vutils": "^0.14.7"
},

@@ -39,0 +43,0 @@ "eslintConfig": {

@@ -12,2 +12,3 @@ /* eslint-disable */

import SchemaForm from './SchemaForm.vue';
import ModalLink from './ModalLink.vue';

@@ -24,2 +25,3 @@ var ElAdmin = {

Vue.component(SchemaForm.name, SchemaForm);
Vue.component(ModalLink.name, ModalLink);
}

@@ -26,0 +28,0 @@ };

Sorry, the diff of this file is not supported yet

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