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

@nestia/sdk

Package Overview
Dependencies
Maintainers
1
Versions
480
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nestia/sdk - npm Package Compare versions

Comparing version 1.0.7 to 1.0.8

LICENSE

0

assets/config/nestia.config.ts

@@ -0,0 +0,0 @@ import { INestiaSdkConfiguration } from "@nestia/sdk";

@@ -0,0 +0,0 @@ #!/usr/bin/env node

4

package.json
{
"name": "@nestia/sdk",
"version": "1.0.7",
"version": "1.0.8",
"description": "Nestia SDK and Swagger generator",

@@ -64,3 +64,3 @@ "main": "lib/index.js",

"tstl": "^2.5.13",
"typia": "^3.4.22"
"typia": "^3.5.5"
},

@@ -67,0 +67,0 @@ "files": [

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

@@ -0,0 +0,0 @@ import ts from "typescript";

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

@@ -0,0 +0,0 @@ import path from "path";

@@ -0,0 +0,0 @@ import { equal } from "tstl/ranges/module";

@@ -0,0 +0,0 @@ import fs from "fs";

@@ -0,0 +0,0 @@ export namespace CommandParser {

@@ -0,0 +0,0 @@ import { WorkerServer } from "tgrid/protocols/workers/WorkerServer";

@@ -0,0 +0,0 @@ export namespace NestiaConfigCompilerOptions {

@@ -0,0 +0,0 @@ import cli from "cli";

@@ -0,0 +0,0 @@ #!/usr/bin/env node

@@ -0,0 +0,0 @@ import fs from "fs";

@@ -0,0 +0,0 @@ import fs from "fs";

@@ -0,0 +0,0 @@ import ts from "typescript";

export * from "./INestiaConfig";
export * from "./NestiaSdkApplication";

@@ -0,0 +0,0 @@ import fs from "fs";

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

@@ -0,0 +0,0 @@ import ts from "typescript";

@@ -0,0 +0,0 @@ import { IJsonComponents, IJsonSchema } from "typia";

@@ -0,0 +0,0 @@ import ts from "typescript";

@@ -0,0 +0,0 @@ export type MethodType = "GET" | "POST" | "PUT" | "PATCH" | "DELETE";

export type ParamCategory = "param" | "query" | "body";

@@ -0,0 +0,0 @@ import { hash } from "tstl/functional/hash";

@@ -0,0 +0,0 @@ export namespace ArrayUtil {

@@ -0,0 +0,0 @@ import path from "path";

@@ -0,0 +0,0 @@ export namespace MapUtil {

@@ -0,0 +0,0 @@ export type StripEnums<T extends Record<string, any>> = {

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