@ctx-core/function
Advanced tools
Comparing version 5.0.0 to 5.1.0
@@ -30,2 +30,9 @@ export function iife(fn, ...args) { | ||
} | ||
export function times(num, fn) { | ||
const ARR = [] | ||
for (let i=0; i < num; i++) { | ||
ARR.push(fn(i)) | ||
} | ||
return ARR | ||
} | ||
export function andand(obj, ...ARR__name) { | ||
@@ -32,0 +39,0 @@ let value = obj |
{ | ||
"name": "@ctx-core/function", | ||
"version": "5.0.0", | ||
"version": "5.1.0", | ||
"description": "ctx-core function", | ||
@@ -23,3 +23,3 @@ "main": "lib.js", | ||
"homepage": "https://github.com/ctx-core/ctx-core#readme", | ||
"gitHead": "7d0d73495e67101da1ad8aeb87a7b9918b4689c1" | ||
"gitHead": "ceb17e6a117f8631a78d2db3c13a2cf714ff7630" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
3264
110
0