New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

capacitor-plugin-ios-webview-configurator

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

capacitor-plugin-ios-webview-configurator - npm Package Compare versions

Comparing version 0.1.1 to 0.2.0

1

dist/esm/index.d.ts
export declare function setBackForwardNavigationGestures(enable: boolean): void;
export declare function getBackForwardNavigationGesturesState(): Promise<boolean>;
export declare function setWebviewBounce(enable: boolean): void;

@@ -0,1 +1,10 @@

var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
return new (P || (P = Promise))(function (resolve, reject) {
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
step((generator = generator.apply(thisArg, _arguments || [])).next());
});
};
import { Plugins } from "@capacitor/core";

@@ -9,2 +18,11 @@ const { WebviewConfiguratorPlugin } = Plugins;

}
export function getBackForwardNavigationGesturesState() {
return __awaiter(this, void 0, void 0, function* () {
try {
return yield WebviewConfiguratorPlugin.getBackForwardNavigationGesturesState()
.data;
}
catch (error) { }
});
}
export function setWebviewBounce(enable) {

@@ -11,0 +29,0 @@ try {

2

package.json
{
"name": "capacitor-plugin-ios-webview-configurator",
"version": "0.1.1",
"version": "0.2.0",
"description": "\"\"",

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

@@ -26,4 +26,8 @@ # capacitor-plugin-ios-webview-configurator

### getBackForwardNavigationGesturesState()
Get the back/forward swipe gestures state for iOS
### setWebviewBounce()
Set webview bounce for iOS

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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