
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
@bridged.xyz/remote-ui-core
Advanced tools
> New to remote-ui? read [this](../README.md) > "remote-ui is for sending client built-ui-data. yes you can customize the looks, but not a recommanded way."
New to remote-ui? read this "remote-ui is for sending client built-ui-data. yes you can customize the looks, but not a recommanded way."
# install with yarn
yarn add @bridged.xyz/remote-ui-core
# install with npm
npm install @bridged.xyz/remote-ui-core
// method 1. root import
import * as rui from "@bridged.xyz/remote-ui-core";
new rui.UI.Text("remote ui rules 😎")
// method 2. namespace import
import { UI } from "@bridged.xyz/remote-ui-core";
new UI.Text("remote ui rules 😎")
// method 3. component import
import { Text } from "@bridged.xyz/remote-ui-core/components";
new Text("remote ui rules 😎")
import { icons, UI, layouts, Actions } from "@bridged.xyz/remote-ui-core";
const cardLayout = new layouts.search.BasicSearchItemLayout({
avatar: new UI.Icon(icons.material.add),
title: new UI.Text("GY"),
chips: [
new UI.Chip(
new UI.Text("wonder")
),
new UI.Chip(
new UI.Text("what you're")
),
new UI.Chip(
new UI.Text("doing")
)
],
content: new UI.Text("i love you gy"),
onTap: new Actions.PushRoute("/lovers/gy")
})
console.log(cardLayout.build());
logs...
{
"avatar": {
"icon": {
"uri": "material://Icons.add",
"type": "MATERIAL_NATIVE"
}
},
"title": {
"text": "GY"
},
"content": {
"text": "i love you gy"
},
"chips": [
{
"label": {
"text": "wonder"
}
},
{
"label": {
"text": "what you're"
}
},
{
"label": {
"text": "doing"
}
}
],
"onTap": {
"data": {
"route": "/lovers/gy"
},
"namespace": "GENERAL",
"session": {
"id": "3GaskEig7epzIFTXYfG2Zw=="
},
"type": "PUSH_ROUTE"
}
}
code remote-ui-core usage example
FAQs
> New to remote-ui? read [this](../README.md) > "remote-ui is for sending client built-ui-data. yes you can customize the looks, but not a recommanded way."
The npm package @bridged.xyz/remote-ui-core receives a total of 0 weekly downloads. As such, @bridged.xyz/remote-ui-core popularity was classified as not popular.
We found that @bridged.xyz/remote-ui-core 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
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.