
Product
Socket Firewall Now Blocks Malicious VS Code and Open VSX Extensions
Socket Firewall blocks malicious VS Code and Open VSX extensions before install, protecting developers from compromised editor marketplaces.
atom-view-engine
Advanced tools
表单域视图引擎
no default Layout, auto computer layout style;
<ViewEngine
viewData={{
field1: {
type: 'input',
label: '123',
span: 6,
props: {
value: '12345'
}
},
field2: {
label: 'title_field2',
children: {
field3: {
type: 'text',
label: 'label_field3',
span:8,
props: {
value: 'value_field3'
}
},
field4:{
type: 'text',
span:8,
label: 'label_field4',
props: {
value: 'value_field4'
}
},
field5:{
type: 'text',
span:8,
label: 'label_field5',
props: {
value: 'value_field5'
}
}
}
}
}} />
specify Layout style;
<ViewEngine
viewLayout={
[
[
'field1{6}',
'field2{12}',
'field2{12}',
'field3',
[
'field4{8}', 'field5{8}', 'field6{8}'
]
],
['field2', 'field1', 'field8']
]
}
viewData={{
field1: {
type: 'input',
label: '123',
span: 6,
props: {
value: '12345'
}
},
field2: {
label: '456',
children: {
field3: {
type: 'text',
label: 'label_field3',
span:8,
props: {
value: 'value_field3'
}
},
field4:{
type: 'text',
span:8,
label: 'label_field4',
props: {
value: 'value_field4'
}
},
field5:{
type: 'text',
span:8,
label: 'label_field5',
props: {
value: 'value_field5'
}
}
}
},
field6: {
type: 'select',
label: 'label_field6',
props: {
value: 1,
options: [
{ value: 1, label: 'hahahhaha'},
{ value: 2, label: 'dzzzzz'},
]
},
},
field7: {
type: 'textarea',
label: 'label_field7',
props: {
value: '123131231',
},
},
field8: {
type: 'tag',
label: 'label_field8',
props: {
value: '123123123',
style: {},
},
},
field9: {
type: 'inputNumber',
label: 'label_field9',
props: {
value: 123,
},
},
field10: {
type: 'button',
label: 'label_field10',
props: {
value: 'button',
},
},
}} />
FAQs
The npm package atom-view-engine receives a total of 6 weekly downloads. As such, atom-view-engine popularity was classified as not popular.
We found that atom-view-engine 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.

Product
Socket Firewall blocks malicious VS Code and Open VSX extensions before install, protecting developers from compromised editor marketplaces.

Research
More than 140 Mastra npm packages were compromised in a supply chain attack that used a typosquatted dependency to deliver a cross-platform infostealer during installation.

Research
/Security News
A new npm package tests AI malware scanners with prompt injection, safety-triggering comments, context flooding, and obfuscated JavaScript.