You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@skeletonizer/angular

Package Overview
Dependencies
Maintainers
0
Versions
159
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@skeletonizer/angular - npm Package Compare versions

Comparing version

to
1.1.0

43

package.json
{
"name": "@skeletonizer/angular",
"version": "1.0.0",
"version": "1.1.0",
"description": "The way to skeletonize your Angular components",

@@ -44,8 +44,8 @@ "author": "Luka Varga",

"test-watch": "ng test skeletonizer --watch",
"coverage": "ng test skeletonizer --code-coverage --no-watch",
"coverage": "ng test skeletonizer --code-coverage --no-watch --browsers=ChromeHeadless",
"coverage-watch": "ng test skeletonizer --code-coverage",
"style-lint": "stylelint '**/*.?(css|scss)' --color",
"style-lintfix": "stylelint '**/*.?(css|scss)' --color --fix",
"lint": "eslint --ext .ts,.js,.html projects/skeletonizer/src/ && eslint --ext .ts,.js,.html src/ && npm run style-lint",
"lintfix": "npm run style-lintfix && eslint --ext .ts,.js,.html projects/skeletonizer/src/ --fix && eslint --ext .ts,.js,.html src/ --fix",
"lint": "eslint projects/skeletonizer/src/ && eslint src/ && npm run style-lint",
"lintfix": "npm run style-lintfix && eslint projects/skeletonizer/src/ --fix && eslint src/ --fix",
"lint-staged": "lint-staged"

@@ -66,2 +66,3 @@ },

"@angular/router": "^18.0.0",
"@skeletonizer/utils": "^1.1.0",
"rxjs": "~7.8.1",

@@ -72,16 +73,18 @@ "tslib": "^2.6.2",

"devDependencies": {
"@angular-devkit/build-angular": "^18.2.7",
"@angular-eslint/builder": "18.3.1",
"@angular-eslint/eslint-plugin": "18.3.1",
"@angular-eslint/eslint-plugin-template": "18.3.1",
"@angular-eslint/schematics": "18.3.1",
"@angular-eslint/template-parser": "18.3.1",
"@angular/cli": "~18.2.7",
"@angular/compiler-cli": "^18.2.7",
"@types/jasmine": "~4.6.4",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"eslint": "^8.57.0",
"jasmine-core": "~4.6.0",
"karma": "~6.4.3",
"@angular-devkit/build-angular": "^18.2.11",
"@angular-eslint/builder": "18.4.0",
"@angular-eslint/eslint-plugin": "18.4.0",
"@angular-eslint/eslint-plugin-template": "18.4.0",
"@angular-eslint/schematics": "18.4.0",
"@angular-eslint/template-parser": "18.4.0",
"@angular/cli": "~18.2.11",
"@angular/compiler-cli": "^18.2.10",
"@skeletonizer/utils": "^1.1.0",
"@types/jasmine": "~5.1.4",
"@typescript-eslint/eslint-plugin": "^8.12.2",
"@typescript-eslint/parser": "^8.12.2",
"angular-eslint": "^18.4.0",
"eslint": "^9.14.0",
"jasmine-core": "~5.4.0",
"karma": "~6.4.4",
"karma-chrome-launcher": "~3.2.0",

@@ -92,5 +95,5 @@ "karma-coverage": "~2.2.1",

"ng-packagr": "^18.2.1",
"typescript": "~5.4.3"
"typescript": "~5.5.4"
},
"gitHead": "b991aef461188aebee063efb7df47e70c58b0772"
"gitHead": "1cc1b5c8a71f0f2490f555edf700c238a64df3d1"
}

@@ -251,3 +251,3 @@ # @skeletonizer/angular

For more details about the `colorScheme` property, see the [colorScheme](/packages/utils/README.md#colorscheme) section.
For more details about the `colorScheme` property, see the [colorSchema](/packages/utils/README.md#colorschema) section.

@@ -254,0 +254,0 @@ ## Contributing