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.23.0 to 0.24.1

9

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

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

"ts-node": "^5.0.1",
"typescript": "~2.7.2"
"typescript": "~2.8.1"
},

@@ -54,3 +54,3 @@ "devDependencies": {

"@types/mocha": "^5.0.0",
"@types/node": "^9.6.0",
"@types/node": "^9.6.1",
"ajv": "~6.4.0",

@@ -63,4 +63,3 @@ "chai": "~4.1.2",

"scripts": {
"prepublish": "npm run build",
"preversion": "npm run lint && npm run test",
"preversion": "npm run build",
"build": "tsc -p .",

@@ -67,0 +66,0 @@ "watch": "tsc -p . -w",

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