New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

tcg.cordova.purchase

Package Overview
Dependencies
Maintainers
2
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tcg.cordova.purchase - npm Package Compare versions

Comparing version 7.3.0 to 7.3.2

2

package.json
{
"name": "tcg.cordova.purchase",
"version": "7.3.0",
"version": "7.3.2",
"description": "Cordova Purchase plugin for iOS and Android (AppStore and PlayStore)",

@@ -5,0 +5,0 @@ "cordova": {

@@ -94,9 +94,9 @@ (function() {

if(introPriceSubscriptionPeriod === 'D') {
if(introPriceSubscriptionPeriod.slice(-1) === 'D') {
introPriceSubscriptionPeriod = 'Day';
} else if(introPriceSubscriptionPeriod === 'W') {
} else if(introPriceSubscriptionPeriod.slice(-1) === 'W') {
introPriceSubscriptionPeriod = 'Week';
} else if(introPriceSubscriptionPeriod === 'M') {
} else if(introPriceSubscriptionPeriod.slice(-1) === 'M') {
introPriceSubscriptionPeriod = 'Month';
} else if(introPriceSubscriptionPeriod === 'Y') {
} else if(introPriceSubscriptionPeriod.slice(-1) === 'Y') {
introPriceSubscriptionPeriod = 'Year';

@@ -103,0 +103,0 @@ }

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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