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

@anatine/zod-openapi

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@anatine/zod-openapi - npm Package Compare versions

Comparing version 1.6.1 to 1.6.3

packages/graphql-zod-validation/CHANGELOG.md

9

package.json
{
"name": "@anatine/zod-openapi",
"version": "1.6.1",
"version": "1.6.3",
"description": "Zod to OpenAPI converter",

@@ -24,10 +24,9 @@ "main": "src/index.js",

"dependencies": {
"ts-deepmerge": "^2.0.1"
"ts-deepmerge": "^2.0.4"
},
"peerDependencies": {
"zod": "^3.11.6",
"openapi3-ts": "^2.0.1",
"validator": "^13.7.0"
"zod": "^3.17.3",
"openapi3-ts": "^2.0.2"
},
"typings": "./src/index.d.ts"
}
"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
var desc = Object.getOwnPropertyDescriptor(m, k);
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
desc = { enumerable: true, get: function() { return m[k]; } };
}
Object.defineProperty(o, k2, desc);
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};
Object.defineProperty(exports, "__esModule", { value: true });
__exportStar(require("./lib/zod-openapi"), exports);
const tslib_1 = require("tslib");
tslib_1.__exportStar(require("./lib/zod-openapi"), exports);
//# sourceMappingURL=index.js.map

Sorry, the diff of this file is not supported yet

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