Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
wk-form-design
Advanced tools
#创建宿主机挂载目录并设置权限
mkdir -p /data/nexus3/data
chown -R 200 /data/nexus3/data
docker run -d -p 8081:8081 --name nexus3 -e NEXUS_CONTEXT=/ -v /data/nexus3/data:/nexus-data sonatype/nexus3
默认账号为:admin
默认密码在文件中:/home/nexus3/nexus-data/admin.password
http://172.81.203.33:8081/ 账号密码: admin/admin123
npm run lib
记得先修改package.json 中的版本号version
npm publish --registry=http://172.81.203.33:8081/repository/vue_hosted
先移除,否则可能无法安装到最新版
npm uninstall wk-form-design --registry=http://172.81.203.33:8081/repository/vue_group
npm install -S wk-form-design --registry=http://172.81.203.33:8081/repository/vue_group
参考项目vue-form-making,基于vue和ant-design-vue实现的表单设计器,样式使用less作为开发语言,主要功能是能通过简单操作来生成配置表单,生成可保存的JSON数据,并能将JSON还原成表单,使表单开发更简单更快速
# 使用yarn
yarn add k-form-design
# 使用npm
npm i k-form-design --save
// 在main.js引入
import KFormDesign from 'k-form-design'
import 'k-form-design/lib/k-form-design.css'
Vue.use(KFormDesign)
<template>
<div>
<k-form-design />
</div>
</template>
点击链接加入qq群聊,可以直接提问及反馈bug 【k-form-desgin交流群:1020643215】
MIT Copyright (c) 2019 Kchengz
https://www.npmjs.com/ wk_form Admin!123456
FAQs
基于vue、ant-design-vue的表单设计器,可视化开发表单
The npm package wk-form-design receives a total of 5 weekly downloads. As such, wk-form-design popularity was classified as not popular.
We found that wk-form-design demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.