🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

iov-smart-utils

Package Overview
Dependencies
Maintainers
2
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

iov-smart-utils

垂类小程序通用基础能力库

latest
npmnpm
Version
0.0.10
Version published
Weekly downloads
11
Maintainers
2
Weekly downloads
 
Created
Source

iov-smart-utils

垂类小程序通用基础能力库

开发文档

  • http://wiki.baidu.com/pages/viewpage.action?pageId=1744994676

单测文档

使用文档

发版记录及详细

查看当前 npm 内最新版本

查看包信息

  • npm info

目录

├── dist // 编译压缩产出-用于发包 ├── mochawesome-report // 单测报告 ├── node_modules // 项目依赖 ├── script // 开发相关脚本 ├── add // 新增模板脚本 ├── test // 单测脚本 ├── publish // 发布 npm 脚本 ├── src // 开发目录 ├── swan-lib // 依赖 swanApi 的函数存放目录 ├── basic-lib // 普通函数存放目录 ├── index.js // 导出 (此文件 npm run add 时自动生成,开发者无需关心) ├── test // 单测开发目录 ├── swan-lib // 依赖 swan API 的函数单测存放目录 ├── basic-lib // 普通函数单测存放目录 ├── index.js // 单测导入函数入口(此文件 npm run add 时自动生成,开发者无需关心) ├── test-demo // 开发以及单测辅助小程序项目 ├── pages // 开发函数时,用于调试的页面 ├── test // 依赖 swanApi 的函数单测辅助页面 ├── app.json // 辅助小程序配置文件 ├── fnlist // 目前已支持的函数列表(切勿手动修改,npm run add 自动生成) ├── .eslintrc.js // eslint 规则配置文件 ├── .gitignore // git 豁免配置文件 ├── .npmignore // npm 发包豁免配置文件 ├── .stylelintrc.js // stylelint 配置文件 ├── gulpfile.js // 编译脚本 ├── plopfile.js // plop脚本,新增相关 └── README.md // 项目说明

FAQs

Package last updated on 15 May 2023

Did you know?

Socket

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.

Install

Related posts