
Security News
Axios Maintainer Confirms Social Engineering Attack Behind npm Compromise
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.
@nativescript-community/ui-material-dialogs
Advanced tools
Material Design Dialogs inform users about a task and can contain critical information, require decisions, or involve multiple tasks.
Material Design's Dialogs component for NativeScript.
For NativeScript 7.0+
tns plugin add @nativescript-community/ui-material-dialogsFor NativeScript 6.x
tns plugin add nativescript-material-dialogsIf using tns-core-modules
tns plugin add nativescript-material-dialogs@2.5.4Be sure to run a new build after adding plugins to avoid any issues.
Uses the same API as NativeScript Dialogs.
Adds one option for alert:
view : can be a NativeScript View or a path to to XML component. The custom view will be added to the dialog. Possibilities become endless.import { login, alert, prompt } from "@nativescript-community/ui-material-dialogs";
alert("Your message").then(()=> {
console.log("Dialog closed!");
});
FAQs
Material Design Dialogs inform users about a task and can contain critical information, require decisions, or involve multiple tasks.
We found that @nativescript-community/ui-material-dialogs demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 19 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.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.