Socket
Socket
Sign inDemoInstall

ngx-avatars

Package Overview
Dependencies
6
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

karma.conf.js

72

package.json
{
"name": "ngx-avatars",
"version": "1.0.0",
"homepage": "https://github.com/Heatmanofurioso/ngx-avatars",
"description": "README.md",
"readme": "README.md",
"license": "LICENSE",
"description": "A universal avatar component for Angular applications that fetches / generates avatar based on the information you have about the user.",
"version": "1.0.1",
"keywords": [
"angular",
"avatar",
"component",
"initials"
],
"license": "MIT",
"repository": {
"type": "Github",
"type": "git",
"url": "https://github.com/Heatmanofurioso/ngx-avatars"
},
"author": {
"name": "Heatmanofurioso",
"url": "https://github.com/Heatmanofurioso",
"email": "ofuriosoheatman@gmail.com"
},
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"postbuild": "node scripts/copy-artifacts.js",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": false,
"sideEffects": false,
"dependencies": {
"@angular/animations": "^11.2.4",
"@angular/common": "^11.2.4",
"@angular/compiler": "^11.2.4",
"@angular/core": "^11.2.4",
"@angular/forms": "^11.2.4",
"@angular/platform-browser": "^11.2.4",
"@angular/platform-browser-dynamic": "^11.2.4",
"@angular/router": "^11.2.4",
"rxjs": "^6.6.6",
"ts-md5": "^1.2.7",
"tslib": "^2.1.0",
"zone.js": "~0.11.4"
"ts-md5": "^1.2.4",
"tslib": "^2.0.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.1102.3",
"@angular-devkit/build-ng-packagr": "~0.1002.0",
"@angular/cli": "~11.2.3",
"@angular/compiler-cli": "^11.2.4",
"@angular/language-service": "^11.2.4",
"@types/jasmine": "~3.6.4",
"@types/jasminewd2": "~2.0.8",
"@types/node": "^14.14.31",
"codelyzer": "^6.0.1",
"jasmine-core": "~3.6.0",
"jasmine-spec-reporter": "~6.0.0",
"karma": "~6.1.1",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~3.0.3",
"karma-jasmine": "~4.0.1",
"karma-jasmine-html-reporter": "^1.5.4",
"karma-mocha-reporter": "^2.2.5",
"ng-packagr": "^11.2.4",
"protractor": "~7.0.0",
"ts-node": "~9.1.1",
"tslint": "~6.1.3",
"typescript": "~4.1.3"
"peerDependencies": {
"@angular/common": "^11.1.0",
"@angular/core": "^11.1.0"
}
}
// This file is required by karma.conf.js and loads recursively all the .spec and framework files
import 'zone.js/dist/zone';
import 'zone.js/dist/zone-testing';

@@ -4,0 +5,0 @@ import { getTestBed } from '@angular/core/testing';

{
"rulesDirectory": [
"node_modules/codelyzer"
],
"extends": "../../tslint.json",
"rules": {
"arrow-return-shorthand": true,
"callable-types": true,
"class-name": true,
"comment-format": [
"no-redundant-jsdoc": true,
"directive-selector": [
true,
"check-space"
"attribute",
"lib",
"camelCase"
],
"curly": true,
"deprecation": {
"severity": "warn"
},
"eofline": true,
"forin": true,
"import-blacklist": [
"component-selector": [
true,
"rxjs/Rx"
],
"import-spacing": true,
"indent": [
true,
"spaces"
],
"interface-over-type-literal": true,
"label-position": true,
"max-line-length": [
true,
140
],
"member-access": false,
"member-ordering": [
true,
{
"order": [
"static-field",
"instance-field",
"static-method",
"instance-method"
]
}
],
"no-arg": true,
"no-bitwise": true,
"no-any": true,
"no-console": [
true,
"debug",
"info",
"time",
"timeEnd",
"trace"
],
"no-construct": true,
"no-debugger": true,
"no-duplicate-super": true,
"no-empty": false,
"no-empty-interface": true,
"no-eval": true,
"no-inferrable-types": [
true,
"ignore-params"
],
"no-misused-new": true,
"no-non-null-assertion": true,
"no-shadowed-variable": true,
"no-string-literal": false,
"no-string-throw": true,
"no-switch-case-fall-through": true,
"no-trailing-whitespace": true,
"no-unnecessary-initializer": true,
"no-unused-expression": true,
"no-var-keyword": true,
"object-literal-sort-keys": false,
"one-line": [
true,
"check-open-brace",
"check-catch",
"check-else",
"check-whitespace"
],
"prefer-const": true,
"quotemark": [
true,
"single"
],
"radix": true,
"semicolon": [
true,
"always"
],
"triple-equals": [
true,
"allow-null-check"
],
"typedef-whitespace": [
true,
{
"call-signature": "nospace",
"index-signature": "nospace",
"parameter": "nospace",
"property-declaration": "nospace",
"variable-declaration": "nospace"
}
],
"unified-signatures": true,
"variable-name": false,
"whitespace": [
true,
"check-branch",
"check-decl",
"check-operator",
"check-separator",
"check-type"
],
"no-output-on-prefix": true,
"no-inputs-metadata-property": true,
"no-outputs-metadata-property": true,
"no-host-metadata-property": true,
"no-input-rename": false,
"no-output-rename": false,
"use-lifecycle-interface": true,
"use-pipe-transform-interface": true,
"component-class-suffix": true,
"directive-class-suffix": true,
"no-redundant-jsdoc": true
"element",
"lib",
"kebab-case"
]
}
}
SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc