@asymmetrik/ngx-instrumentation
Advanced tools
Comparing version 1.0.1 to 13.0.0
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
0
115586
3
25
1073
1
+ Addedtslib@^2.3.0
+ Added@angular/common@13.4.0(transitive)
+ Added@angular/core@13.4.0(transitive)
+ Addedzone.js@0.11.8(transitive)
- Removed@angular/common@18.2.11(transitive)
- Removed@angular/core@18.2.11(transitive)
- Removedzone.js@0.14.10(transitive)