New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.9.1 to 0.9.2

5

dist/esm/definitions.d.ts

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

}
declare enum TransactionState {
export declare enum TransactionState {
Purchasing = 0,

@@ -141,3 +141,3 @@ Purchased = 1,

}
declare enum TransactionErrorCode {
export declare enum TransactionErrorCode {
unknown = 0,

@@ -159,2 +159,1 @@ clientInvalid = 1,

}
export {};

4

dist/esm/definitions.js

@@ -24,3 +24,3 @@ export var PushNotificationStateUserStatus;

})(JokPluginEvents || (JokPluginEvents = {}));
var TransactionState;
export var TransactionState;
(function (TransactionState) {

@@ -38,3 +38,3 @@ // Transaction is being added to the server queue.

})(TransactionState || (TransactionState = {}));
var TransactionErrorCode;
export var TransactionErrorCode;
(function (TransactionErrorCode) {

@@ -41,0 +41,0 @@ TransactionErrorCode[TransactionErrorCode["unknown"] = 0] = "unknown";

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