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

@akylas/nativescript-app-utils

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@akylas/nativescript-app-utils - npm Package Compare versions

Comparing version 2.1.6 to 2.2.0

platforms/android/nativescript_app_utils.aar

6

CHANGELOG.md

@@ -6,2 +6,8 @@ # Change Log

## [2.2.0](https://github.com/akylas/nativescript-app-utils/compare/v2.1.6...v2.2.0) (2024-11-14)
### Features
* added share ([2e27a03](https://github.com/akylas/nativescript-app-utils/commit/2e27a03665b32ebb54b86e86beed2288f0bafe7a))
## [2.1.6](https://github.com/akylas/nativescript-app-utils/compare/v2.1.5...v2.1.6) (2024-11-08)

@@ -8,0 +14,0 @@

7

package.json
{
"name": "@akylas/nativescript-app-utils",
"version": "2.1.6",
"version": "2.2.0",
"description": "Provides API for changing the styles of SystemUI (StatusBar, NavigationBar...) on iOS.",

@@ -66,3 +66,6 @@ "main": "index",

},
"gitHead": "f9d8fa107bd8ef7a0bba2b7cd091e8b53402368d"
"dependencies": {
"@nativescript-community/ui-share-file": "1.3.3"
},
"gitHead": "c14683e3b3571d6ff51f84a0c05161a7b0df9bb0"
}

@@ -33,2 +33,3 @@ /* eslint-disable @typescript-eslint/unified-signatures */

static listenForWindowInsetsChange(view: android.view.View, callback: WindowInsetsCallback);
static guessMimeType(context: android.content.Context, uri: android.net.Uri);
}

@@ -35,0 +36,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