Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
solution-center-feedback
Advanced tools
Feedback tool for rating services provided by Brand Solutions
Feedback tool for rating services provided by Brand Solutions
npm install solution-center-feedback
Include the script in your project:
<script src="/node_modules/solution-center-feedback/dist/solutioncenter.feedback.js"></script>
Insert the component near or at the bottom of your app:
<sc-feedback module-id="$ctrl.id" module-name="$ctrl.name" debug-config="$ctrl.debug"></sc-feedback>
All the module related parameters are required, the one for debugging is optional
module-id
: The ID associated with your project.module-name
: The name you wish to display on the feedback component.debug-config
: Configuration object for debugging purposesSolution Center Feedback is intended to be used with dress code. That package is included as a dependency. Be sure to include dress-code in your project.
Clone the repository, then run:
npm install
npm start
: start a development server, open the demo in the browser, and watch for code changes.npm test
: run unit tests and generate a coverage report.
open coverage/index.html
: after running unit tests, open the coverage report.npm clean
: remove build files/directoriesBefore opening a pull request, please ensure that you have included unit tests for your changes and that all tests are passing.
FAQs
Feedback tool for rating services provided by Brand Solutions
The npm package solution-center-feedback receives a total of 0 weekly downloads. As such, solution-center-feedback popularity was classified as not popular.
We found that solution-center-feedback demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 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.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.