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
3
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.1.1--canary.1933.12b85ba.0 to 2.1.1--canary.1933.1cab987.0

2

dist/package.json
{
"name": "ts-json-schema-generator",
"version": "2.1.1--canary.1933.12b85ba.0",
"version": "2.1.1--canary.1933.1cab987.0",
"description": "Generate JSON schema from your Typescript sources",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -80,4 +80,3 @@ import ts from "typescript";

}
const key = derefType(this.childNodeParser.createType(node.nameType, this.createSubContext(node, rawKey, context)));
return key;
return derefType(this.childNodeParser.createType(node.nameType, this.createSubContext(node, rawKey, context)));
}

@@ -84,0 +83,0 @@ getProperties(node, keyListType, context) {

{
"name": "ts-json-schema-generator",
"version": "2.1.1--canary.1933.12b85ba.0",
"version": "2.1.1--canary.1933.1cab987.0",
"description": "Generate JSON schema from your Typescript sources",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -98,7 +98,3 @@ import ts from "typescript";

}
const key = derefType(
this.childNodeParser.createType(node.nameType, this.createSubContext(node, rawKey, context)),
);
return key;
return derefType(this.childNodeParser.createType(node.nameType, this.createSubContext(node, rawKey, context)));
}

@@ -105,0 +101,0 @@

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