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

@guildadev/toolkit

Package Overview
Dependencies
Maintainers
0
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@guildadev/toolkit - npm Package Compare versions

Comparing version

to
1.2.0

17

index.js

@@ -10,4 +10,19 @@ // packages/toolkit/src/index.ts

} from "@guildadev/remove-falsy-keys";
export * from "@guildadev/get-initials";
import {
default as default4
} from "@guildadev/get-initials";
import {
ArrayMeta,
Attribute,
BaseEntity,
Included,
Meta
} from "@guildadev/jsonapi-to-model";
export {
ArrayMeta,
Attribute,
BaseEntity,
Included,
Meta,
default4 as getInitials,
default3 as removeFalsyKeys,

@@ -14,0 +29,0 @@ removeFalsyKeysImultable,

7

package.json
{
"name": "@guildadev/toolkit",
"version": "1.1.0",
"version": "1.2.0",
"private": false,

@@ -15,7 +15,8 @@ "type": "module",

"dependencies": {
"@guildadev/get-initials": "1.0.0",
"@guildadev/jsonapi-to-model": "1.0.0",
"@guildadev/remove-falsy-keys": "1.0.0",
"@guildadev/remove-nil-keys": "1.0.1",
"@guildadev/get-initials": "1.0.0"
"@guildadev/remove-nil-keys": "1.0.1"
},
"module": "./index.js"
}

@@ -1,5 +0,6 @@

export { default as removeNilKeys, removeNilKeysImultable } from '@guildadev/remove-nil-keys';
export { default as removeFalsyKeys, removeFalsyKeysImultable } from '@guildadev/remove-falsy-keys';
export type { removeNilKeysProps } from '@guildadev/remove-nil-keys';
export type { RemoveFalsyKeysProps } from '@guildadev/remove-falsy-keys';
export * from '@guildadev/get-initials';
export { default as removeNilKeys, removeNilKeysImultable, } from "@guildadev/remove-nil-keys";
export { default as removeFalsyKeys, removeFalsyKeysImultable, } from "@guildadev/remove-falsy-keys";
export type { removeNilKeysProps } from "@guildadev/remove-nil-keys";
export type { RemoveFalsyKeysProps } from "@guildadev/remove-falsy-keys";
export { default as getInitials, type getInitialsParam, } from "@guildadev/get-initials";
export { ArrayMeta, Attribute, BaseEntity, Included, Meta, } from "@guildadev/jsonapi-to-model";

Sorry, the diff of this file is not supported yet