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
849
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 6.1.2 to 6.1.3

2

lib/utils/serializeJsonSchema.js

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

if (schema.$required.size) {
obj.required = getRequired(schema, useAlias);
obj.required = core_1.uniq([...(obj.required || []), ...getRequired(schema, useAlias)]);
}

@@ -206,0 +206,0 @@ return obj;

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

@@ -18,4 +18,4 @@ "main": "./lib/index.js",

"dependencies": {
"@tsed/core": "6.1.2",
"@tsed/openspec": "6.1.2",
"@tsed/core": "6.1.3",
"@tsed/openspec": "6.1.3",
"change-case": "4.1.1",

@@ -22,0 +22,0 @@ "tslib": "2.0.1"

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