jest-preset-angular
Advanced tools
Comparing version 14.2.2 to 14.2.3
{ | ||
"name": "jest-preset-angular", | ||
"version": "14.2.2", | ||
"version": "14.2.3", | ||
"description": "Jest preset configuration for Angular projects", | ||
@@ -36,4 +36,5 @@ "license": "MIT", | ||
"lint-prettier-ci": "prettier \"**/*.{yml,yaml,md}\" --check", | ||
"pretest": "tsc -p tsconfig.spec.json --noEmit", | ||
"test": "yarn build && jest", | ||
"pretest": "tsc -p tsconfig-cjs-base.spec.json --noEmit", | ||
"test": "yarn build && jest -c=jest-cjs.config.ts --no-cache && jest -c=jest-transpile-cjs.config.ts --no-cache", | ||
"test-esm": "yarn build && node --experimental-vm-modules --no-warnings node_modules/jest/bin/jest.js -c=jest-esm.config.ts --no-cache && node --experimental-vm-modules --no-warnings node_modules/jest/bin/jest.js -c=jest-transpile-esm.config.ts --no-cache", | ||
"test-examples": "node scripts/test-examples.js", | ||
@@ -67,22 +68,30 @@ "doc": "cd website && yarn start", | ||
"devDependencies": { | ||
"@angular-devkit/build-angular": "^18.1.2", | ||
"@angular-eslint/eslint-plugin": "^17.5.2", | ||
"@angular-eslint/eslint-plugin-template": "^17.5.2", | ||
"@angular-eslint/template-parser": "^17.5.2", | ||
"@angular/animations": "^18.1.2", | ||
"@angular/common": "^18.1.2", | ||
"@angular/compiler": "^18.1.2", | ||
"@angular/compiler-cli": "^18.1.2", | ||
"@angular/core": "^18.1.2", | ||
"@angular/platform-browser": "^18.1.2", | ||
"@angular/platform-browser-dynamic": "^18.1.2", | ||
"@commitlint/cli": "^19.3.0", | ||
"@commitlint/config-angular": "^19.3.0", | ||
"@angular-devkit/build-angular": "^18.2.4", | ||
"@angular-eslint/eslint-plugin": "^18.3.1", | ||
"@angular-eslint/eslint-plugin-template": "^18.3.1", | ||
"@angular-eslint/template-parser": "^18.3.1", | ||
"@angular/animations": "^18.2.4", | ||
"@angular/cdk": "^18.2.3", | ||
"@angular/common": "^18.2.4", | ||
"@angular/compiler": "^18.2.4", | ||
"@angular/compiler-cli": "^18.2.4", | ||
"@angular/core": "^18.2.4", | ||
"@angular/forms": "^18.2.4", | ||
"@angular/material": "^18.2.3", | ||
"@angular/platform-browser": "^18.2.4", | ||
"@angular/platform-browser-dynamic": "^18.2.4", | ||
"@babel/core": "^7.25.2", | ||
"@babel/preset-env": "^7.25.4", | ||
"@commitlint/cli": "^19.5.0", | ||
"@commitlint/config-angular": "^19.5.0", | ||
"@jest/transform": "^29.7.0", | ||
"@jest/types": "^29.6.3", | ||
"@types/babel__core": "^7.20.5", | ||
"@types/babel__preset-env": "^7.9.7", | ||
"@types/jest": "^29.5.12", | ||
"@types/node": "^20.14.13", | ||
"@types/node": "^20.16.5", | ||
"@types/semver": "^7.5.8", | ||
"@typescript-eslint/eslint-plugin": "^7.18.0", | ||
"@typescript-eslint/parser": "^7.18.0", | ||
"babel-jest": "^29.7.0", | ||
"chalk": "^4.1.2", | ||
@@ -93,5 +102,5 @@ "conventional-changelog-cli": "^5.0.0", | ||
"eslint-config-prettier": "^9.1.0", | ||
"eslint-plugin-import": "^2.29.1", | ||
"eslint-plugin-jest": "^28.6.0", | ||
"eslint-plugin-jsdoc": "^48.10.2", | ||
"eslint-plugin-import": "^2.30.0", | ||
"eslint-plugin-jest": "^28.8.3", | ||
"eslint-plugin-jsdoc": "^50.2.2", | ||
"eslint-plugin-prettier": "^4.2.1", | ||
@@ -102,14 +111,14 @@ "execa": "5.1.1", | ||
"glob": "^10.4.5", | ||
"husky": "^9.1.4", | ||
"husky": "^9.1.6", | ||
"jest": "^29.7.0", | ||
"pinst": "^3.0.0", | ||
"prettier": "^2.8.8", | ||
"rimraf": "^5.0.9", | ||
"rimraf": "^5.0.10", | ||
"rxjs": "^7.8.1", | ||
"ts-node": "^10.9.2", | ||
"tslib": "^2.6.3", | ||
"tslib": "^2.7.0", | ||
"typescript": "~5.5.4", | ||
"zone.js": "~0.14.8" | ||
"zone.js": "~0.15.0" | ||
}, | ||
"packageManager": "yarn@4.3.1" | ||
"packageManager": "yarn@4.4.1" | ||
} |
Sorry, the diff of this file is too big to display
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
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Debug access
Supply chain riskUses debug, reflection and dynamic code execution features.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 3 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
0
0
1
79637
51
20
121