New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

monitor-monkeywh

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

monitor-monkeywh

A monitor SDK about browser, it just a demo

latest
npmnpm
Version
1.1.3
Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

monitor-monkeywh

This is a monitor SDK demo about broswer.

Foreword

Just started, I want to create this SDK for our company to catch "JS Error"、“Broswer performance" like sentry. And provide for everyone who has the same requirement. But lack of ability makes it bad. Now, it can be used as a reference to help you create the system of monitor yourself. If you have any good idea you can send the email to me. my email address is arrogancewh@163.com .

How to use

  • install the npm module by npm
npm install monitor-monkeywh -D
  • It can be used like below
import Monitor from 'monitor-monkeywh'

cosnt monitor = new Monitor({
	// the url address of the data update, if you don't set this, the data can be console in broswer.
	uplaodUrl: "http://XXX "   // the url about monitor data update
});

monitor.init();

Function

  • Catch the error about browser Js Error.
  • Request information generated by axios or XMLHttpRequest
  • Base performance info.

At last

I will continue to develop this SDK, and please forgive my bad english grammar. Looking forward to your suggestions.

FAQs

Package last updated on 12 Oct 2022

Did you know?

Socket

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