🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

elsass

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

elsass - npm Package Compare versions

Comparing version
0.1.19
to
0.1.20
+1
-1
package.json
{
"name": "elsass",
"version": "0.1.19",
"version": "0.1.20",
"description": "A high-quality UI component library based on Vue.js",

@@ -5,0 +5,0 @@ "main": "./src/main.js",

Sorry, the diff of this file is not supported yet

stages:
- npm_build # 镜像构建和打包推送阶段
- npm_publish # 应用部署uat
- npm_fresh_CDN
variables:
project: rcc-plugin
static_root: production_dist/
online_dir: /nfs/k8s/namespaces/production/incdn/$project
domain: "https://$project.rccchina.com/"
#tools: yarn
node_version: v10.12.0
tools: npm
npm_online_build_job: # job名称
stage: npm_build # 关联的阶段名称
variables:
env: online
tags: # GitLab Runner的tag
- ecs
cache:
key: $project-$env
paths:
- node_modules/
- package-lock.json
- production_dist/
only:
- master
script:
- nvm use $node_version
- node -v
- npm -v
- ls
- $tools install
- $tools run build:example
- cp -avf lib/* $static_root
npm_online_publish_job: # job名称
stage: npm_publish # 关联的阶段名称
variables:
env: online
tags: # GitLab Runner的tag
- ecs
cache:
key: $project-$env
paths:
- node_modules/
- package-lock.json
- production_dist/
only:
- master
script:
- rm -rvf $online_dir
- cp -av $static_root $online_dir
npm_online_fresh_cdn_job:
stage: npm_fresh_CDN # 关联的阶段名称
variables:
env: online
tags: # GitLab Runner的tag
- ecs
cache:
key: $project-$env
paths:
- node_modules/
- package-lock.json
- production_dist/
only:
- master
script:
- python3 /opt/ops/cdn/refresh_cdn.py $domain
- python3 /opt/ops/gitlab/send_im.py $GITLAB_USER_EMAIL $CI_PROJECT_NAME $CI_COMMIT_REF_NAME $CI_JOB_URL $CI_PIPELINE_ID $CI_COMMIT_MESSAGE
## 概述
bug概述
## 重现步骤
1. aaa
2. bbb
3. ccc
## Bug行为
Bug的表现行为
## 期望行为
软件的正确行为
## 附件
附上图片或日志,日志请用格式:
> ```
> 日志内容
> ```
## 是否新组件
否,组件名:左侧导航
## 相关描述
希望左侧导航添加一个xxx功能
具体描述:
## 其他描述

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display