@contrail/util
Advanced tools
Comparing version 1.0.49 to 1.0.50
@@ -6,1 +6,2 @@ export * from './object-util/object-util'; | ||
export * from './app-util/app-util'; | ||
export * from './timer-util/timer-util'; |
@@ -22,1 +22,2 @@ "use strict"; | ||
__exportStar(require("./app-util/app-util"), exports); | ||
__exportStar(require("./timer-util/timer-util"), exports); |
@@ -10,3 +10,2 @@ import { cloneDeep } from './cloneDeep/cloneDeep'; | ||
static setByPath(obj: any, path: string, value: any): void; | ||
static chunk(array: any[], size: number): any[]; | ||
static isObject: typeof isObject; | ||
@@ -13,0 +12,0 @@ static mergeDeep: typeof mergeDeep; |
@@ -33,9 +33,2 @@ "use strict"; | ||
} | ||
static chunk(array, size) { | ||
const chunked = []; | ||
for (let i = 0; i < array.length; i = i + size) { | ||
chunked.push(array.slice(i, i + size)); | ||
} | ||
return chunked; | ||
} | ||
} | ||
@@ -42,0 +35,0 @@ exports.ObjectUtil = ObjectUtil; |
{ | ||
"name": "@contrail/util", | ||
"version": "1.0.49", | ||
"version": "1.0.50", | ||
"description": "General javascript utilities", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
35776
30
820