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

capacitor-jok-helper

Package Overview
Dependencies
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

capacitor-jok-helper - npm Package Compare versions

Comparing version 0.7.0 to 0.7.1

8

dist/esm/definitions.d.ts

@@ -60,3 +60,11 @@ declare module "@capacitor/core" {

orientationMask: 'all' | 'portrait' | 'portraitUpsideDown' | 'landscape' | 'landscapeLeft' | 'landscapeRight' | 'allButUpsideDown';
preferredOrientation: InterfaceOrientation;
}
export declare enum InterfaceOrientation {
unknown = 0,
portrait = 1,
portraitUpsideDown = 2,
landscapeLeft = 3,
landscapeRight = 4
}
export interface DeviceOrientationChangeData {

@@ -63,0 +71,0 @@ isPortrait: boolean;

@@ -12,2 +12,10 @@ export var PushNotificationStateUserStatus;

})(PushNotificationStateUserStatus || (PushNotificationStateUserStatus = {}));
export var InterfaceOrientation;
(function (InterfaceOrientation) {
InterfaceOrientation[InterfaceOrientation["unknown"] = 0] = "unknown";
InterfaceOrientation[InterfaceOrientation["portrait"] = 1] = "portrait";
InterfaceOrientation[InterfaceOrientation["portraitUpsideDown"] = 2] = "portraitUpsideDown";
InterfaceOrientation[InterfaceOrientation["landscapeLeft"] = 3] = "landscapeLeft";
InterfaceOrientation[InterfaceOrientation["landscapeRight"] = 4] = "landscapeRight";
})(InterfaceOrientation || (InterfaceOrientation = {}));
export var JokPluginEvents;

@@ -14,0 +22,0 @@ (function (JokPluginEvents) {

2

package.json
{
"name": "capacitor-jok-helper",
"version": "0.7.0",
"version": "0.7.1",
"description": "Helper functions for jok projects",

@@ -5,0 +5,0 @@ "main": "dist/esm/index.js",

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