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

nestia

Package Overview
Dependencies
Maintainers
1
Versions
225
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.20220412 to 2.0.1-dev.20220413

2

package.json
{
"name": "nestia",
"version": "2.0.1-dev.20220412",
"version": "2.0.1-dev.20220413",
"description": "Automatic SDK and Document generator for the NestJS",

@@ -5,0 +5,0 @@ "main": "src/index.ts",

@@ -1,3 +0,3 @@

import * as NodePath from "path";
import * as tsc from "typescript";
import NodePath from "path";
import tsc from "typescript";
import { HashMap } from "tstl/container/HashMap";

@@ -4,0 +4,0 @@

@@ -1,2 +0,2 @@

import * as tsc from "typescript";
import tsc from "typescript";

@@ -3,0 +3,0 @@ export namespace GenericAnalyzer

@@ -1,2 +0,2 @@

import * as tsc from "typescript";
import tsc from "typescript";

@@ -3,0 +3,0 @@ import { HashMap } from "tstl/container/HashMap";

@@ -1,2 +0,2 @@

import * as Pather from "path";
import Pather from "path";

@@ -3,0 +3,0 @@ import { ArrayUtil } from "../utils/ArrayUtil";

@@ -1,4 +0,4 @@

import * as fs from "fs";
import fs from "fs";
import glob from "glob";
import * as path from "path";
import path from "path";

@@ -5,0 +5,0 @@ import { IConfiguration } from "../IConfiguration";

#!/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";

@@ -125,3 +125,3 @@

async function main(): Promise<void>
async function main()
{

@@ -128,0 +128,0 @@ if (process.argv[2] === "install")

@@ -1,5 +0,5 @@

import * as cli from "cli";
import * as fs from "fs";
import * as path from "path";
import * as tsc from "typescript";
import cli from "cli";
import fs from "fs";
import path from "path";
import tsc from "typescript";
import { Primitive } from "nestia-fetcher";

@@ -6,0 +6,0 @@

@@ -1,2 +0,2 @@

import * as fs from "fs";
import fs from "fs";
import { HashMap } from "tstl/container/HashMap";

@@ -3,0 +3,0 @@ import { IConfiguration } from "../IConfiguration";

@@ -1,2 +0,2 @@

import type * as tsc from "typescript";
import type tsc from "typescript";
import { Pair } from "tstl/utility/Pair";

@@ -3,0 +3,0 @@ import { Vector } from "tstl/container/Vector";

@@ -1,2 +0,2 @@

import * as fs from "fs";
import fs from "fs";
import { DirectoryUtil } from "../utils/DirectoryUtil";

@@ -3,0 +3,0 @@

@@ -1,4 +0,4 @@

import * as fs from "fs";
import * as path from "path";
import * as tsc from "typescript";
import fs from "fs";
import path from "path";
import tsc from "typescript";
import { Pair } from "tstl/utility/Pair";

@@ -5,0 +5,0 @@ import { Singleton } from "tstl/thread/Singleton";

@@ -1,2 +0,2 @@

import type * as tsc from "typescript";
import type tsc from "typescript";
import { ParamCategory } from "./ParamCategory";

@@ -3,0 +3,0 @@

import del from "del";
import * as fs from "fs";
import fs from "fs";

@@ -4,0 +4,0 @@ export namespace DirectoryUtil

@@ -1,2 +0,2 @@

import * as path from "path";
import path from "path";

@@ -3,0 +3,0 @@ import { HashMap } from "tstl/container/HashMap";

@@ -20,3 +20,3 @@ {

// "outFile": "./", /* Concatenate and emit output to single file. */
// "outDir": "./lib", /* Redirect output structure to the directory. */
"outDir": "./lib", /* Redirect output structure to the directory. */
// "rootDir": "./", /* Specify the root directory of input files. Use to control the output directory structure with --outDir. */

@@ -23,0 +23,0 @@ // "composite": true, /* Enable project compilation */

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