Join our webinar on Wednesday, June 26, at 1pm EDTHow Chia Mitigates Risk in the Crypto Industry.Register
Socket
Socket
Sign inDemoInstall

@nestjs/cli

Package Overview
Dependencies
403
Maintainers
2
Versions
215
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 9.2.0 to 9.3.0

4

lib/compiler/workspace-utils.js

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

exports.WorkspaceUtils = void 0;
const rimraf = require("rimraf");
const rimraf_1 = require("rimraf");
const get_value_or_default_1 = require("./helpers/get-value-or-default");

@@ -23,3 +23,3 @@ class WorkspaceUtils {

}
yield rimraf(dirPath);
yield (0, rimraf_1.default)(dirPath);
});

@@ -26,0 +26,0 @@ }

@@ -96,2 +96,7 @@ "use strict";

{
name: 'library',
alias: 'lib',
description: 'Generate a new library within a monorepo',
},
{
name: 'middleware',

@@ -122,2 +127,7 @@ alias: 'mi',

{
name: 'resource',
alias: 'res',
description: 'Generate a new CRUD resource',
},
{
name: 'service',

@@ -128,7 +138,2 @@ alias: 's',

{
name: 'library',
alias: 'lib',
description: 'Generate a new library within a monorepo',
},
{
name: 'sub-app',

@@ -138,7 +143,2 @@ alias: 'app',

},
{
name: 'resource',
alias: 'res',
description: 'Generate a new CRUD resource',
},
];
{
"name": "@nestjs/cli",
"version": "9.2.0",
"version": "9.3.0",
"description": "Nest - modern, fast, powerful node.js web framework (@cli)",

@@ -41,16 +41,16 @@ "publishConfig": {

"dependencies": {
"@angular-devkit/core": "15.1.4",
"@angular-devkit/schematics": "15.1.4",
"@angular-devkit/schematics-cli": "15.1.4",
"@nestjs/schematics": "^9.0.0",
"chalk": "3.0.0",
"@angular-devkit/core": "15.2.4",
"@angular-devkit/schematics": "15.2.4",
"@angular-devkit/schematics-cli": "15.2.4",
"@nestjs/schematics": "^9.0.4",
"chalk": "4.1.2",
"chokidar": "3.5.3",
"cli-table3": "0.6.3",
"commander": "4.1.1",
"fork-ts-checker-webpack-plugin": "7.3.0",
"inquirer": "7.3.3",
"fork-ts-checker-webpack-plugin": "8.0.0",
"inquirer": "8.2.5",
"node-emoji": "1.11.0",
"ora": "5.4.1",
"os-name": "4.0.1",
"rimraf": "4.1.2",
"rimraf": "4.4.0",
"shelljs": "0.8.5",

@@ -60,36 +60,30 @@ "source-map-support": "0.5.21",

"tsconfig-paths": "4.1.2",
"tsconfig-paths-webpack-plugin": "4.0.0",
"tsconfig-paths-webpack-plugin": "4.0.1",
"typescript": "4.9.5",
"webpack": "5.75.0",
"webpack": "5.76.2",
"webpack-node-externals": "3.0.0"
},
"devDependencies": {
"@commitlint/cli": "17.4.2",
"@commitlint/config-angular": "17.4.2",
"@types/copyfiles": "2.4.1",
"@types/inquirer": "8.2.5",
"@types/jest": "29.4.0",
"@types/node": "18.11.18",
"@commitlint/cli": "17.4.4",
"@commitlint/config-angular": "17.4.4",
"@types/inquirer": "8.2.6",
"@types/jest": "29.5.0",
"@types/node": "18.15.3",
"@types/node-emoji": "1.8.2",
"@types/ora": "3.2.0",
"@types/os-name": "3.1.0",
"@types/rimraf": "3.0.2",
"@types/shelljs": "0.8.11",
"@types/webpack-node-externals": "2.5.3",
"@typescript-eslint/eslint-plugin": "5.50.0",
"@typescript-eslint/parser": "5.50.0",
"@types/webpack-node-externals": "3.0.0",
"@typescript-eslint/eslint-plugin": "5.55.0",
"@typescript-eslint/parser": "5.55.0",
"delete-empty": "3.0.0",
"eslint": "8.33.0",
"eslint-config-prettier": "8.6.0",
"eslint-plugin-import": "2.27.5",
"eslint": "8.36.0",
"eslint-config-prettier": "8.7.0",
"gulp": "4.0.2",
"gulp-clean": "0.4.0",
"husky": "8.0.3",
"jest": "29.4.1",
"lint-staged": "13.1.0",
"prettier": "2.8.3",
"release-it": "15.6.0",
"jest": "29.5.0",
"lint-staged": "13.2.0",
"prettier": "2.8.4",
"release-it": "15.9.0",
"ts-jest": "29.0.5",
"ts-loader": "9.4.2",
"ts-node": "10.9.1"
"ts-loader": "9.4.2"
},

@@ -96,0 +90,0 @@ "lint-staged": {

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc