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

angular-unit-test-helper

Package Overview
Dependencies
Maintainers
0
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.1.0 to 18.0.0

1

dist/autoSpyObj.d.ts

@@ -1,2 +0,1 @@

/// <reference types="jasmine" />
export declare enum ObservablePropertyStrategy {

@@ -3,0 +2,0 @@ Object = 0,

@@ -1,4 +0,3 @@

/// <reference types="jasmine" />
import { AbstractType, Type } from '@angular/core';
export declare function injectClass<TDependency>(dependency: Type<TDependency> | AbstractType<TDependency>, testBed?: import("@angular/core/testing").TestBedStatic): TDependency;
export declare function injectSpy<TDependency>(dependency: Type<TDependency> | AbstractType<TDependency>, testBed?: import("@angular/core/testing").TestBedStatic): jasmine.SpyObj<TDependency>;

31

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

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

"homepage": "https://github.com/duluca/angular-unit-test-helper#readme",
"overrides": {
"braces": "^3.0.3",
"cross-spawn": "^7.0.5",
"micromatch": "^4.0.8"
},
"devDependencies": {
"@angular/compiler": "^17.0.8",
"@angular/core": "^17.0.8",
"@angular/platform-browser": "17.0.8",
"@angular/compiler": "^18.2.12",
"@angular/core": "^18.2.12",
"@angular/platform-browser": "18.2.12",
"@types/jasmine": "^5.1.4",
"@types/node": "^20.10.5",
"@types/node": "^22.9.1",
"@typescript-eslint/eslint-plugin": "^6.15.0",

@@ -57,15 +62,15 @@ "@typescript-eslint/parser": "^6.15.0",

"env-cmd": "^10.1.0",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"init-dev-env": "^2.0.0",
"jasmine": "^5.1.0",
"jasmine-core": "^5.1.1",
"jasmine": "^5.4.0",
"jasmine-core": "^5.4.0",
"npm-run-all": "^4.1.5",
"prettier": "^3.1.1",
"rimraf": "^5.0.5",
"prettier": "^3.3.3",
"rimraf": "^6.0.1",
"rxjs": "^7.8.1",
"tsutils": "^3.21.0",
"tsx": "^4.7.0",
"typescript": "^5.3.3",
"zone.js": "^0.14.2"
"tsx": "^4.19.2",
"typescript": "^5.4.2",
"zone.js": "^0.14.3"
}
}
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