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

nestia

Package Overview
Dependencies
Maintainers
1
Versions
223
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nestia - npm Package Compare versions

Comparing version 2.0.1-dev.20220413 to 2.0.1-dev.20220413-2

src/bin/nestia.js

7

package.json
{
"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 @@

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