Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

application-insights-fetch-monitor

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

application-insights-fetch-monitor - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

11

CHANGELOG.md

@@ -5,2 +5,13 @@ # Change Log

<a name="1.0.1"></a>
## [1.0.1](https://github.com/MaximBalaganskiy/application-insights-fetch-monitor/compare/v1.0.0...v1.0.1) (2018-07-20)
### Bug Fixes
* **package.json:** add typings and set correct main file ([61c5a13](https://github.com/MaximBalaganskiy/application-insights-fetch-monitor/commit/61c5a13))
* **readme:** add instructions ([f5e70c0](https://github.com/MaximBalaganskiy/application-insights-fetch-monitor/commit/f5e70c0))
<a name="1.0.0"></a>

@@ -7,0 +18,0 @@ # 1.0.0 (2018-07-20)

5

package.json
{
"name": "application-insights-fetch-monitor",
"version": "1.0.0",
"version": "1.0.1",
"description": "Fetch API monitor for Application Insights",
"main": "index.js",
"main": "dist/commonjs/index.js",
"typings": "dist/commonjs/index.d.ts",
"scripts": {

@@ -7,0 +8,0 @@ "test": "echo \"Error: no test specified\" && exit 1",

# application-insights-fetch-monitor
Fetch API monitor for Application Insights
The monitor is based on official [Ajax Monitor](https://github.com/Microsoft/ApplicationInsights-JS/blob/master/JavaScript/JavaScriptSDK/ajax/ajax.ts) and mostly replicates what was done there for `fetch` function.
## Installation
```
npm i --save-dev applicationinsights-js application-insights-fetch-monitor
```
## Usage
```js
import { initAppInsightsFetchMonitor } from "application-insights-fetch-monitor";
appInsights.downloadAndSetup({ instrumentationKey: this.settings.appInsightsInstrumentationKey });
initAppInsightsFetchMonitor();
```
SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc