Comparing version 2.0.1-dev.20220413 to 2.0.1-dev.20220413-2
{ | ||
"name": "nestia", | ||
"version": "2.0.1-dev.20220413", | ||
"version": "2.0.1-dev.20220413-2", | ||
"description": "Automatic SDK and Document generator for the NestJS", | ||
"main": "src/index.ts", | ||
"bin": { | ||
"nestia": "./src/bin/nestia.ts" | ||
"nestia": "./src/bin/nestia.js" | ||
}, | ||
"scripts": { | ||
"build": "tsc src/bin/nestia.ts", | ||
"dev": "tsc --watch", | ||
@@ -34,3 +35,3 @@ "test": "cd test && bash script.sh", | ||
"@types/glob": "^7.2.0", | ||
"@types/node": "^14.14.22", | ||
"@types/node": "^17.0.23", | ||
"@types/reflect-metadata": "^0.1.0", | ||
@@ -37,0 +38,0 @@ "cli": "^1.0.1", |
@@ -1,7 +0,5 @@ | ||
#!/usr/bin/env ts-node | ||
import * as cp from "child_process"; | ||
import * as fs from "fs"; | ||
import cp from "child_process"; | ||
import fs from "fs"; | ||
import { CompilerOptions } from "../internal/CompilerOptions"; | ||
import { stripJsonComments } from "../utils/stripJsonComments"; | ||
@@ -8,0 +6,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
96352
36
1893
1
1
+ Added@types/node@17.0.45(transitive)
- Removed@types/node@14.18.63(transitive)
Updated@types/node@^17.0.23