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

capacitor-adapty

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

capacitor-adapty - npm Package Compare versions

Comparing version 3.0.1 to 3.0.2

18

dist/esm/sdk/cdk.d.ts

@@ -675,15 +675,15 @@ export declare enum VendorStore {

export interface SKPayment {
product_identifier: string;
productIdentifier: string;
quantity: number;
request_data: string;
application_username?: string;
simulates_ask_to_buy_in_sandbox: boolean;
requestData: string;
applicationUsername?: string;
simulatesAskToBuyInSandbox: boolean;
}
export interface SKTransaction {
error_description: string;
original?: SKTransaction;
errorDescription: string;
original?: Omit<SKTransaction, 'original'>;
payment: SKPayment;
transaction_date: string;
transaction_identifier: string;
transaction_state: SKPaymentTransactionState;
transactionDate: string;
transactionIdentifier: string;
transactionState: SKPaymentTransactionState;
}
{
"name": "capacitor-adapty",
"version": "3.0.1",
"version": "3.0.2",
"description": "Adapty plugin for capacitor",

@@ -5,0 +5,0 @@ "main": "dist/plugin.cjs.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