
Research
/Security News
11 Malicious NuGet Tools Pose as Game Cheats to Drop a Windows Host-Surveillance Payload
11 malicious NuGet tools pose as game cheats to deploy Windows payloads, track hosts, and use Google Sheets for telemetry and control.
react-crisp
Advanced tools
React implementation for the messaging application Crisp
npm add react-crisp
or
yarn add react-crisp
/* Import the component */
import Crisp from 'react-crisp';
/* Insert the componenent */
<Crisp crispWebsiteId="the-website-id-given-by-crisp" />
<Crisp
crispWebsiteId="the-website-id-given-by-crisp" // Required
crispTokenId="a-unique-token-for-the-user"
attributes={{
"user:email": ["foo@bar.com"],
"user:nickname": ["foo42"],
}}
/>
For a complete list of attributes please see the Crisp's Docs.
<Crisp
crispWebsiteId="the-website-id-given-by-crisp" // Required
crispTokenId="a-unique-token-for-the-user"
configuration={{
"position:reverse": [true],
}}
/>
For a complete list of parameters please see the Crisp's Docs.
To prevent Crisp to emit errors when an exception occurs, you may enable the Safe Mode (see Crisp's Docs. With react-crisp it's done like this:
<Crisp
crispWebsiteId="the-website-id-given-by-crisp" // Required
safeMode
/>
CRISP_RUNTIME_CONFIG<Crisp
crispWebsiteId="the-website-id-given-by-crisp" // Required
crispRuntimeConfig={{
session_merge: true,
}}
/>
For more details about the variable CRISP_RUNTIME_CONFIG see Crisp's Docs.
FAQs
React component implementation of Crisp the messaging app
The npm package react-crisp receives a total of 35 weekly downloads. As such, react-crisp popularity was classified as not popular.
We found that react-crisp demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
11 malicious NuGet tools pose as game cheats to deploy Windows payloads, track hosts, and use Google Sheets for telemetry and control.

Research
/Security News
4 compromised asyncapi packages deliver miasma botnet loader on macOS, Linux and Windows.

Research
/Security News
A compromised jscrambler npm release added a malicious preinstall hook that runs hidden native binaries on Linux, macOS, and Windows.