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

@alipay/ams-checkout

Package Overview
Dependencies
Maintainers
0
Versions
396
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@alipay/ams-checkout - npm Package Compare versions

Comparing version 0.0.1726046231-dev.12 to 0.0.1726046231-dev.13

5

esm/core/component/element/index.js

@@ -312,3 +312,4 @@ function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }

value: function createElement() {
var _this2 = this;
var _parseData$paymentSes,
_this2 = this;
var _parseSessionData = parseSessionData(this._options.sessionData),

@@ -323,3 +324,3 @@ _parseSessionData2 = _slicedToArray(_parseSessionData, 2),

this.elementContainer.init({}, ProductSceneEnum.ELEMENT_PAYMENT);
this.isConnect = parseData.connectFactor.enableConnect;
this.isConnect = parseData.connectFactor.enableConnect && (parseData === null || parseData === void 0 || (_parseData$paymentSes = parseData.paymentSessionConfig) === null || _parseData$paymentSes === void 0 ? void 0 : _parseData$paymentSes.productScene) === window.ProductSceneEnum.ELEMENT_PAYMENT;
this.elementContainer.startBizFlow({

@@ -326,0 +327,0 @@ paymentSession: this._options.sessionData

2

package.json
{
"name": "@alipay/ams-checkout",
"version": "0.0.1726046231-dev.12",
"version": "0.0.1726046231-dev.13",
"description": "",

@@ -5,0 +5,0 @@ "author": "",

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