Socket
Socket
Sign inDemoInstall

@tsed/cli-plugin-eslint

Package Overview
Dependencies
Maintainers
5
Versions
289
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 1.11.3 to 1.12.0

12

lib/hooks/EslintInitHook.d.ts

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

import { IInitCmdContext } from "@tsed/cli";
import { InitCmdContext } from "@tsed/cli";
import { ProjectPackageJson, RootRendererService } from "@tsed/cli-core";

@@ -6,13 +6,13 @@ export declare class EslintInitHook {

protected rootRenderer: RootRendererService;
onExec(ctx: IInitCmdContext): {
onExec(ctx: InitCmdContext): {
title: string;
task: (ctx: any) => Promise<import("rxjs").Observable<unknown>>;
}[];
onPostInstall(ctx: IInitCmdContext): {
onPostInstall(ctx: InitCmdContext): {
title: string;
task: () => any;
}[];
addScripts(ctx: IInitCmdContext): void;
addDependencies(ctx: IInitCmdContext): void;
addDevDependencies(ctx: IInitCmdContext): void;
addScripts(ctx: InitCmdContext): void;
addDependencies(ctx: InitCmdContext): void;
addDevDependencies(ctx: InitCmdContext): void;
}

@@ -59,3 +59,3 @@ "use strict";

this.packageJson.addDevDependencies({
"eslint": "latest",
eslint: "latest",
"eslint-config-prettier": "latest",

@@ -62,0 +62,0 @@ "eslint-plugin-prettier": "latest",

{
"name": "@tsed/cli-plugin-eslint",
"version": "1.11.3",
"version": "1.12.0",
"main": "lib/index.js",

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

"devDependencies": {
"@tsed/cli": "1.11.3",
"@tsed/cli-core": "1.11.3"
"@tsed/cli": "1.12.0",
"@tsed/cli-core": "1.12.0"
},

@@ -12,0 +12,0 @@ "scripts": {

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