Socket
Socket
Sign inDemoInstall

element-plus

Package Overview
Dependencies
25
Maintainers
1
Versions
228
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1-alpha.2 to 1.0.1-alpha.3

types/alert.d.ts

22

package.json
{
"name": "element-plus",
"version": "1.0.1-alpha.2",
"version": "1.0.1-alpha.3",
"scripts": {

@@ -8,3 +8,2 @@ "cz": "npx git-cz",

"gen": "bash ./scripts/gc.sh",
"storybook": "start-storybook",
"bootstrap": "yarn && npx lerna bootstrap",

@@ -15,16 +14,15 @@ "build": "yarn bootstrap && yarn build:lib && yarn build:theme",

"lint": "eslint ./packages --ext .vue,.js,.ts",
"website-build": "webpack --config ./website/webpack.config.js",
"website-build": "rimraf website-dist && cross-env NODE_ENV=production webpack --config ./website/webpack.config.js",
"website-dev": "webpack-dev-server --config ./website/webpack.config.js",
"website-dev:play": "PLAY_ENV=true yarn website-dev"
"website-dev:play": "cross-env PLAY_ENV=true yarn website-dev"
},
"peerDependencies": {
"vue": "^3.0.0-rc.9"
"vue": "^3.0.0"
},
"devDependencies": {
"@babel/core": "^7.11.4",
"@babel/preset-env": "^7.11.5",
"@babel/preset-typescript": "^7.10.4",
"@commitlint/cli": "^9.1.2",
"@commitlint/config-conventional": "^9.1.2",
"@storybook/addon-storysource": "^6.0.20",
"@storybook/html": "^6.0.20",
"@swc-node/jest": "^0.3.4",
"@types/jest": "^26.0.10",

@@ -35,7 +33,9 @@ "@types/lodash": "^4.14.161",

"@vue/babel-plugin-jsx": "^1.0.0-rc.3",
"@vue/compiler-sfc": "^3.0.0-rc.9",
"@vue/compiler-sfc": "^3.0.0",
"@vue/component-compiler-utils": "^3.2.0",
"algoliasearch": "^4.4.0",
"babel-jest": "^26.3.0",
"babel-loader": "^8.1.0",
"babel-preset-vue": "^2.0.2",
"cp-cli": "^2.0.0",
"cross-env": "^7.0.2",

@@ -50,2 +50,3 @@ "css-loader": "^4.2.2",

"husky": "^4.2.5",
"import-from": "^3.0.0",
"jest": "^26.4.2",

@@ -58,2 +59,3 @@ "lerna": "^3.22.1",

"markdown-it-container": "^3.0.0",
"mini-css-extract-plugin": "^0.11.2",
"rimraf": "^3.0.2",

@@ -68,3 +70,2 @@ "sass": "^1.26.10",

"url-loader": "^4.1.0",
"vite": "^1.0.0-rc.4",
"vue-jest": "5.0.0-alpha.1",

@@ -101,3 +102,2 @@ "vue-loader": "16.0.0-beta.7",

"@popperjs/core": "^2.4.4",
"cp-cli": "^2.0.0",
"dayjs": "1.x",

@@ -104,0 +104,0 @@ "lodash": "^4.17.20",

@@ -23,9 +23,14 @@ <p align="center">

## Storybook preview
## Website preview
With command
```bash
$ yarn storybook
$ yarn website-dev
```
the project will launch `@storybook` client for you to preview all existing component
the project will launch website for you to preview all existing component
You can also use this command to start a blank page to debug
```bash
$ yarn website-dev:play
//source file: ./website/play/index.vue
```
## Component migration process

@@ -32,0 +37,0 @@ 1. Convert the item in https://github.com/element-plus/element-plus/projects/1 to an issue

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