
Research
/Security News
Weaponizing Discord for Command and Control Across npm, PyPI, and RubyGems.org
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.
contember-echo
Advanced tools
A lightweight feedback widget built with Solid.js that allows users to capture screenshots, annotate them, and submit feedback.
A lightweight feedback widget built with Solid.js that allows users to capture screenshots, annotate them, and submit feedback.
import { initEcho } from 'contember-echo';
initEcho({
// Optional: widget position (default: 'bottom-right')
position: 'bottom-right',
// Optional: primary color for buttons and UI elements
primaryColor: '#007AFF',
// Optional: customize all text elements in the widget
textConfig: {
welcomeMessage: {
text: 'Click here to leave feedback',
closeAriaLabel: 'Close welcome message',
},
feedbackForm: {
title: 'Send Feedback',
placeholder: "What's on your mind? We'd love to hear your feedback...",
screenshotAlt: 'Screenshot Preview',
submitButton: 'Send Feedback',
minimizeTitle: 'Minimize',
expandTitle: 'Expand',
closeTitle: 'Close',
showFormTitle: 'Show Feedback Form',
},
notification: {
successTitle: 'Thank you for your feedback!',
errorTitle: 'Something went wrong.',
errorMessage: 'Failed to send feedback. Please try again.',
hideTitle: 'Hide notification',
},
drawingTooltip: {
text: 'Click & drag to draw',
},
},
// Required: callback function when feedback is submitted
onSubmit: async (data) => {
console.log('Feedback submitted:', data);
// Handle the feedback data (send to server, etc.)
}
});
<script type="module">
import { initEcho } from "https://esm.sh/contember-echo";
initEcho({
// Optional: widget position (default: 'bottom-right')
position: 'bottom-right',
// Optional: primary color for buttons and UI elements
primaryColor: '#007AFF',
// Optional: customize all text elements in the widget
textConfig: {
welcomeMessage: {
text: 'Click here to leave feedback',
closeAriaLabel: 'Close welcome message',
},
feedbackForm: {
title: 'Send Feedback',
placeholder: "What's on your mind? We'd love to hear your feedback...",
screenshotAlt: 'Screenshot Preview',
submitButton: 'Send Feedback',
minimizeTitle: 'Minimize',
expandTitle: 'Expand',
closeTitle: 'Close',
showFormTitle: 'Show Feedback Form',
},
notification: {
successTitle: 'Thank you for your feedback!',
errorTitle: 'Something went wrong.',
errorMessage: 'Failed to send feedback. Please try again.',
hideTitle: 'Hide notification',
},
drawingTooltip: {
text: 'Click & drag to draw',
},
},
// Required: callback function when feedback is submitted
onSubmit: async (data) => {
console.log('Feedback submitted:', data);
// Handle the feedback data (send to server, etc.)
}
});
</script>
FAQs
A lightweight feedback widget built with Solid.js that allows users to capture screenshots, annotate them, and submit feedback.
The npm package contember-echo receives a total of 51 weekly downloads. As such, contember-echo popularity was classified as not popular.
We found that contember-echo demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.
Security News
Socket now integrates with Bun 1.3’s Security Scanner API to block risky packages at install time and enforce your organization’s policies in local dev and CI.
Research
The Socket Threat Research Team is tracking weekly intrusions into the npm registry that follow a repeatable adversarial playbook used by North Korean state-sponsored actors.