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

ts-json-schema-generator

Package Overview
Dependencies
Maintainers
0
Versions
335
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ts-json-schema-generator - npm Package Compare versions

Comparing version 2.3.1--canary.2009.14b4e3c.0 to 2.4.0--canary.2009.357cb5a.0

2

dist/package.json
{
"name": "ts-json-schema-generator",
"version": "2.3.1--canary.2009.14b4e3c.0",
"version": "2.4.0--canary.2009.357cb5a.0",
"description": "Generate JSON schema from your Typescript sources",

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

{
"name": "ts-json-schema-generator",
"version": "2.3.1--canary.2009.14b4e3c.0",
"version": "2.4.0--canary.2009.357cb5a.0",
"description": "Generate JSON schema from your Typescript sources",

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

@@ -116,3 +116,3 @@ import ts, { PropertyName } from "typescript";

ts.isParameterPropertyDeclaration(param, param.parent),
) as ts.ParameterPropertyDeclaration[];
);
members.push(...params);

@@ -119,0 +119,0 @@ } else if (ts.isPropertySignature(member) || ts.isPropertyDeclaration(member)) {

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