Socket
Socket
Sign inDemoInstall

@nixfo/bugular

Package Overview
Dependencies
9
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @nixfo/bugular

Bugular is a library providing a ready-to-use component to report bugs on the screen. When clicking on the Bugular Report button, the user can choose the screen/window to capture, then send the report to the server with a comment.


Version published
Weekly downloads
0
Maintainers
1
Install size
230 kB
Created
Weekly downloads
 

Readme

Source

Bugular

Bugular is a library providing a ready-to-use component to report bugs on the screen. When clicking on the Bugular Report button, the user can choose the screen/window to capture, then send the report to the server with a comment.

How to use

Bugular is really simple to set up. You can include the button component with <bugular-button></bugular-button>. All you have to do then is to set the token key injecting BugularService, then calling setToken(YOUR_TOKEN).

Prerequisite

You need to install the peerDependencies of the library :

peerDependencyversion
@angular/common>=13.3.0
@angular/core>=13.3.0
@angular/forms>=13.3.0
jwt-decode^3.1.2

Build

Run npm run build to build the project. The build artifacts will be stored in the dist/ directory.

Testing

Build the project (previous step), go to the dist folder cd dist/bugular and run npm pack. The library can be imported locally in npm via this line in the target package.json "bugular": "file:path_to_pack

Running unit tests

Run npm run test to execute the unit tests via Karma.

Publishing

After building the library with npm run build, go to the dist folder cd dist/bugular and run npm publish.

Further help

For further help, you can create an issue on the GitHub repository.

Keywords

FAQs

Last updated on 06 Sep 2022

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc