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

typescript-json-schema

Package Overview
Dependencies
Maintainers
2
Versions
93
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

typescript-json-schema - npm Package Compare versions

Comparing version 0.48.0 to 0.49.0

3

dist/typescript-json-schema.js

@@ -256,3 +256,4 @@ "use strict";

$ref: true,
id: true
id: true,
title: true
};

@@ -259,0 +260,0 @@ var annotationKeywords = {

{
"name": "typescript-json-schema",
"version": "0.48.0",
"version": "0.49.0",
"description": "typescript-json-schema generates JSON Schema files from your Typescript sources",

@@ -5,0 +5,0 @@ "main": "dist/typescript-json-schema.js",

@@ -419,3 +419,4 @@ import * as glob from "glob";

$ref: true,
id: true
id: true,
title: true
};

@@ -422,0 +423,0 @@

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