Comparing version 1.0.0 to 1.1.0
@@ -0,1 +1,2 @@ | ||
export declare function distinctArray(arr: any[]): any[]; | ||
export declare function mergeArrays(first: any[], second: any[], arrayDistinct: boolean): any[]; |
export declare function isObject(item: unknown): item is Record<string, any>; | ||
export declare function isObjectDeeperThan(value: unknown, depth: number): boolean; | ||
export declare function isSafeObject(object: Record<string, any>): boolean; | ||
export declare function isSafeKey(key: string): boolean; | ||
export declare function isEqual(x: any, y: any): boolean; |
{ | ||
"name": "smob", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "Zero dependency library to safe merge objects.", | ||
@@ -54,21 +54,20 @@ "main": "dist/index.cjs", | ||
"devDependencies": { | ||
"@rollup/plugin-node-resolve": "^15.0.1", | ||
"@rollup/plugin-terser": "^0.4.0", | ||
"@semantic-release/changelog": "^6.0.2", | ||
"@semantic-release/git": "^10.0.1", | ||
"@swc/core": "^1.3.41", | ||
"@swc/jest": "^0.2.24", | ||
"@tada5hi/commitlint-config": "^1.0.0", | ||
"@tada5hi/eslint-config-typescript": "^1.1.5", | ||
"@rollup/plugin-node-resolve": "^15.0.2", | ||
"@rollup/plugin-terser": "^0.4.3", | ||
"@swc/core": "^1.3.59", | ||
"@swc/jest": "^0.2.26", | ||
"@tada5hi/commitlint-config": "^1.0.2", | ||
"@tada5hi/eslint-config-typescript": "^1.1.9", | ||
"@tada5hi/semantic-release": "^0.1.0", | ||
"@tada5hi/tsconfig": "^0.4.0", | ||
"@types/jest": "^29.5.0", | ||
"@types/node": "^18.15.3", | ||
"@types/jest": "^29.5.1", | ||
"@types/node": "^20.2.1", | ||
"cross-env": "^7.0.3", | ||
"eslint": "^8.36.0", | ||
"eslint": "^8.40.0", | ||
"husky": "^8.0.3", | ||
"jest": "^29.5.0", | ||
"rollup": "^3.20.0", | ||
"rollup": "^3.22.0", | ||
"semantic-release": "^19.0.5", | ||
"typescript": "^5.0.2" | ||
"typescript": "^5.0.4" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
35070
17
58