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

openapi-typescript-validator

Package Overview
Dependencies
Maintainers
3
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

openapi-typescript-validator - npm Package Compare versions

Comparing version 3.1.0 to 3.2.0

2

dist/generate.js

@@ -75,4 +75,2 @@ "use strict";

var schemaType = (_a = schema.definitions[name]) === null || _a === void 0 ? void 0 : _a.type;
if (schemaType !== "object" && schemaType !== "array")
return false;
return !decoderWhitelistById || decoderWhitelistById[name];

@@ -79,0 +77,0 @@ });

2

package.json
{
"name": "openapi-typescript-validator",
"version": "3.1.0",
"version": "3.2.0",
"description": "Generate typescript with ajv validation based on openapi schemas",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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