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

@tsed/schema

Package Overview
Dependencies
Maintainers
5
Versions
846
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tsed/schema - npm Package Compare versions

Comparing version 5.65.6 to 5.65.7

2

lib/decorators/common/enum.d.ts

@@ -41,3 +41,3 @@ import { JSONSchema6Type } from "json-schema";

* @Enum("value1", "value2")
* property: ("value1" | "value2")[];
* property: ("value1" | "value2")[];
* }

@@ -44,0 +44,0 @@ * ```

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

* @Enum("value1", "value2")
* property: ("value1" | "value2")[];
* property: ("value1" | "value2")[];
* }

@@ -57,0 +57,0 @@ * ```

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

parameters = concatParameters_1.concatParameters(parameters, operation);
path = !!path ? path : "/";
path = path ? path : "/";
const operationTags = ((_a = operation.tags) === null || _a === void 0 ? void 0 : _a.length) ? operation.tags : [defaultTags];

@@ -16,0 +16,0 @@ obj.paths[path] = {

{
"name": "@tsed/schema",
"version": "5.65.6",
"version": "5.65.7",
"description": "JsonSchema module for Ts.ED Framework",

@@ -8,3 +8,3 @@ "main": "./lib/index.js",

"dependencies": {
"@tsed/core": "5.65.6",
"@tsed/core": "5.65.7",
"change-case": "4.1.1",

@@ -23,3 +23,10 @@ "tslib": "1.11.0"

},
"peerDependencies": {}
"peerDependencies": {},
"repository": "https://github.com/TypedProject/tsed",
"bugs": {
"url": "https://github.com/TypedProject/tsed/issues"
},
"homepage": "https://github.com/TypedProject/tsed/tree/production/packages/schema",
"author": "Romain Lenzotti",
"license": "MIT"
}

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