New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

cordova-plugin-uptime

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cordova-plugin-uptime - npm Package Compare versions

Comparing version 0.0.8 to 0.0.9

2

package.json
{
"name": "cordova-plugin-uptime",
"version": "0.0.8",
"version": "0.0.9",
"description": "This plugin return the time spent in milliseconds since boot (without sleep time).",

@@ -5,0 +5,0 @@ "cordova": {

@@ -5,7 +5,8 @@

Plugin provides the elapsed time since system boot up aka uptime.
Plugin provides the elapsed time in milliseconds since system boot up aka uptime.
## Installation
cordova plugin add cordova-plugin-uptime
$ ionic cordova plugin add cordova-plugin-uptime
$ npm install --save @ionic-native/uptime

@@ -30,3 +31,3 @@ ## Supported Platforms

.catch((error) => console.log(error));
**ES5 based platforms:**
**ES5 usage:**

@@ -33,0 +34,0 @@ Uptime.getUptime(

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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