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.3.2 to 0.3.3

2

package.json
{
"name": "typescript-json-schema",
"version": "0.3.2",
"version": "0.3.3",
"description": "typescript-json-schema generates JSON Schema files from your Typescript sources",

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

{
"enum": [
2,
4,
6,
1
1,
2,
4,
6
],

@@ -8,0 +8,0 @@ "type": "number",

@@ -22,5 +22,5 @@ {

1,
true,
null,
"str",
null
true
]

@@ -27,0 +27,0 @@ }

{
"enum": [
10,
11,
12,
1
1,
10,
11,
12
],

@@ -8,0 +8,0 @@ "type": "number",

@@ -7,5 +7,5 @@ {

"enum": [
"ok",
"abort",
"fail",
"abort"
"ok"
]

@@ -12,0 +12,0 @@ }

@@ -15,5 +15,5 @@ {

"enum": [
"ok",
"abort",
"fail",
"abort"
"ok"
]

@@ -20,0 +20,0 @@ }

@@ -14,5 +14,5 @@ {

"enum": [
"east",
"north",
"south",
"east",
"west"

@@ -19,0 +19,0 @@ ],

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