Socket
Socket
Sign inDemoInstall

nestia

Package Overview
Dependencies
Maintainers
1
Versions
222
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 0.0.3 to 0.0.4

3

package.json
{
"name": "nestia",
"version": "0.0.3",
"version": "0.0.4",
"description": "Automatic SDK and Document generator for the NestJS",

@@ -35,2 +35,3 @@ "main": "src/index.ts",

"cli": "^1.0.1",
"del": "^6.0.0",
"ts-node": "^9.1.1",

@@ -37,0 +38,0 @@ "tstl": "^2.4.14",

@@ -21,5 +21,5 @@ # Nestia

- [Controllers of the NestJS](https://github1s.com/samchon/nestia/tree/master/src/test/controllers)
- [Structures used in the RestAPI](https://github1s.com/samchon/nestia/tree/master/api/structures)
- [**SDK generated by the Nestia**](https://github1s.com/samchon/nestia/tree/master/api)
- [Controllers of the NestJS](https://github1s.com/samchon/nestia/blob/master/src/test/controllers/base/SaleCommentsController.ts)
- [Structures used in the RestAPI](https://github1s.com/samchon/nestia/blob/master/api/structures/sales/articles/ISaleArticle.ts)
- [**SDK generated by the Nestia**](https://github1s.com/samchon/nestia/blob/master/api/functional/consumers/sales/reviews/index.ts)

@@ -26,0 +26,0 @@

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

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

@@ -9,4 +10,4 @@

{
await fs.promises.rm(path, { recursive: true });
}
await del(path);
}
catch {}

@@ -13,0 +14,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