@render-web/utils
Advanced tools
+6
-3
| 'use strict'; | ||
| module.exports = utils; | ||
| function utils() { | ||
| // TODO | ||
| function isObject(o) { | ||
| return Object.prototype.toString.call(o) === "[object Object]"; | ||
| } | ||
| module.exports = { | ||
| isObject | ||
| }; |
+2
-2
| { | ||
| "name": "@render-web/utils", | ||
| "version": "0.0.4", | ||
| "version": "0.0.5", | ||
| "description": "> TODO: description", | ||
@@ -19,3 +19,3 @@ "author": "不动声色 <1609059419@qq.com>", | ||
| }, | ||
| "gitHead": "044d7fadf095a350ba5a8b2560cb8c4043c8a9a2", | ||
| "gitHead": "7cdf9377d5d146644ea5e47ec3260fcd834e7a04", | ||
| "publishConfig": { | ||
@@ -22,0 +22,0 @@ "access": "public" |
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Unpublished package
Supply chain riskPackage version was not found on the registry. It may exist on a different registry and need to be configured to pull from that registry.
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Unpublished package
Supply chain riskPackage version was not found on the registry. It may exist on a different registry and need to be configured to pull from that registry.
741
10.76%7
40%