New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@nestjs/schematics

Package Overview
Dependencies
Maintainers
2
Versions
136
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

to
11.0.1

10

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

@@ -25,12 +25,12 @@ {

"@nestjs/testing": "^11.0.1",
"@babel/core": "7.26.0",
"@babel/core": "7.26.9",
"@babel/node": "7.26.0",
"@babel/plugin-proposal-decorators": "7.25.9",
"@babel/plugin-transform-runtime": "7.25.9",
"@babel/preset-env": "7.26.0",
"@babel/plugin-transform-runtime": "7.26.9",
"@babel/preset-env": "7.26.9",
"@babel/register": "7.25.9",
"@babel/runtime": "7.26.0",
"@babel/runtime": "7.26.9",
"jest": "29.7.0",
"nodemon": "3.1.9",
"prettier": "3.4.2",
"prettier": "3.5.1",
"supertest": "7.0.0"

@@ -37,0 +37,0 @@ },

@@ -9,3 +9,3 @@ {

"allowSyntheticDefaultImports": true,
"target": "ES2021",
"target": "ES2023",
"sourceMap": true,

@@ -12,0 +12,0 @@ "outDir": "./dist",

{
"compilerOptions": {
"target": "ES2021",
"target": "ES2023",
"experimentalDecorators": true

@@ -5,0 +5,0 @@ },

@@ -7,2 +7,3 @@ "use strict";

class FileSystemReader {
directory;
constructor(directory) {

@@ -9,0 +10,0 @@ this.directory = directory;

{
"compilerOptions": {
"target": "ES2021",
"target": "ES2023",
"experimentalDecorators": true

@@ -5,0 +5,0 @@ },

{
"compilerOptions": {
"target": "ES2021",
"target": "ES2023",
"experimentalDecorators": true

@@ -5,0 +5,0 @@ },

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

class JSONFile {
host;
path;
content;
constructor(host, path) {

@@ -18,2 +21,3 @@ this.host = host;

}
_jsonAst;
get JsonAst() {

@@ -20,0 +24,0 @@ if (this._jsonAst) {

@@ -6,2 +6,3 @@ "use strict";

class MetadataManager {
content;
constructor(content) {

@@ -8,0 +9,0 @@ this.content = content;

@@ -7,2 +7,3 @@ "use strict";

class ModuleImportDeclarator {
solver;
constructor(solver = new path_solver_1.PathSolver()) {

@@ -9,0 +10,0 @@ this.solver = solver;

@@ -8,2 +8,4 @@ "use strict";

class ModuleDeclarator {
imports;
metadata;
constructor(imports = new module_import_declarator_1.ModuleImportDeclarator(), metadata = new module_metadata_declarator_1.ModuleMetadataDeclarator()) {

@@ -10,0 +12,0 @@ this.imports = imports;

@@ -6,2 +6,3 @@ "use strict";

class ModuleFinder {
tree;
constructor(tree) {

@@ -8,0 +9,0 @@ this.tree = tree;

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

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

"dependencies": {
"@angular-devkit/core": "19.0.1",
"@angular-devkit/schematics": "19.0.1",
"@angular-devkit/core": "19.1.7",
"@angular-devkit/schematics": "19.1.7",
"comment-json": "4.2.5",

@@ -52,16 +52,16 @@ "jsonc-parser": "3.3.1",

"devDependencies": {
"@commitlint/cli": "19.6.1",
"@commitlint/config-angular": "19.7.0",
"@commitlint/cli": "19.7.1",
"@commitlint/config-angular": "19.7.1",
"@eslint/eslintrc": "3.2.0",
"@eslint/js": "9.18.0",
"@eslint/js": "9.20.0",
"@types/jest": "29.5.14",
"@types/node": "22.10.7",
"@typescript-eslint/eslint-plugin": "8.20.0",
"@typescript-eslint/parser": "8.20.0",
"@types/node": "22.13.4",
"@typescript-eslint/eslint-plugin": "8.24.0",
"@typescript-eslint/parser": "8.24.0",
"cpx2": "8.0.0",
"eslint": "9.18.0",
"eslint": "9.20.1",
"eslint-config-prettier": "10.0.1",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-prettier": "^5.2.1",
"globals": "15.14.0",
"globals": "15.15.0",
"gulp": "5.0.0",

@@ -72,4 +72,4 @@ "gulp-clean": "0.4.0",

"nyc": "17.1.0",
"prettier": "3.3.3",
"release-it": "18.1.1",
"prettier": "3.5.1",
"release-it": "18.1.2",
"ts-jest": "29.2.5",

@@ -76,0 +76,0 @@ "ts-node": "10.9.2",