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

@typespec/openapi3

Package Overview
Dependencies
Maintainers
1
Versions
219
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.54.0-dev.2 to 0.54.0-dev.3

3

dist/src/schema-emitter.js

@@ -357,3 +357,4 @@ var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver, state, value, kind, f) {

if (!__classPrivateFieldGet(this, _OpenAPI3SchemaEmitter_metadataInfo, "f").isOptional(prop, visibility)) {
requiredProps.push(prop.name);
const encodedName = resolveEncodedName(this.emitter.getProgram(), prop, __classPrivateFieldGet(this, _OpenAPI3SchemaEmitter_instances, "m", _OpenAPI3SchemaEmitter_getContentType).call(this));
requiredProps.push(encodedName);
}

@@ -360,0 +361,0 @@ }

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

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

"peerDependencies": {
"@typespec/versioning": "~0.53.0 || >=0.54.0-dev <0.54.0",
"@typespec/compiler": "~0.53.0 || >=0.54.0-dev <0.54.0",
"@typespec/compiler": "~0.53.1 || >=0.54.0-dev <0.54.0",
"@typespec/http": "~0.53.0 || >=0.54.0-dev <0.54.0",
"@typespec/openapi": "~0.53.0 || >=0.54.0-dev <0.54.0"
"@typespec/openapi": "~0.53.0 || >=0.54.0-dev <0.54.0",
"@typespec/versioning": "~0.53.0 || >=0.54.0-dev <0.54.0"
},
"devDependencies": {
"@types/node": "~18.11.9",
"@typespec/compiler": "~0.53.0 || >=0.54.0-dev <0.54.0",
"@types/node": "~18.11.19",
"@typespec/compiler": "~0.53.1 || >=0.54.0-dev <0.54.0",
"@typespec/eslint-config-typespec": "~0.53.0 || >=0.54.0-dev <0.54.0",
"@typespec/eslint-plugin": "~0.53.0 || >=0.54.0-dev <0.54.0",
"@typespec/http": "~0.53.0 || >=0.54.0-dev <0.54.0",
"@typespec/library-linter": "~0.53.0 || >=0.54.0-dev <0.54.0",
"@typespec/openapi": "~0.53.0 || >=0.54.0-dev <0.54.0",
"@typespec/rest": "~0.53.0 || >=0.54.0-dev <0.54.0",
"@typespec/openapi": "~0.53.0 || >=0.54.0-dev <0.54.0",
"@typespec/versioning": "~0.53.0 || >=0.54.0-dev <0.54.0",
"@typespec/eslint-config-typespec": "~0.53.0 || >=0.54.0-dev <0.54.0",
"@typespec/library-linter": "~0.53.0 || >=0.54.0-dev <0.54.0",
"@typespec/eslint-plugin": "~0.53.0 || >=0.54.0-dev <0.54.0",
"@typespec/tspd": "~0.46.0",
"eslint": "^8.55.0",
"vitest": "^1.2.0",
"@vitest/coverage-v8": "^1.1.0",
"@vitest/ui": "~1.1.3",
"c8": "~8.0.1",
"rimraf": "~5.0.1",
"typescript": "~5.3.3"
"@vitest/coverage-v8": "^1.2.2",
"@vitest/ui": "^1.2.2",
"c8": "^9.1.0",
"eslint": "^8.56.0",
"rimraf": "~5.0.5",
"typescript": "~5.3.3",
"vitest": "^1.2.2",
"@typespec/tspd": "~0.46.0"
},

@@ -69,0 +69,0 @@ "scripts": {

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