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
1
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 0.22.0 to 0.23.0

1

dist/ts-json-schema-generator.js

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

try {
console.log(config);
const schema = generator_1.createGenerator(config).createSchema(args.type);

@@ -22,0 +21,0 @@ process.stdout.write(config.sortProps ?

2

package.json
{
"name": "ts-json-schema-generator",
"version": "0.22.0",
"version": "0.23.0",
"description": "Generate JSON schema from your Typescript sources",

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

@@ -45,3 +45,2 @@ import * as commander from "commander";

try {
console.log(config);
const schema = createGenerator(config).createSchema(args.type);

@@ -48,0 +47,0 @@ process.stdout.write(config.sortProps ?

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