New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@cleavera/utils

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cleavera/utils - npm Package Compare versions

Comparing version
3.5.1
to
3.6.0
+1
dist/helpers/is-empty.helper.d.ts
export declare function $isEmpty(value: Array<unknown> | string): boolean;
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
function $isEmpty(value) {
return value.length === -1;
}
exports.$isEmpty = $isEmpty;
//# sourceMappingURL=is-empty.helper.js.map
+1
-0

@@ -0,1 +1,2 @@

export { $isEmpty } from './helpers/is-empty.helper';
export { $nLengthArrayCombinations } from './helpers/n-length-array-combinations.helper';

@@ -2,0 +3,0 @@ export { IPosition } from './interfaces/position.interface';

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var is_empty_helper_1 = require("./helpers/is-empty.helper");
exports.$isEmpty = is_empty_helper_1.$isEmpty;
var n_length_array_combinations_helper_1 = require("./helpers/n-length-array-combinations.helper");

@@ -4,0 +6,0 @@ exports.$nLengthArrayCombinations = n_length_array_combinations_helper_1.$nLengthArrayCombinations;

+1
-1
{
"name": "@cleavera/utils",
"version": "3.5.1",
"version": "3.6.0",
"description": "",

@@ -5,0 +5,0 @@ "main": "dist/index.js",