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

express-zod-api

Package Overview
Dependencies
Maintainers
1
Versions
432
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

express-zod-api - npm Package Compare versions

Comparing version 1.3.1 to 1.3.2

10

CHANGELOG.md

@@ -5,2 +5,12 @@ # Changelog

### v1.3.2
- Updated the development package `path-parse` from 1.0.6 to 1.0.7.
An audit revealed a vulnerability, but this package is not included in the build.
```
info Reasons this module exists
- "jest#@jest#core#jest-resolve#resolve" depends on it
- Hoisted from "jest#@jest#core#jest-resolve#resolve#path-parse"
```
### v1.3.1

@@ -7,0 +17,0 @@

2

dist/open-api.js

@@ -112,3 +112,3 @@ "use strict";

this._usedRef = {};
var mimeJson = mime_1.lookup('.json');
var mimeJson = mime_1.lookup('json');
this.builder = new openapi3_ts_1.OpenApiBuilder()

@@ -115,0 +115,0 @@ .addInfo({ title: title, version: version })

{
"name": "express-zod-api",
"version": "1.3.1",
"version": "1.3.2",
"description": "A Typescript library to help you get an API server up and running with I/O schema validation and custom middlewares in minutes.",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -126,3 +126,3 @@ # Express Zod API

id: z.number(),
name: z.string,
name: z.string(),
}),

@@ -129,0 +129,0 @@ output: z.object({

Sorry, the diff of this file is not supported yet

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