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.8 to 7.2.9

4

dist/lib/resource/files/ts/__name__.controller.ts

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

<% if (crud && type === 'rest') { %>import { Controller, Get, Post, Body, Put, Param, Delete } from '@nestjs/common';<%
<% if (crud && type === 'rest') { %>import { Controller, Get, Post, Body, Patch, Param, Delete } from '@nestjs/common';<%
} else if (crud && type === 'microservice') { %>import { Controller } from '@nestjs/common';

@@ -29,3 +29,3 @@ import { MessagePattern, Payload } from '@nestjs/microservices';<%

@Put(':id')
@Patch(':id')
update(@Param('id') id: string, @Body() update<%= singular(classify(name)) %>Dto: Update<%= singular(classify(name)) %>Dto) {

@@ -32,0 +32,0 @@ return this.<%= lowercased(name) %>Service.update(+id, update<%= singular(classify(name)) %>Dto);

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

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

"dependencies": {
"@angular-devkit/core": "11.2.0",
"@angular-devkit/schematics": "11.2.0",
"@angular-devkit/core": "11.2.3",
"@angular-devkit/schematics": "11.2.3",
"fs-extra": "9.1.0",

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

"@commitlint/config-angular": "^11.0.0",
"@types/fs-extra": "9.0.7",
"@types/fs-extra": "9.0.8",
"@types/jest": "26.0.20",
"@types/node": "14.14.31",
"@typescript-eslint/eslint-plugin": "4.15.2",
"@typescript-eslint/parser": "4.15.2",
"@types/node": "14.14.32",
"@typescript-eslint/eslint-plugin": "4.17.0",
"@typescript-eslint/parser": "4.17.0",
"cpx": "1.5.0",
"eslint": "7.20.0",
"eslint": "7.21.0",
"eslint-config-prettier": "8.1.0",

@@ -64,7 +64,7 @@ "eslint-plugin-import": "2.22.1",

"gulp-clean": "0.4.0",
"husky": "5.1.1",
"husky": "5.1.3",
"jest": "26.6.3",
"nyc": "15.1.0",
"release-it": "^14.2.1",
"ts-jest": "26.5.2",
"ts-jest": "26.5.3",
"ts-node": "9.1.1",

@@ -71,0 +71,0 @@ "typescript": "3.9.9"

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