New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@notifi-network/notifi-react-hooks

Package Overview
Dependencies
Maintainers
6
Versions
522
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@notifi-network/notifi-react-hooks - npm Package Compare versions

Comparing version 0.85.5 to 0.85.6

6

dist/hooks/useNotifiClient.d.ts

@@ -145,2 +145,3 @@ import type { NotifiEnvironment } from '@notifi-network/notifi-axios-utils';

verificationLink?: string | undefined;
discordServerInviteLink?: string | undefined;
} | undefined)[] | undefined;

@@ -256,2 +257,3 @@ };

verificationLink?: string | undefined;
discordServerInviteLink?: string | undefined;
} | undefined)[] | undefined;

@@ -277,2 +279,3 @@ }[];

verificationLink?: string | undefined;
discordServerInviteLink?: string | undefined;
}[];

@@ -412,2 +415,3 @@ }>>;

verificationLink?: string | undefined;
discordServerInviteLink?: string | undefined;
} | undefined)[] | undefined;

@@ -820,2 +824,3 @@ };

verificationLink?: string | undefined;
discordServerInviteLink?: string | undefined;
} | undefined)[] | undefined;

@@ -880,2 +885,3 @@ };

verificationLink?: string | undefined;
discordServerInviteLink?: string | undefined;
} | undefined)[] | undefined;

@@ -882,0 +888,0 @@ }>;

2

dist/utils/ensureTarget.d.ts

@@ -79,2 +79,3 @@ import { ClientCreateWebhookParams, CreateWebhookTargetService, WebhookTarget } from '@notifi-network/notifi-core';

verificationLink?: string | undefined;
discordServerInviteLink?: string | undefined;
}>;

@@ -91,2 +92,3 @@ }>, existing: {

verificationLink?: string | undefined;
discordServerInviteLink?: string | undefined;
}[] | undefined, value: string | undefined) => Promise<string | undefined>;

@@ -93,0 +95,0 @@ export { ensureEmail, ensureSms, ensureTelegram, ensureWebhook, ensureDiscord };

10

package.json
{
"name": "@notifi-network/notifi-react-hooks",
"version": "0.85.5",
"version": "0.85.6",
"description": "React hooks provided as a convenience wrapper around notifi.network platform functionality",

@@ -34,5 +34,5 @@ "author": "juni-notifi <hyungjoon.kim@notifi.network>",

"dependencies": {
"@notifi-network/notifi-axios-adapter": "^0.85.5",
"@notifi-network/notifi-axios-utils": "^0.85.5",
"@notifi-network/notifi-core": "^0.85.5",
"@notifi-network/notifi-axios-adapter": "^0.85.6",
"@notifi-network/notifi-axios-utils": "^0.85.6",
"@notifi-network/notifi-core": "^0.85.6",
"axios": "^0.26.0",

@@ -46,3 +46,3 @@ "localforage": "^1.10.0",

},
"gitHead": "b4fccacfd17cc3d18043f05da8b888941541534b"
"gitHead": "cbe6647ecbacceb3c3f3abf782a21568ff608ce6"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc