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

@awesome-cordova-library/device

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@awesome-cordova-library/device - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

2

lib/index.d.ts

@@ -20,3 +20,3 @@ /**

*/
static getModel(): string;
static getModel(): string | undefined;
/**

@@ -23,0 +23,0 @@ * Get the device's operating system name.

@@ -28,3 +28,3 @@ "use strict";

}
return Device.getBrowserInfo(true);
Device.getBrowserInfo(true);
};

@@ -31,0 +31,0 @@ /**

{
"name": "@awesome-cordova-library/device",
"version": "1.0.4",
"version": "1.0.5",
"description": "This plugin defines a global device object, which describes the device's hardware and software. Although the object is in the global scope, it is not available until after the deviceready event.",

@@ -49,3 +49,3 @@ "main": "lib/index.js",

"lint": "tslint -p tsconfig.json",
"repo:pre:publish": "npm run format; npm run lint; npm test; npm run build",
"prepublish": "npm run format; npm run lint; npm test; npm run build",
"repo:publish": "npm run build; npm publish --access public"

@@ -52,0 +52,0 @@ },

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