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.24.7 to 0.25.0

external.ts

4

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

@@ -68,3 +68,3 @@ "main": "dist/index.js",

"test": "jest test/ --verbose",
"debug": "ts-node --inspect=19248 --debug-brk ts-json-schema-generator.ts",
"debug": "node -r ts-node/register --inspect-brk ts-json-schema-generator.ts",
"run": "ts-node ts-json-schema-generator.ts"

@@ -71,0 +71,0 @@ },

@@ -34,8 +34,7 @@ # ts-json-schema-generator

* `string`, `boolean`, `number` types
* `"value"`, `123`, `true`, `false`, `null` literals
* `"value"`, `123`, `true`, `false`, `null`, `undefined` literals
* type aliases
* generics
* `typeof`
* `@nullable` annotations
* `@hide` annotations for enum values and object properties
* `keyof`

@@ -42,0 +41,0 @@ ## Debug

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