Score
2.6
/10
Last Scanned on 2025-01-27
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn MoreOther packages similar to require-plus
vite-plugin-require-plus
1.0.0
can let vite projects to support require
@thnkscj/logger-plus
1.1.3
```js const log = require("@thnkscj/logger-plus");
get-require-vars
1.0.1
Gets the calls to require() using node-detective plus the JavaScript variable declaration that calls them.
object-check-plus
1.0.1
1. 用于校验对象中是否存在 数组中的属性,并且是否有值 2. 最终返回值是一个对象, checkFlag是一个boolean,是本次校验的最终结果(false代表不成功,true代表成功) objectCheckModel是一个object,具体属性是 require:代表是否选中 title:代表提示语