Sign In

specshot

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

specshot - npm Package Compare versions

Comparing version
3.0.7
to
3.0.8
+1
-1
package.json
{
"name": "specshot",
"version": "3.0.7",
"version": "3.0.8",
"description": "Fire an OpenAPI spec, get strictly-typed TypeScript code and a robust API mock server — zero-dependency, Zod-validated, and highly customizable.",

@@ -5,0 +5,0 @@ "type": "module",

@@ -61,3 +61,3 @@ {{!-- ---

{{#each pathParams}}
{{safe}}: string | number,
{{safe}}: {{{tsType}}},
{{/each}}

@@ -64,0 +64,0 @@ {{#if hasBody}}

@@ -37,3 +37,3 @@ {{!-- ---

{{#each pathParams}}
{{safe}}: string | number,
{{safe}}: {{{tsType}}},
{{/each}}

@@ -40,0 +40,0 @@ {{#if hasBody}}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display