Socket
Socket
Sign inDemoInstall

nativescript-sdk-utility

Package Overview
Dependencies
0
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.2 to 1.0.3

2

package.json
{
"name": "nativescript-sdk-utility",
"version": "1.0.2",
"version": "1.0.3",
"description": "This plugin is a collection of utilities for iOS and Android to simplify your NativeScript apps.",

@@ -5,0 +5,0 @@ "main": "sdk-utility",

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

SDKUtility.prototype.getBuild = function () {
return NSBundle.mainBundle.objectForInfoDictionaryKey("CFBundleInfoDictionaryVersion");
return NSBundle.mainBundle.objectForInfoDictionaryKey("CFBundleVersion");
};

@@ -13,0 +13,0 @@ SDKUtility.prototype.is24HFormat = function () {

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc