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

@typespec/openapi3

Package Overview
Dependencies
Maintainers
1
Versions
241
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@typespec/openapi3 - npm Package Compare versions

Comparing version 0.46.0-dev.2 to 0.46.0-dev.3

8

dist/src/lib.d.ts

@@ -103,3 +103,3 @@ import { JSONSchemaType } from "@typespec/compiler";

readonly empty: "Empty unions are not supported for OpenAPI v3 - enums must have at least one value.";
readonly null: "Unions containing multiple model types cannot be emitted to OpenAPI v2 unless the union is between one model type and 'null'.";
readonly null: "Unions containing multiple model types cannot be emitted to OpenAPI v3 unless the union is between one model type and 'null'.";
};

@@ -153,3 +153,3 @@ };

readonly empty: "Empty unions are not supported for OpenAPI v3 - enums must have at least one value.";
readonly null: "Unions containing multiple model types cannot be emitted to OpenAPI v2 unless the union is between one model type and 'null'.";
readonly null: "Unions containing multiple model types cannot be emitted to OpenAPI v3 unless the union is between one model type and 'null'.";
};

@@ -192,3 +192,3 @@ "invalid-default": {

readonly empty: "Empty unions are not supported for OpenAPI v3 - enums must have at least one value.";
readonly null: "Unions containing multiple model types cannot be emitted to OpenAPI v2 unless the union is between one model type and 'null'.";
readonly null: "Unions containing multiple model types cannot be emitted to OpenAPI v3 unless the union is between one model type and 'null'.";
};

@@ -230,3 +230,3 @@ "invalid-default": {

readonly empty: "Empty unions are not supported for OpenAPI v3 - enums must have at least one value.";
readonly null: "Unions containing multiple model types cannot be emitted to OpenAPI v2 unless the union is between one model type and 'null'.";
readonly null: "Unions containing multiple model types cannot be emitted to OpenAPI v3 unless the union is between one model type and 'null'.";
};

@@ -233,0 +233,0 @@ "invalid-default": {

@@ -113,3 +113,3 @@ import { createTypeSpecLibrary, paramMessage } from "@typespec/compiler";

empty: "Empty unions are not supported for OpenAPI v3 - enums must have at least one value.",
null: "Unions containing multiple model types cannot be emitted to OpenAPI v2 unless the union is between one model type and 'null'.",
null: "Unions containing multiple model types cannot be emitted to OpenAPI v3 unless the union is between one model type and 'null'.",
},

@@ -116,0 +116,0 @@ },

{
"name": "@typespec/openapi3",
"version": "0.46.0-dev.2",
"version": "0.46.0-dev.3",
"author": "Microsoft Corporation",

@@ -5,0 +5,0 @@ "description": "TypeSpec library for emitting OpenAPI 3.0 from the TypeSpec REST protocol binding",

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

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