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

jest-preset-angular

Package Overview
Dependencies
Maintainers
3
Versions
139
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jest-preset-angular - npm Package Compare versions

Comparing version 14.2.2 to 14.2.3

jest-cjs.config.ts

59

package.json
{
"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

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