
Security News
Risky Biz Podcast: Making Reachability Analysis Work in Real-World Codebases
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
@upsilon-tech/capacitor-plugin-printer
Advanced tools
Capacitor plugin for printing in ios/android apps.
Ce plugin Capacitor permet d'intégrer des fonctionnalités d'impression dans vos applications mobiles. Il offre la possibilité d'imprimer du contenu HTML, du texte et des images, avec la prise en charge des styles CSS en ligne pour le contenu HTML. Ce plugin est compatible avec Capacitor v5.x et fonctionne sur les plateformes Android (version 5.1 et ultérieure) ainsi que sur iOS (version 13 et ultérieure).
Ce plugin prend en charge Capacitor v5.x.
npm install @upsilon-tech/capacitor-plugin-printer
npx cap sync`
import { Printer } from '@upsilon-tech/capacitor-plugin-printer';
// Autres codes...
Printer.print({
content: 'Exemple de contenu HTML',
name: 'nom_fichier',
orientation: 'paysage'
});`
Prop | Type | Description | Défaut |
---|---|---|---|
content | string | Contenu HTML à imprimer. | |
name | string | Nom du document à imprimer. | |
orientation | string | Orientation de la page d'impression.. "portrait" ou "landscape" | "portrait" |
FAQs
Capacitor plugin for printing in ios/android apps.
The npm package @upsilon-tech/capacitor-plugin-printer receives a total of 0 weekly downloads. As such, @upsilon-tech/capacitor-plugin-printer popularity was classified as not popular.
We found that @upsilon-tech/capacitor-plugin-printer 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
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.
Security News
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.