react-native-purchasely
Advanced tools
Comparing version 4.5.2 to 4.5.3
@@ -18,3 +18,3 @@ "use strict"; | ||
const purchaselyVersion = '4.5.2'; | ||
const purchaselyVersion = '4.5.3'; | ||
const constants = _reactNative.NativeModules.Purchasely.getConstants(); | ||
@@ -21,0 +21,0 @@ let ProductResult = exports.ProductResult = function (ProductResult) { |
@@ -10,4 +10,4 @@ "use strict"; | ||
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); } | ||
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && Object.prototype.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; } | ||
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } | ||
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; } | ||
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); } | ||
//import {PurchaselyView} from './PurchaselyViewManager'; | ||
@@ -14,0 +14,0 @@ |
@@ -5,3 +5,3 @@ import { NativeModules, NativeEventEmitter } from 'react-native'; | ||
const purchaselyVersion = '4.5.2'; | ||
const purchaselyVersion = '4.5.3'; | ||
const constants = NativeModules.Purchasely.getConstants(); | ||
@@ -8,0 +8,0 @@ export let ProductResult = function (ProductResult) { |
@@ -1,2 +0,2 @@ | ||
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } | ||
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); } | ||
import { useEffect, useRef, useCallback } from 'react'; | ||
@@ -3,0 +3,0 @@ import { Platform, UIManager, findNodeHandle, NativeModules, requireNativeComponent } from 'react-native'; |
{ | ||
"name": "react-native-purchasely", | ||
"title": "Purchasely React Native", | ||
"version": "4.5.2", | ||
"version": "4.5.3", | ||
"description": "Purchasely is a solution to ease the integration and boost your In-App Purchase & Subscriptions on the App Store, Google Play Store and Huawei App Gallery.", | ||
@@ -6,0 +6,0 @@ "main": "lib/commonjs/index", |
@@ -5,3 +5,3 @@ import { NativeModules, NativeEventEmitter } from 'react-native'; | ||
const purchaselyVersion = '4.5.2'; | ||
const purchaselyVersion = '4.5.3'; | ||
@@ -8,0 +8,0 @@ interface Constants { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
0
333664
67
2147