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

node-apple-receipt-verify

Package Overview
Dependencies
Maintainers
1
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-apple-receipt-verify - npm Package Compare versions

Comparing version 1.2.1 to 1.2.2

8

lib/apple.js

@@ -248,9 +248,3 @@ 'use strict';

if (purchase.pending_renewal_info) {
pendingRenewalInfo = {
expirationIntent: purchase.pending_renewal_info.expiration_intent,
autoRenewProductId: purchase.pending_renewal_info.auto_renew_product_id,
isInBillingRetryPeriod: purchase.pending_renewal_info.is_in_billing_retry_period,
productId: purchase.pending_renewal_info.product_id,
autoRenewStatus: purchase.pending_renewal_info.auto_renew_status
};
pendingRenewalInfo = purchase.pending_renewal_info;
}

@@ -257,0 +251,0 @@

2

package.json
{
"name": "node-apple-receipt-verify",
"description": "A Node.js module for In-App-Purchase receipt validation for iOS",
"version": "1.2.1",
"version": "1.2.2",
"homepage": "https://github.com/ladeiko/node-apple-receipt-verify",

@@ -6,0 +6,0 @@ "repository": {

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