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.1.2 to 0.1.3

2

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

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

@@ -54,3 +54,3 @@ import { Pair } from "tstl/utility/Pair";

for (const param of parameters)
path = path.replace(`:${param.field}`, `"\${${param.name}}"`);
path = path.replace(`:${param.field}`, `\${${param.name}}`);

@@ -57,0 +57,0 @@ new URLSearchParams()

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