Socket
Socket
Sign inDemoInstall

@nestjs/cli

Package Overview
Dependencies
Maintainers
2
Versions
222
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nestjs/cli - npm Package Compare versions

Comparing version 10.1.5 to 10.1.6

4

lib/compiler/interfaces/readonly-visitor.interface.d.ts

@@ -8,4 +8,4 @@ import * as ts from 'typescript';

typeImports: Record<string, string>;
visit<Program = any, SourceFile = any>(program: Program, sf: SourceFile): void;
collect<MetaTuple = any>(): Record<string, Array<MetaTuple>>;
visit(program: unknown, sf: unknown): unknown;
collect(): Record<string, Array<unknown>>;
}
{
"name": "@nestjs/cli",
"version": "10.1.5",
"version": "10.1.6",
"description": "Nest - modern, fast, powerful node.js web framework (@cli)",

@@ -5,0 +5,0 @@ "publishConfig": {

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