Socket
Socket
Sign inDemoInstall

@essent/nativescript-loading-indicator

Package Overview
Dependencies
Maintainers
9
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@essent/nativescript-loading-indicator - npm Package Compare versions

Comparing version 2.3.4-0 to 2.3.4-1

native-src/android/.npmignore

2

package.json
{
"name": "@essent/nativescript-loading-indicator",
"version": "2.3.4-0",
"version": "2.3.4-1",
"description": "A NativeScript plugin for showing an overlayed loading indicator for ios and android.",

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

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

var progressBar = com.kaopiz.kprogresshud.KProgressHUD;
this._progressDialog = progressBar.create(context).show();
this._progressDialog = progressBar.create(context).setDimAmount(0.7).show();
}

@@ -24,0 +24,0 @@ return this._progressDialog;

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