
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
realgrid-touch
Advanced tools
RealGrid-Touch is a data list component library for developing mobile web applications for business purposes.
RealGrid-Touch is a data list component library for developing mobile web applications for business purposes.
npm i realgrid-touch
The License file is required for proper use. More information, visit: http://service.realgrid.com/start
import RealGridTouch from "realgrid-touch"
data = RealGridTouch.createListData("",this.fields)
.createView('view')
.sort(['OILSTATN_NM'])
.build();
if(data) {
list = RealGridTouch.createListControl(document, "realtouch");
list.setConfig(this.config);
list.data = data;
}
...
// config
this.config = {
props: {
numberFormat: ",",
templates: {
row: row_template,
footer: footer_template,
},
rowCommands: {
"@delete": { label: "DELETE" },
},
onRowSwipe: (args) => {
console.log("SWIPE ROW", args.row);
},
onRowClick: (args) => {
console.log("ROW: " + args.row);
},
},
options: {
row: {
template: "row",
commands: ["@info", "@delete"],
clickAction: "info",
},
rowBar: {
visible: true,
display: "order",
order: {
suffix: ".",
style: { fontSize: "19px", color: "#777" },
},
},
scrollBar: true,
scrollIndicator: {
position: "top",
},
header: {
visible: true,
clickAction: "field",
caption: "요소수 구입처",
captionAlign: "center",
buttons: [{
name: "home",
position: "head",
label: "처음",
onClick: this.homeClicked,
}, {
name: "edit",
label: "편집",
style: {
color: "blue",
},
onClick: this.buttonClick,
}],
},
footer: {
visible: true,
template: "footer",
buttons: [{
name: "delete",
label: "삭제",
position: "tail",
visible: false,
enabled: this.enabledDeleteButton,
onClick: this.deleteClicked,
style: {
color: "red",
},
}],
layoutParams: {
checkVisible: this.checkVisible
},
},
emptyPage: {
onLoadClick: this.onLoadClick,
},
commandBox: {
mode: "overlap",
},
infoPage: {
header: { caption: "요소수 정보" },
viewType: "B",
showDirection: "right",
},
},
};
import 'realgrid-touch/dist/realgrid-touch-style.css';
FAQs
RealGrid-Touch is a data list component library for developing mobile web applications for business purposes.
The npm package realgrid-touch receives a total of 3 weekly downloads. As such, realgrid-touch popularity was classified as not popular.
We found that realgrid-touch demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 open source maintainers 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
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.