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.1.3 to 7.1.4

2

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

@@ -32,3 +32,3 @@ {

"@babel/runtime": "^7.6.2",
"jest": "26.6.2",
"jest": "26.6.3",
"nodemon": "^1.19.2",

@@ -35,0 +35,0 @@ "prettier": "^1.18.2",

@@ -9,6 +9,5 @@ module.exports = {

extends: [
'plugin:@typescript-eslint/eslint-recommended',
'plugin:@typescript-eslint/recommended',
'prettier',
'prettier/@typescript-eslint',
'plugin:prettier/recommended',
],

@@ -15,0 +14,0 @@ root: true,

@@ -24,30 +24,30 @@ {

"dependencies": {
"@nestjs/common": "^7.0.0",
"@nestjs/core": "^7.0.0",
"@nestjs/platform-express": "^7.0.0",
"@nestjs/common": "^7.5.1",
"@nestjs/core": "^7.5.1",
"@nestjs/platform-express": "^7.5.1",
"reflect-metadata": "^0.1.13",
"rimraf": "^3.0.2",
"rxjs": "^6.5.4"
"rxjs": "^6.6.3"
},
"devDependencies": {
"@nestjs/cli": "^7.0.0",
"@nestjs/schematics": "^7.0.0",
"@nestjs/testing": "^7.0.0",
"@types/express": "^4.17.3",
"@types/jest": "26.0.15",
"@types/node": "^13.9.1",
"@types/supertest": "^2.0.8",
"@typescript-eslint/eslint-plugin": "4.6.1",
"@typescript-eslint/parser": "4.6.1",
"eslint": "7.12.1",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-import": "^2.20.1",
"jest": "26.6.2",
"prettier": "^1.19.1",
"supertest": "^4.0.2",
"ts-jest": "26.4.3",
"ts-loader": "^6.2.1",
"ts-node": "9.0.0",
"@nestjs/cli": "^7.5.1",
"@nestjs/schematics": "^7.1.3",
"@nestjs/testing": "^7.5.1",
"@types/express": "^4.17.8",
"@types/jest": "^26.0.15",
"@types/node": "^14.14.6",
"@types/supertest": "^2.0.10",
"@typescript-eslint/eslint-plugin": "^4.6.1",
"@typescript-eslint/parser": "^4.6.1",
"eslint": "^7.12.1",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-prettier": "^3.1.4",
"jest": "^26.6.3",
"prettier": "^2.1.2",
"supertest": "^6.0.0",
"ts-jest": "^26.4.3",
"ts-loader": "^8.0.8",
"ts-node": "^9.0.0",
"tsconfig-paths": "^3.9.0",
"typescript": "^3.7.4"
"typescript": "^4.0.5"
},

@@ -65,2 +65,5 @@ "jest": {

},
"collectCoverageFrom": [
"**/*.(t|j)s"
],
"coverageDirectory": "../coverage",

@@ -67,0 +70,0 @@ "testEnvironment": "node"

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

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

"@commitlint/config-angular": "^8.3.4",
"@types/fs-extra": "9.0.2",
"@types/fs-extra": "9.0.3",
"@types/jest": "26.0.15",

@@ -64,3 +64,3 @@ "@types/node": "12.12.31",

"husky": "4.3.0",
"jest": "26.6.2",
"jest": "26.6.3",
"nyc": "15.1.0",

@@ -67,0 +67,0 @@ "release-it": "^12.4.3",

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