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

@asymmetrik/ngx-instrumentation

Package Overview
Dependencies
Maintainers
10
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@asymmetrik/ngx-instrumentation - npm Package Compare versions

Comparing version 1.0.1 to 13.0.0

asymmetrik-ngx-instrumentation.d.ts

110

package.json
{
"name": "@asymmetrik/ngx-instrumentation",
"artifactName": "ngx-instrumentation",
"moduleName": "ngxInstrumentation",
"description": "Angular.io components and services for instrumenting errors, performance, and user actions",
"version": "1.0.1",
"author": "Asymmetrik, Ltd.",
"copyright": "Copyright Asymmetrik, Ltd. 2007-2019 - All Rights Reserved.",
"license": "MIT",
"main": "dist/bundles/ngx-instrumentation.js",
"module": "dist/index.js",
"jsnext:main": "dist/index.js",
"typings": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/Asymmetrik/ngx-instrumentation.git"
},
"scripts": {
"build": "npm run compile && npm run bundle",
"prebuild": "npm run lint",
"demo": "(node ./src/demo/demo-server.js & webpack-dev-server & npm run watch)",
"predemo": "npm run lint",
"bundle": "npm run rollup && npm run uglify",
"compile": "ngc -p tsconfig-aot.json",
"lint": "tslint -c tslint.json -t stylish 'src/**/*.ts'",
"rollup": "rollup -c rollup.config.js",
"uglify": "uglifyjs --comments 'license' -o ./dist/bundles/ngx-instrumentation.min.js -- ./dist/bundles/ngx-instrumentation.js",
"watch": " watch 'npm run lint' ./src"
},
"files": [
"dist",
"src"
],
"peerDependencies": {
"@angular/core": ">=7",
"@angular/common": ">=7"
},
"devDependencies": {
"@angular/common": "7",
"@angular/compiler": "7",
"@angular/compiler-cli": "7",
"@angular/core": "7",
"@angular/platform-browser": "7",
"@angular/platform-browser-dynamic": "7",
"@angular/router": "7",
"@types/node": "10",
"angular2-template-loader": "0.6",
"awesome-typescript-loader": "5",
"core-js": "2.6",
"css-loader": "2",
"file-loader": "2",
"html-loader": "0.5",
"html-webpack-plugin": "3",
"node-sass": "4",
"resolve-url-loader": "3",
"rollup": "0.67",
"rxjs": "6",
"sass-loader": "7",
"source-map-loader": "0.2",
"style-loader": "0.23",
"to-string-loader": "1.1",
"tslint": "5",
"typescript": "3.1",
"uglify-js": "3",
"url-loader": "1",
"watch": "1",
"webpack": "4",
"webpack-cli": "3",
"webpack-dev-server": "3",
"webpack-stats-plugin": "0.2",
"zone.js": "0.8"
}
}
"name": "@asymmetrik/ngx-instrumentation",
"description": "Angular.io Instrumentation Components and Services",
"version": "13.0.0",
"author": "Asymmetrik, Ltd.",
"copyright": "Copyright Asymmetrik, A BlueHalo Company 2007-2022 - All Rights Reserved.",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Asymmetrik/ngx-instrumentation.git"
},
"peerDependencies": {
"@angular/common": "13",
"@angular/core": "13"
},
"dependencies": {
"tslib": "^2.3.0"
},
"module": "fesm2015/asymmetrik-ngx-instrumentation.mjs",
"es2020": "fesm2020/asymmetrik-ngx-instrumentation.mjs",
"esm2020": "esm2020/asymmetrik-ngx-instrumentation.mjs",
"fesm2020": "fesm2020/asymmetrik-ngx-instrumentation.mjs",
"fesm2015": "fesm2015/asymmetrik-ngx-instrumentation.mjs",
"typings": "asymmetrik-ngx-instrumentation.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./asymmetrik-ngx-instrumentation.d.ts",
"esm2020": "./esm2020/asymmetrik-ngx-instrumentation.mjs",
"es2020": "./fesm2020/asymmetrik-ngx-instrumentation.mjs",
"es2015": "./fesm2015/asymmetrik-ngx-instrumentation.mjs",
"node": "./fesm2015/asymmetrik-ngx-instrumentation.mjs",
"default": "./fesm2020/asymmetrik-ngx-instrumentation.mjs"
}
},
"sideEffects": false
}

Sorry, the diff of this file is not supported yet

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