nativescript-dna-deviceinfo
Advanced tools
Comparing version 1.2.0 to 1.2.1
{ | ||
"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 |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
270
0
347043
- Removednativescript-webworkers@^2.0.0
- Removednativescript-webworkers@2.0.0(transitive)