Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

nativescript-dna-deviceinfo

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nativescript-dna-deviceinfo - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

6

package.json
{
"name": "nativescript-dna-deviceinfo",
"version": "1.2.0",
"version": "1.2.1",
"description": "NativeScript plugin to acquire device information.",

@@ -83,6 +83,4 @@ "main": "deviceinfo",

},
"dependencies": {
"nativescript-webworkers": "^2.0.0"
},
"dependencies": {},
"bootstrapper": "nativescript-plugin-seed"
}

@@ -9,3 +9,3 @@

### Features
## Features

@@ -22,2 +22,3 @@ - Cross-platform APIs for Android and iOS.

- 1.2.0: Added an API to retrieve Network Providers, Carriers, related information.
- 1.2.1: Removed unwanted dependencies.

@@ -54,3 +55,3 @@

Returns the total memory(RAM) size of a device in bytes.
Returns total memory(RAM) size of a device in bytes.

@@ -63,3 +64,3 @@ ```javascript

Returns the free memory(RAM) size of a device in bytes.
Returns free memory(RAM) size of a device in bytes.

@@ -72,3 +73,3 @@ ```javascript

Returns the total storage(internal) space of a device in bytes.
Returns total storage(internal) space of a device in bytes.

@@ -81,3 +82,3 @@ ```javascript

Returns the free storage(internal) space of a device in bytes.
Returns free storage(internal) space of a device in bytes.

@@ -138,3 +139,3 @@ ```javascript

Returns the app name.
Returns an app name.

@@ -141,0 +142,0 @@ ```javascript

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc