Security News
RubyGems.org Adds New Maintainer Role
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
retry-promise-func
Advanced tools
retry-promise-func 是一个用于在失败时重试 Promise 调用的工具。
使用 npm 安装: npm install retry-promise-func
使用 yarn 安装: yarn add retry-promise-func
使用方法非常简单。只需导入 retry 函数并调用它即可:
import { retry } from "retry-promise";
retry(someFunction, someParams, 10, 2000)
.then((result) => console.log(result))
.catch((error) => console.error(error));
FAQs
retry-promise-func是一个用于在失败时重试Promise调用的工具。
The npm package retry-promise-func receives a total of 1 weekly downloads. As such, retry-promise-func popularity was classified as not popular.
We found that retry-promise-func 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.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.
Security News
Research
Socket's threat research team has detected five malicious npm packages targeting Roblox developers, deploying malware to steal credentials and personal data.