Socket
Socket
Sign inDemoInstall

app-store-server-api

Package Overview
Dependencies
9
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.10 to 0.3.0

4

dist/cjs/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.CertificateValidationError = exports.AppStoreError = exports.decodeNotificationPayload = exports.decodeRenewalInfo = exports.decodeTransaction = exports.decodeTransactions = exports.NotificationSubtype = exports.NotificationType = exports.OrderLookupStatus = exports.PriceIncreaseStatus = exports.OfferType = exports.ExpirationIntent = exports.AutoRenewStatus = exports.SubscriptionStatus = exports.Environment = exports.AppStoreServerAPI = void 0;
exports.CertificateValidationError = exports.AppStoreError = exports.decodeNotificationPayload = exports.decodeRenewalInfo = exports.decodeTransaction = exports.decodeTransactions = exports.TransactionType = exports.OwnershipType = exports.NotificationSubtype = exports.NotificationType = exports.OrderLookupStatus = exports.PriceIncreaseStatus = exports.OfferType = exports.ExpirationIntent = exports.AutoRenewStatus = exports.SubscriptionStatus = exports.Environment = exports.AppStoreServerAPI = void 0;
var AppStoreServerAPI_1 = require("./AppStoreServerAPI");

@@ -16,2 +16,4 @@ Object.defineProperty(exports, "AppStoreServerAPI", { enumerable: true, get: function () { return AppStoreServerAPI_1.AppStoreServerAPI; } });

Object.defineProperty(exports, "NotificationSubtype", { enumerable: true, get: function () { return Models_1.NotificationSubtype; } });
Object.defineProperty(exports, "OwnershipType", { enumerable: true, get: function () { return Models_1.OwnershipType; } });
Object.defineProperty(exports, "TransactionType", { enumerable: true, get: function () { return Models_1.TransactionType; } });
var Decoding_1 = require("./Decoding");

@@ -18,0 +20,0 @@ Object.defineProperty(exports, "decodeTransactions", { enumerable: true, get: function () { return Decoding_1.decodeTransactions; } });

export { AppStoreServerAPI } from "./AppStoreServerAPI";
export { Environment, SubscriptionStatus, AutoRenewStatus, ExpirationIntent, OfferType, PriceIncreaseStatus, OrderLookupStatus, NotificationType, NotificationSubtype } from "./Models";
export { Environment, SubscriptionStatus, AutoRenewStatus, ExpirationIntent, OfferType, PriceIncreaseStatus, OrderLookupStatus, NotificationType, NotificationSubtype, OwnershipType, TransactionType, } from "./Models";
export { decodeTransactions, decodeTransaction, decodeRenewalInfo, decodeNotificationPayload } from "./Decoding";
export { AppStoreError, CertificateValidationError } from "./Errors";
export { AppStoreServerAPI } from "./AppStoreServerAPI";
export { Environment, SubscriptionStatus, AutoRenewStatus, ExpirationIntent, OfferType, PriceIncreaseStatus, OrderLookupStatus, NotificationType, NotificationSubtype } from "./Models";
export { Environment, SubscriptionStatus, AutoRenewStatus, ExpirationIntent, OfferType, PriceIncreaseStatus, OrderLookupStatus, NotificationType, NotificationSubtype, JWSTransactionDecodedPayload, OwnershipType, TransactionType, StatusResponse, LastTransactionsItem, JWSRenewalInfoDecodedPayload, HistoryResponse, SubscriptionGroupIdentifierItem, OrderLookupResponse, } from "./Models";
export { decodeTransactions, decodeTransaction, decodeRenewalInfo, decodeNotificationPayload } from "./Decoding";
export { AppStoreError, CertificateValidationError } from "./Errors";
{
"name": "app-store-server-api",
"version": "0.2.10",
"version": "0.3.0",
"description": "A client for the App Store Server API",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc