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

@hoth/typescript-to-json-schema

Package Overview
Dependencies
Maintainers
4
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.24 to 1.0.25

2

lib/util.js

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

return node.getJsDocs().reduce((prev, jsdoc) => {
return Object.assign(Object.assign({}, prev), jsdoc.getTags().reduce((p, v) => (v ? Object.assign(Object.assign({}, p), { [v.getTagName()]: v.getComment() }) : p), {}));
return Object.assign(Object.assign({}, prev), jsdoc.getTags().reduce((p, v) => (v.getKind() === ts_morph_1.ts.SyntaxKind.JSDocTag ? Object.assign(Object.assign({}, p), { [v.getTagName()]: v.getComment() }) : p), {}));
}, {});

@@ -220,0 +220,0 @@ }

{
"name": "@hoth/typescript-to-json-schema",
"version": "1.0.24",
"version": "1.0.25",
"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