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

cordova-plugin-device-descriptor

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cordova-plugin-device-descriptor - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

package.json
{
"name": "cordova-plugin-device-descriptor",
"version": "1.0.1",
"version": "1.0.2",
"description": "Cordova plugin to get the device's descriptor based on model (brand, name)",

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

@@ -58,2 +58,3 @@ # cordova-plugin-device-descriptor

{
brand: "Apple",
name: 'iPhone 5c',

@@ -60,0 +61,0 @@ model: 'iPhone5,3',

@@ -52,2 +52,3 @@ var apple_tv = cordova.require('cordova-plugin-device-descriptor.apple_tv-json');

descriptor = d;
descriptor.brand = 'Apple';
}

@@ -54,0 +55,0 @@ });

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