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.3.0 to 0.4.0

3

dist/esm/definitions.d.ts

@@ -24,2 +24,5 @@ declare module "@capacitor/core" {

}>;
isMobileDevice(): Promise<{
value: boolean;
}>;
}

@@ -26,0 +29,0 @@ export interface SetKeychainItemProps {

@@ -22,4 +22,7 @@ import { WebPlugin } from '@capacitor/core';

}>;
isMobileDevice(): Promise<{
value: boolean;
}>;
}
declare const JokHelper: JokHelperWeb;
export { JokHelper };

7

dist/esm/web.js

@@ -52,6 +52,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

isWideScreen() {
return __awaiter(this, void 0, void 0, function* () {
return { value: false };
});
return Promise.resolve({ value: false });
}
isMobileDevice() {
return Promise.resolve({ value: false });
}
}

@@ -58,0 +59,0 @@ const JokHelper = new JokHelperWeb();

{
"name": "capacitor-jok-helper",
"version": "0.3.0",
"version": "0.4.0",
"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

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