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

@tsed/cli-plugin-passport

Package Overview
Dependencies
Maintainers
5
Versions
363
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tsed/cli-plugin-passport - npm Package Compare versions

Comparing version 1.6.3 to 1.7.0

4

lib/hooks/PassportGenerateHook.d.ts
import { IGenerateCmdContext, ProvidersInfoService } from "@tsed/cli";
import { ProjectPackageJson, QuestionOptions, SrcRendererService, Tasks } from "@tsed/cli-core";
import { PassportClient } from "../services/PassportClient";
export interface IPassportGenerationOptions extends IGenerateCmdContext {
export interface IPassportGenerateOptions extends IGenerateCmdContext {
passportPackage: string;

@@ -15,3 +15,3 @@ }

onGeneratePrompt(initialOption: IGenerateCmdContext): Promise<QuestionOptions>;
onGenerateExec(ctx: IPassportGenerationOptions): Tasks;
onGenerateExec(ctx: IPassportGenerateOptions): Tasks;
private mapOptions;

@@ -18,0 +18,0 @@ private getTemplate;

@@ -16,3 +16,4 @@ "use strict";

name: "Protocol",
value: "protocol"
value: "protocol",
model: "{{symbolName}}.protocol"
}, PassportGenerateHook_1);

@@ -19,0 +20,0 @@ }

{
"name": "@tsed/cli-plugin-passport",
"version": "1.6.3",
"version": "1.7.0",
"main": "lib/index.js",

@@ -11,4 +11,4 @@ "typings": "lib/index.d.ts",

"devDependencies": {
"@tsed/cli": "1.6.3",
"@tsed/cli-core": "1.6.3",
"@tsed/cli": "1.7.0",
"@tsed/cli-core": "1.7.0",
"@types/change-case": "^2.3.1"

@@ -15,0 +15,0 @@ },

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