Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@nestjs/schematics

Package Overview
Dependencies
Maintainers
2
Versions
131
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 8.0.2 to 8.0.3

14

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

@@ -25,13 +25,13 @@ {

"@nestjs/testing": "^8.0.0",
"@babel/core": "7.14.6",
"@babel/node": "7.14.7",
"@babel/core": "7.15.0",
"@babel/node": "7.14.9",
"@babel/plugin-proposal-decorators": "7.14.5",
"@babel/plugin-transform-runtime": "7.14.5",
"@babel/preset-env": "7.14.7",
"@babel/register": "7.14.5",
"@babel/runtime": "7.14.6",
"@babel/plugin-transform-runtime": "7.15.0",
"@babel/preset-env": "7.15.0",
"@babel/register": "7.15.3",
"@babel/runtime": "7.15.3",
"jest": "27.0.6",
"nodemon": "2.0.12",
"prettier": "2.3.2",
"supertest": "6.1.3"
"supertest": "6.1.6"
},

@@ -38,0 +38,0 @@ "jest": {

@@ -36,3 +36,3 @@ {

"@types/express": "^4.17.13",
"@types/jest": "^26.0.24",
"@types/jest": "^27.0.1",
"@types/node": "^16.0.0",

@@ -45,3 +45,3 @@ "@types/supertest": "^2.0.11",

"eslint-plugin-prettier": "^3.4.0",
"jest": "27.0.6",
"jest": "^27.0.6",
"prettier": "^2.3.2",

@@ -48,0 +48,0 @@ "supertest": "^6.1.3",

@@ -14,4 +14,9 @@ {

"incremental": true,
"skipLibCheck": true
"skipLibCheck": true,
"strictNullChecks": <%= strict %>,
"noImplicitAny": <%= strict %>,
"strictBindCallApply": <%= strict %>,
"forceConsistentCasingInFileNames": <%= strict %>,
"noFallthroughCasesInSwitch": <%= strict %>
}
}

@@ -28,4 +28,9 @@ {

"type": "string",
"description": "Nest application destination directory"
"description": "Nest application destination directory."
},
"strict": {
"type": "boolean",
"description": "With TypeScript strict mode.",
"default": false
},
"version": {

@@ -32,0 +37,0 @@ "type": "string",

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

@@ -50,6 +50,6 @@ "main": "dist/index.js",

"devDependencies": {
"@commitlint/cli": "12.1.4",
"@commitlint/config-angular": "12.1.4",
"@commitlint/cli": "13.1.0",
"@commitlint/config-angular": "13.1.0",
"@types/fs-extra": "9.0.12",
"@types/jest": "26.0.24",
"@types/jest": "27.0.1",
"@types/node": "16.0.0",

@@ -59,5 +59,5 @@ "@typescript-eslint/eslint-plugin": "4.28.2",

"cpx": "1.5.0",
"eslint": "7.30.0",
"eslint": "7.32.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-import": "2.23.4",
"eslint-plugin-import": "2.24.1",
"gulp": "4.0.2",

@@ -68,5 +68,5 @@ "gulp-clean": "0.4.0",

"nyc": "15.1.0",
"release-it": "14.10.0",
"ts-jest": "27.0.3",
"ts-node": "10.1.0",
"release-it": "14.11.5",
"ts-jest": "27.0.5",
"ts-node": "10.2.1",
"typescript": "3.9.10"

@@ -73,0 +73,0 @@ },

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