
Security News
RubyGems Adds Cooldown Feature to Bundler for Newly Published Gems
RubyGems and Bundler 4.0.13 introduced an opt-in cooldown feature that delays newly published gems during dependency resolution.
fish2chain
Advanced tools
npm install fish2chain
//ton
import {TonConnector} from "fish2chain"
const connecter = new TonConnector( )
connecter.init(connectUi, function(address:string){}, function(err:error){})
//line
import {LineConnector} from "fish2chain"
const isInline = LineConnector.isInLineClient()
const connecter = new LineConnector( )
await connecter.init("liffid", function(address:string){}, function(err:error){})
//load https://static.kaiawallet.io/js/dapp-portal-sdk-1.2.5.js
const sdk = await window.DappPortalSdk.init({clientId:"xxxxx", chainId:"1001"})
connecter.setDappPortalSdk(sdk)
const accessToken = connecter.getAccessToken()
//在line上,金额无用,可传空字符串
chainTool.payCrypto("0.1(金额)", "订单号或其他表示该次付款的唯一标识" ).then((hash)=>{
}).catch((er)=>{
})
chainTool.addressToFriendly("hexAddress")
chainTool.checkin(tgid) //等待后端checkin成功回调通知,没通知就没有成功
chainTool.withdraw(payload, withdrawAmount, nonce, expireTime, signure) //调用参数由后端返回
FAQs
# 使用说明
We found that fish2chain demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
RubyGems and Bundler 4.0.13 introduced an opt-in cooldown feature that delays newly published gems during dependency resolution.

Security News
pnpm 11.5 now recognizes npm staged publish approvals in release metadata, preventing those releases from being mistaken for lower-trust package publishes.

Security News
Federal audit finds NIST lacked a plan to clear the NVD backlog, wasted funds on duplicate work, and delayed use of CISA data.