🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@s-libs/js-core

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@s-libs/js-core - npm Package Compare versions

Comparing version

to
15.1.0

esm2020/lib/get-combinations.mjs

4

lib/interfaces.d.ts

@@ -15,6 +15,6 @@ export declare type ArrayIteratee<I, O> = (item: I, index: number) => O;

export declare type PartialExceptIndexes<T> = {
[K in IndexKeys<T>]: T[K];
} & {
[K in NonIndexKeys<T>]?: T[K];
} & {
[K in IndexKeys<T>]: T[K];
};
export {};

@@ -23,2 +23,2 @@ /**

*/
export declare function isEqualAtDepth(depth: number, value: any, other: any): boolean;
export declare function isEqualAtDepth(depth: number, value: unknown, other: unknown): boolean;
/**
* Checks if `value` is [falsy](https://developer.mozilla.org/en-US/docs/Glossary/Falsy).
*/
export declare function isFalsy(value: any): boolean;
export declare function isFalsy(value: unknown): boolean;
/**
* Checks if `value` is [truthy](https://developer.mozilla.org/en-US/docs/Glossary/Truthy).
*/
export declare function isTruthy(value: any): boolean;
export declare function isTruthy(value: unknown): boolean;
{
"name": "@s-libs/js-core",
"version": "15.0.0",
"version": "15.1.0",
"author": "Simonton Software",

@@ -13,3 +13,3 @@ "license": "MIT",

"peerDependencies": {
"@s-libs/micro-dash": "^15.0.0"
"@s-libs/micro-dash": "^15.1.0"
},

@@ -16,0 +16,0 @@ "dependencies": {

@@ -7,2 +7,3 @@ export * from './lib/functions';

export { assert } from './lib/assert';
export { getCombinations } from './lib/get-combinations';
export { MigrateFunction, MigrationManager, VersionedObject, } from './lib/migration-manager';

@@ -9,0 +10,0 @@ export { Persistence } from './lib/persistence';

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

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

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet