You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP →

@guildadev/toolkit

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.1.0

@@ -10,2 +10,3 @@ // packages/toolkit/src/index.ts

} from "@guildadev/remove-falsy-keys";
export * from "@guildadev/get-initials";
export {

@@ -12,0 +13,0 @@ default3 as removeFalsyKeys,

{
"name": "@guildadev/toolkit",
"version": "1.0.2",
"version": "1.1.0",
"private": false,

@@ -16,5 +16,6 @@ "type": "module",

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

@@ -5,1 +5,2 @@ export { default as removeNilKeys, removeNilKeysImultable } from '@guildadev/remove-nil-keys';

export type { RemoveFalsyKeysProps } from '@guildadev/remove-falsy-keys';
export * from '@guildadev/get-initials';

Sorry, the diff of this file is not supported yet