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

fengui

Package Overview
Dependencies
Maintainers
1
Versions
123
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fengui - npm Package Compare versions

Comparing version 1.3.21 to 1.3.22

21

component/fjApp/index.js

@@ -289,1 +289,22 @@ 'use strict'

}
export function baixinSuccess (opts) {
ready().then(() => {
if (browserEnv.isInAndroidApp()) {
window.FengjrApp.baixinSuccess(JSON.stringify(opts))
} else if (browserEnv.isInIOSApp()) {
window.FengjrApp.baixinSuccess(opts)
}
})
}
export function baixinError (opts) {
ready().then(() => {
if (browserEnv.isInAndroidApp()) {
window.FengjrApp.baixinError(JSON.stringify(opts))
} else if (browserEnv.isInIOSApp()) {
window.FengjrApp.baixinError(opts)
}
})
}

2

component/popup/AlertPopup.jsx

@@ -38,3 +38,3 @@ import React from 'react'

</div>
{isModal && <div className={styles.toast} onClick={cancelClick} />}
{isModal && <div className={styles.toast}/>}
{!isModal && <div className={styles.toast} onClick={this.closeAlert} />}

@@ -41,0 +41,0 @@ </FixedContent>

{
"name": "fengui",
"version": "1.3.21",
"version": "1.3.22",
"description": "",

@@ -5,0 +5,0 @@ "license": "MIT",

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