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

capacitor-plugin-android-insets

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

capacitor-plugin-android-insets - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

2

dist/docs.json

@@ -14,3 +14,3 @@ {

"tags": [],
"docs": "",
"docs": "Returns top offset of the status bar",
"complexTypes": [

@@ -17,0 +17,0 @@ "TopReturn"

export interface AndroidInsetsPlugin {
/**
* Returns top offset of the status bar
*/
top(): Promise<TopReturn>;

@@ -3,0 +6,0 @@ }

{
"name": "capacitor-plugin-android-insets",
"version": "0.0.1",
"version": "0.0.2",
"description": "Capacitro plugin for retrieving proper top offset of Android status bar",

@@ -5,0 +5,0 @@ "main": "dist/plugin.cjs.js",

@@ -48,2 +48,4 @@ # capacitor-plugin-android-insets

Returns top offset of the status bar
**Returns:** <code>Promise&lt;<a href="#topreturn">TopReturn</a>&gt;</code>

@@ -50,0 +52,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