Socket
Socket
Sign inDemoInstall

@nestjs/schematics

Package Overview
Dependencies
Maintainers
2
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 10.1.3 to 10.1.4

8

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

@@ -25,9 +25,9 @@ {

"@nestjs/testing": "^10.0.0",
"@babel/core": "7.24.9",
"@babel/node": "7.24.8",
"@babel/core": "7.25.2",
"@babel/node": "7.25.0",
"@babel/plugin-proposal-decorators": "7.24.7",
"@babel/plugin-transform-runtime": "7.24.7",
"@babel/preset-env": "7.24.8",
"@babel/preset-env": "7.25.3",
"@babel/register": "7.24.6",
"@babel/runtime": "7.24.8",
"@babel/runtime": "7.25.0",
"jest": "29.7.0",

@@ -34,0 +34,0 @@ "nodemon": "3.1.4",

@@ -37,4 +37,4 @@ {

"@types/supertest": "^6.0.0",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^7.0.0",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"eslint": "^8.42.0",

@@ -41,0 +41,0 @@ "eslint-config-prettier": "^9.0.0",

<p align="center">
<a href="http://nestjs.com/" target="blank"><img src="https://nestjs.com/img/logo-small.svg" width="200" alt="Nest Logo" /></a>
<a href="http://nestjs.com/" target="blank"><img src="https://nestjs.com/img/logo-small.svg" width="120" alt="Nest Logo" /></a>
</p>

@@ -18,5 +18,5 @@

<a href="https://opencollective.com/nest#sponsor" target="_blank"><img src="https://opencollective.com/nest/sponsors/badge.svg" alt="Sponsors on Open Collective" /></a>
<a href="https://paypal.me/kamilmysliwiec" target="_blank"><img src="https://img.shields.io/badge/Donate-PayPal-ff3f59.svg"/></a>
<a href="https://paypal.me/kamilmysliwiec" target="_blank"><img src="https://img.shields.io/badge/Donate-PayPal-ff3f59.svg" alt="Donate us"/></a>
<a href="https://opencollective.com/nest#sponsor" target="_blank"><img src="https://img.shields.io/badge/Support%20us-Open%20Collective-41B883.svg" alt="Support us"></a>
<a href="https://twitter.com/nestframework" target="_blank"><img src="https://img.shields.io/twitter/follow/nestframework.svg?style=social&label=Follow"></a>
<a href="https://twitter.com/nestframework" target="_blank"><img src="https://img.shields.io/twitter/follow/nestframework.svg?style=social&label=Follow" alt="Follow us on Twitter"></a>
</p>

@@ -30,3 +30,3 @@ <!--[![Backers on Open Collective](https://opencollective.com/nest/backers/badge.svg)](https://opencollective.com/nest#backer)

## Installation
## Project setup

@@ -37,3 +37,3 @@ ```bash

## Running the app
## Compile and run the project

@@ -51,3 +51,3 @@ ```bash

## Test
## Run tests

@@ -65,2 +65,14 @@ ```bash

## Resources
Check out a few resources that may come in handy when working with NestJS:
- Visit the [NestJS Documentation](https://docs.nestjs.com) to learn more about the framework.
- For questions and support, please visit our [Discord channel](https://discord.gg/G7Qnnhy).
- To dive deeper and get more hands-on experience, check out our official video [courses](https://courses.nestjs.com/).
- Visualize your application graph and interact with the NestJS application in real-time using [NestJS Devtools](https://devtools.nestjs.com).
- Need help with your project (part-time to full-time)? Check out our official [enterprise support](https://enterprise.nestjs.com).
- To stay in the loop and get updates, follow us on [X](https://x.com/nestframework) and [LinkedIn](https://linkedin.com/company/nestjs).
- Looking for a job, or have a job to offer? Check out our official [Jobs board](https://jobs.nestjs.com).
## Support

@@ -72,3 +84,3 @@

- Author - [Kamil Myśliwiec](https://kamilmysliwiec.com)
- Author - [Kamil Myśliwiec](https://twitter.com/kammysliwiec)
- Website - [https://nestjs.com](https://nestjs.com/)

@@ -79,2 +91,2 @@ - Twitter - [@nestframework](https://twitter.com/nestframework)

Nest is [MIT licensed](LICENSE).
Nest is [MIT licensed](https://github.com/nestjs/nest/blob/master/LICENSE).
{
"name": "@nestjs/schematics",
"version": "10.1.3",
"version": "10.1.4",
"description": "Nest - modern, fast, powerful node.js web framework (@schematics)",

@@ -51,8 +51,8 @@ "main": "dist/index.js",

"devDependencies": {
"@commitlint/cli": "19.3.0",
"@commitlint/cli": "19.4.0",
"@commitlint/config-angular": "19.3.0",
"@types/jest": "29.5.12",
"@types/node": "20.14.12",
"@typescript-eslint/eslint-plugin": "7.17.0",
"@typescript-eslint/parser": "7.17.0",
"@types/node": "20.16.1",
"@typescript-eslint/eslint-plugin": "8.1.0",
"@typescript-eslint/parser": "8.1.0",
"cpx2": "7.0.1",

@@ -64,7 +64,7 @@ "eslint": "8.57.0",

"gulp-clean": "0.4.0",
"husky": "9.1.1",
"husky": "9.1.4",
"jest": "29.7.0",
"nyc": "17.0.0",
"release-it": "17.6.0",
"ts-jest": "29.2.3",
"ts-jest": "29.2.4",
"ts-node": "10.9.2",

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

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