tcg.cordova.purchase
Advanced tools
Comparing version 7.3.0 to 7.3.2
{ | ||
"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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
828346
1