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.2.7 to 1.2.8

14

component/fjApp/index.js

@@ -199,1 +199,15 @@ 'use strict'

}
export function toFundAddBankCard (callback) {
ready().then(() => {
isAvailable('toFundAddBankCard') &&
window.FengjrApp.toFundAddBankCard(getFnName(callback))
})
}
export function toFundForgetPwd(callback) {
ready().then(() => {
isAvailable('toFundForgetPwd') &&
window.FengjrApp.toFundForgetPwd(getFnName(callback))
})
}

2

package.json
{
"name": "fengui",
"version": "1.2.7",
"version": "1.2.8",
"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