Socket
Socket
Sign inDemoInstall

@nestjs/testing

Package Overview
Dependencies
Maintainers
1
Versions
328
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nestjs/testing - npm Package Compare versions

Comparing version 9.3.0-beta.1 to 9.3.0-beta.2

2

package.json
{
"name": "@nestjs/testing",
"version": "9.3.0-beta.1",
"version": "9.3.0-beta.2",
"description": "Nest - modern, fast, powerful node.js web framework (@testing)",

@@ -5,0 +5,0 @@ "author": "Kamil Mysliwiec",

@@ -49,4 +49,4 @@ "use strict";

const graphInspector = (options === null || options === void 0 ? void 0 : options.snapshot)
? noop_graph_inspector_1.NoopGraphInspector
: new graph_inspector_1.GraphInspector(this.container);
? new graph_inspector_1.GraphInspector(this.container)
: noop_graph_inspector_1.NoopGraphInspector;
const scanner = new scanner_1.DependenciesScanner(this.container, this.metadataScanner, graphInspector, this.applicationConfig);

@@ -53,0 +53,0 @@ await scanner.scan(this.module);

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