Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
@danyalwe/capacitor-systeminfo
Advanced tools
Get access to every info about the device software and hardware!
Get access to every info about the device software and hardware!
Supported Android version: 21+
Supported iOS version: Not supported
Supported Browsers: Chromium-based
npm install @danyalwe/capacitor-systeminfo
npx cap sync
Name | Android | iOS | Web |
---|---|---|---|
getInfos | ✅ | ❌ | ✅ |
start | ✅ | ❌ | ❌ |
stop | ✅ | ❌ | ❌ |
addListener | ✅ | ❌ | ❌ |
removeAllListeners | ✅ | ❌ | ❌ |
SoftwareInfos | Android | iOS | Web |
---|---|---|---|
osName | ✅ | ❌ | ✅ |
osVersion | ✅ | ❌ | ✅ |
brandName | ✅ | ❌ | ✅ |
sdkVersion | ✅ | ❌ | ❌ |
sdkName | ✅ | ❌ | ❌ |
securityPatch | ✅ | ❌ | ❌ |
uiVersion | ✅ | ❌ | ❌ |
deviceID | ✅ | ❌ | ❌ |
boardName | ✅ | ❌ | ❌ |
bootloaderVersion | ✅ | ❌ | ❌ |
supportedABIs | ✅ | ❌ | ❌ |
HardwareInfos | Android | iOS | Web |
---|---|---|---|
manufacturer | ✅ | ❌ | ✅ |
features | ✅ | ❌ | ✅ |
totalCores | ✅ | ❌ | ✅ |
totalRAM | ✅ | ❌ | ✅ |
totalHDD | ✅ | ❌ | ✅ |
totalSD | ✅ | ❌ | ❌ |
modelID | ✅ | ❌ | ❌ |
modelCodeName | ✅ | ❌ | ❌ |
cpuModel | ✅ | ❌ | ❌ |
cpuCores | ✅ | ❌ | ❌ |
RuntimeInfos | Android | iOS | Web |
---|---|---|---|
usedRAM | ✅ | ❌ | ❌ |
usedHDD | ✅ | ❌ | ❌ |
usedSD | ✅ | ❌ | ❌ |
getInfos() => Promise<SystemInformations>
Returns: Promise<SystemInformations>
start() => Promise<void>
stop() => Promise<void>
addListener(eventName: 'runtimeChange', listenerFunc: (event: RuntimeInfos) => void) => Promise<PluginListenerHandle>
Param | Type |
---|---|
eventName | 'runtimeChange' |
listenerFunc | (event: RuntimeInfos) => void |
Returns: Promise<PluginListenerHandle>
removeAllListeners() => Promise<void>
Prop | Type |
---|---|
osName | string |
osVersion | string |
brandName | string |
sdkVersion | number |
sdkName | string |
securityPatch | string |
uiVersion | string |
deviceID | string |
boardName | string |
bootloaderVersion | string |
supportedABIs | string[] |
Prop | Type |
---|---|
modelID | string |
modelCodeName | string |
cpuModel | string |
cpuCores | [number, number][] |
totalSD | number |
totalHDD | number |
totalRAM | number |
totalCores | number |
manufacturer | string |
features | Features[] |
Prop | Type |
---|---|
usedRAM | number |
usedHDD | number |
usedSD | number |
Prop | Type |
---|---|
remove | () => Promise<void> |
SoftwareInfos & HardwareInfos & RuntimeInfos
'bluetooth' | 'bluetoothLowEnergy' | 'microphone' | 'speaker' | 'nfc' | 'camera' | 'gamepad' | 'gps' | 'touchscreen' | 'wifi' | 'fingerprint' | 'face' | 'ethernet'
0.0.1
FAQs
Get access to every info about the device software and hardware!
The npm package @danyalwe/capacitor-systeminfo receives a total of 0 weekly downloads. As such, @danyalwe/capacitor-systeminfo popularity was classified as not popular.
We found that @danyalwe/capacitor-systeminfo 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
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.