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

ng-auto-moq

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ng-auto-moq - npm Package Compare versions

Comparing version 6.0.0 to 6.1.0

3

package.json
{
"name": "ng-auto-moq",
"version": "6.0.0",
"version": "6.1.0",
"author": "dvabuzyarov(at)gmail.com",

@@ -8,2 +8,3 @@ "license": "MIT",

"description": "Unit tests reflector that automatically mocks dependencies with moq.ts for angular units",
"type": "module",
"publishConfig": {

@@ -10,0 +11,0 @@ "access": "public"

@@ -12,2 +12,5 @@ [![Build Status](https://github.com/dvabuzyarov/ng-auto-moq/actions/workflows/main.yml/badge.svg?branch=master)](https://github.com/dvabuzyarov/ng-auto-moq/)

> :warning: **[Starting with the 6 version the package follows new standard of APF.](https://angular.io/guide/angular-package-format)**
> Which introduced support of ES modules and drops commonjs.
This is a special angular injector builder for unit testing purposes. It creates an injector configuration that

@@ -22,2 +25,4 @@ automatically mocks all dependencies of tested unit with [moq.ts](https://github.com/dvabuzyarov/moq.ts).

```typescript

@@ -24,0 +29,0 @@ import "core-js/proposals/reflect-metadata";

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