Socket
Socket
Sign inDemoInstall

@microsoft/applicationinsights-angularplugin-js

Package Overview
Dependencies
Maintainers
5
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@microsoft/applicationinsights-angularplugin-js - npm Package Compare versions

Comparing version 0.0.0 to 2.5.8

LICENSE

54

package.json
{
"name": "@microsoft/applicationinsights-angularplugin-js",
"version": "0.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "MIT",
"description": ""
"name": "@microsoft/applicationinsights-angularplugin-js",
"version": "2.5.8",
"description": "Microsoft Application Insights Angular plugin",
"main": "dist/applicationinsights-angularplugin-js.js",
"module": "dist-esm/applicationinsights-angularplugin-js.js",
"types": "types/applicationinsights-angularplugin-js.d.ts",
"sideEffects": false,
"repository": {
"type": "git",
"url": "https://github.com/microsoft/ApplicationInsights-JS/tree/master/extensions/applicationinsights-angularplugin-js"
},
"scripts": {
"build": "npm run build:esm && npm run build:browser",
"build:esm": "tsc -p tsconfig.json",
"build:browser": "rollup -c",
"test": "cd Tests/test-app && npm install && ng test",
"lint": "tslint -p tsconfig.json"
},
"devDependencies": {
"@microsoft/applicationinsights-rollup-es3": "1.1.3",
"@microsoft/applicationinsights-properties-js": "2.5.8",
"@angular/core": "~8.1.2",
"@angular/router": "~8.1.2",
"grunt": "1.0.1",
"rollup": "^0.66.0",
"rollup-plugin-commonjs": "^9.3.4",
"rollup-plugin-node-resolve": "^3.4.0",
"rollup-plugin-replace": "^2.1.0",
"rollup-plugin-uglify": "^6.0.0",
"ts-node": "^8.3.0",
"typescript": "~3.4.3",
"rxjs": "~6.4.0",
"types": "^0.1.1",
"zone.js": "~0.9.1",
"@angular/common": "~8.1.2",
"@angular/platform-browser": "~8.1.2",
"tslint": "^5.19.0",
"tslint-config-prettier": "^1.18.0"
},
"dependencies": {
"@microsoft/applicationinsights-shims": "1.0.1",
"@microsoft/applicationinsights-common": "2.5.8",
"@microsoft/applicationinsights-core-js": "2.5.8"
},
"license": "MIT"
}
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