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

@hoth/typescript-to-json-schema

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hoth/typescript-to-json-schema - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

3

lib/util.js

@@ -145,2 +145,5 @@ "use strict";

}
if (tags.enumName) {
tags.enumName = JSON.parse(tags.enumName);
}
return Object.assign({}, mergedSchema, lodash_1.omit(tags, [...numberAttrs, ...stringAttrs, ...arrayAttrs]));

@@ -147,0 +150,0 @@ }

2

package.json
{
"name": "@hoth/typescript-to-json-schema",
"version": "1.0.2",
"version": "1.0.3",
"description": "typescript to json-schema transpiler",

@@ -5,0 +5,0 @@ "keywords": [

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