
Product
Announcing Socket Fix 2.0
Socket Fix 2.0 brings targeted CVE remediation, smarter upgrade planning, and broader ecosystem support to help developers get to zero alerts.
morefeedback
Advanced tools
Feedback tool similar to Google's.
This is a very early alpha version, with a couple of known issues, a complete rewrite. Should be more performant and less buggy (hopefully).
npm i gladmo/feedback
Import and create an instance of Feedback
:
import { Feedback } from '@ivoviz/feedback.js';
.
.
.
const feedback = new Feedback();
feedback.open();
At the moment only two functions are exposed: open
and close
, although the latter shouldn't be needed.
Import the stylesheet:
import "gladmo/feedback/dist/lib/feedback.css";
There are two optional parameters, FeedbackOptions
and HTML2CanvasOptions
.
Currently, the only options supported by FeedbackOptions
are:
endpoint
: The url where you want to post the form data. The data will be sent as json
:
{
"description": "some text",
"screenshot": "base64 png"
}
allowedTags
(optional): A string array containing the name of the nodes you want to be able to be highlighted on mouseover.
You can read about HTML2CanvasOptions
here: http://html2canvas.hertzen.com/configuration.
# Install (dev) dependencies
npm install
# Build Javascript files from TypeScript
./node_modules/.bin/tsc
# Build css from sass
./node_modules/.bin/node-sass lib/feedback.scss dist/lib/feedback.css
FAQs
Feedback tool similar to Google's.
We found that morefeedback demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.
Product
Socket Fix 2.0 brings targeted CVE remediation, smarter upgrade planning, and broader ecosystem support to help developers get to zero alerts.
Security News
Socket CEO Feross Aboukhadijeh joins Risky Business Weekly to unpack recent npm phishing attacks, their limited impact, and the risks if attackers get smarter.
Product
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.