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.3.3 to 6.3.4

5

lib/domain/JsonParameter.js

@@ -10,2 +10,3 @@ "use strict";

const SpecTypes_1 = require("./SpecTypes");
const IGNORE_OS2_PROPS = ["example", "examples", "title"];
class JsonParameter extends JsonMap_1.JsonMap {

@@ -67,3 +68,3 @@ constructor() {

}
});
}, IGNORE_OS2_PROPS);
}

@@ -75,3 +76,3 @@ }

...jsonSchema
});
}, IGNORE_OS2_PROPS);
}

@@ -78,0 +79,0 @@ }

6

package.json
{
"name": "@tsed/schema",
"version": "6.3.3",
"version": "6.3.4",
"description": "JsonSchema module for Ts.ED Framework",

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

"dependencies": {
"@tsed/core": "6.3.3",
"@tsed/openspec": "6.3.3",
"@tsed/core": "6.3.4",
"@tsed/openspec": "6.3.4",
"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