New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

angular-unit-test-helper

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-unit-test-helper - npm Package Compare versions

Comparing version 17.0.0-beta.1 to 17.0.0

30

package.json
{
"name": "angular-unit-test-helper",
"version": "17.0.0-beta.1",
"version": "17.0.0",
"description": "Helper functions to help write unit tests in Angular using mocks and spies",

@@ -45,24 +45,24 @@ "main": "dist/index.js",

"devDependencies": {
"@angular/compiler": "^16.2.0",
"@angular/core": "^16.2.0",
"@types/jasmine": "^4.3.5",
"@types/node": "^20.4.9",
"@typescript-eslint/eslint-plugin": "^6.3.0",
"@typescript-eslint/parser": "^6.3.0",
"@angular/compiler": "^17.0.7",
"@angular/core": "^17.0.7",
"@types/jasmine": "^5.1.4",
"@types/node": "^20.10.5",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"cross-conf-env": "^1.3.0",
"dev-norms": "^2.0.4",
"env-cmd": "^10.1.0",
"eslint": "^8.46.0",
"eslint": "^8.56.0",
"init-dev-env": "^2.0.0",
"jasmine": "^4.6.0",
"jasmine-core": "^4.6.0",
"jasmine": "^5.1.0",
"jasmine-core": "^5.1.1",
"npm-run-all": "^4.1.5",
"prettier": "^3.0.1",
"rimraf": "^5.0.1",
"prettier": "^3.1.1",
"rimraf": "^5.0.5",
"rxjs": "^7.8.1",
"tsutils": "^3.21.0",
"tsx": "^3.12.7",
"typescript": "^5.1.6",
"zone.js": "^0.13.1"
"tsx": "^4.6.2",
"typescript": "^5.3.3",
"zone.js": "^0.14.2"
}
}

@@ -5,3 +5,3 @@ # Angular Unit Test Helper

![Angular Version](https://img.shields.io/badge/angular-v16-326839)
![Angular Version](https://img.shields.io/badge/angular-v17-326839)
[![CircleCI](https://circleci.com/gh/duluca/angular-unit-test-helper.svg?style=svg)](https://circleci.com/gh/duluca/angular-unit-test-helper)

@@ -16,3 +16,2 @@ [![Coverage Status](https://coveralls.io/repos/github/duluca/angular-unit-test-helper/badge.svg?branch=main)](https://coveralls.io/github/duluca/angular-unit-test-helper?branch=main)

- `createComponentMock` has been removed, in favor of `ng-mocks`. See below for more info.
- `jasmine` is deprecated. As of v16.5 the tool will switch to `jest`.

@@ -19,0 +18,0 @@ ## Goal

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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