
Security News
Next.js moves to scheduled security releases
Vercel is formalizing a monthly release program for Next.js. The change follows React2Shell and a sharp rise in AI-assisted vulnerability discovery.
q_validation
Advanced tools
验证组件
https://www.npmjs.com/package/d_cascader
这里是文档
npm install q_validation --save
Register component
Registe global component:
import d_cascader from 'd_cascader'
Vue.component('d_cascader', d_cascader)
Registe component:
import d_cascader from 'd_cascader'
export default {
components: { d_cascader }
}
How to use
Basic:
<d_cascader :cdate="citylist" >
</d_cascader>
var citylist=[
{
id:"0",
name:"名字-0",
unid:"0"
},{
id:"1",
name:"名字-1",
unid:"0"
},
{
id:"2",
name:"名字-2",
unid:"1"
}
,
{
id:"3",
name:"名字-3",
unid:"1"
}
];
Default Value:
<v-distpicker :cdate="citylist" :de_value="devalue">
</v-distpicker>
var citylist=[
{
id:"0",
name:"名字-0",
unid:"0"
},{
id:"1",
name:"名字-1",
unid:"0"
},
{
id:"2",
name:"名字-2",
unid:"1"
}
,
{
id:"3",
name:"名字-3",
unid:"1"
}
];
var de_value=[
0,3
];
FAQs
The npm package q_validation receives a total of 6 weekly downloads. As such, q_validation popularity was classified as not popular.
We found that q_validation demonstrated a not healthy version release cadence and project activity because the last version was released 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.

Security News
Vercel is formalizing a monthly release program for Next.js. The change follows React2Shell and a sharp rise in AI-assisted vulnerability discovery.

Research
/Security News
11 malicious NuGet tools pose as game cheats to deploy Windows payloads, track hosts, and use Google Sheets for telemetry and control.

Research
/Security News
4 compromised asyncapi packages deliver miasma botnet loader on macOS, Linux and Windows.