Security News
require(esm) Backported to Node.js 20, Paving the Way for ESM-Only Packages
require(esm) backported to Node.js 20, easing the transition to ESM-only packages and reducing complexity for developers as Node 18 nears end-of-life.
fie-toolkit-halo-extramod
Advanced tools
描述你的组件所提供的能力
描述组件的安装方法,示例:
yarn add <%= packageName %>
在小程序自定义组件或者页面的json文件中进行注册,示例:
{
"usingComponents": {
"demo-component": "<%= packageName %>/es/index"
}
}
描述你的SDK所需要的参数规范,示例:
options为一个object类型,其格式如下
key | value类型 | 是否必传 | 可选值范围 | 默认值 | 参数描述 |
---|---|---|---|---|---|
data | object | 是 | 无 | 无 | sdk所接受的奥创数据 |
FAQs
The npm package fie-toolkit-halo-extramod receives a total of 2 weekly downloads. As such, fie-toolkit-halo-extramod popularity was classified as not popular.
We found that fie-toolkit-halo-extramod 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
require(esm) backported to Node.js 20, easing the transition to ESM-only packages and reducing complexity for developers as Node 18 nears end-of-life.
Security News
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.