Socket
Socket
Sign inDemoInstall

@nestjs/schematics

Package Overview
Dependencies
Maintainers
3
Versions
127
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nestjs/schematics - npm Package Compare versions

Comparing version 7.2.2 to 7.2.3

2

dist/lib/application/files/ts/package.json

@@ -42,3 +42,3 @@ {

"eslint": "^7.12.1",
"eslint-config-prettier": "^6.15.0",
"eslint-config-prettier": "7.0.0",
"eslint-plugin-prettier": "^3.1.4",

@@ -45,0 +45,0 @@ "jest": "^26.6.3",

@@ -8,2 +8,3 @@ import { Path } from '@angular-devkit/core';

name: string;
className?: string;
path: Path;

@@ -10,0 +11,0 @@ module: Path;

@@ -20,2 +20,5 @@ "use strict";

const target = Object.assign({}, options);
if (options.className) {
target.symbol = options.className;
}
if (options.type !== undefined) {

@@ -22,0 +25,0 @@ target.symbol = strings_1.classify(options.name).concat(strings_1.capitalize(options.type));

{
"name": "@nestjs/schematics",
"version": "7.2.2",
"version": "7.2.3",
"description": "Nest - modern, fast, powerful node.js web framework (@schematics)",

@@ -43,4 +43,4 @@ "main": "dist/index.js",

"dependencies": {
"@angular-devkit/core": "11.0.0",
"@angular-devkit/schematics": "11.0.0",
"@angular-devkit/core": "11.0.1",
"@angular-devkit/schematics": "11.0.1",
"fs-extra": "9.0.1",

@@ -53,9 +53,9 @@ "pluralize": "8.0.0"

"@types/fs-extra": "9.0.4",
"@types/jest": "26.0.15",
"@types/node": "14.14.7",
"@typescript-eslint/eslint-plugin": "4.7.0",
"@typescript-eslint/parser": "4.7.0",
"@types/jest": "26.0.16",
"@types/node": "14.14.10",
"@typescript-eslint/eslint-plugin": "4.9.0",
"@typescript-eslint/parser": "4.9.0",
"cpx": "1.5.0",
"eslint": "7.13.0",
"eslint-config-prettier": "6.15.0",
"eslint": "7.15.0",
"eslint-config-prettier": "7.0.0",
"eslint-plugin-import": "2.22.1",

@@ -69,3 +69,3 @@ "gulp": "4.0.2",

"ts-jest": "26.4.4",
"ts-node": "9.0.0",
"ts-node": "9.1.0",
"typescript": "3.9.7"

@@ -72,0 +72,0 @@ },

@@ -35,1 +35,5 @@ <p align="center">

- Twitter - [@nestframework](https://twitter.com/nestframework)
## License
Nest is [MIT licensed](LICENSE).
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