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.6 to 0.24.7

.npmignore

48

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

@@ -44,17 +44,18 @@ "main": "dist/index.js",

"json-stable-stringify": "^1.0.1",
"ts-node": "^5.0.1",
"typescript": "~2.8.1"
"ts-node": "^6.0.3",
"typescript": "~2.8.3"
},
"devDependencies": {
"@types/assertion-error": "^1.1.0",
"@types/chai": "^4.1.2",
"@types/chai": "^4.1.3",
"@types/glob": "^5.0.35",
"@types/json-stable-stringify": "^1.0.32",
"@types/mocha": "^5.0.0",
"@types/node": "^9.6.4",
"@types/mocha": "^5.2.0",
"@types/node": "^9.0.0",
"ajv": "~6.4.0",
"chai": "~4.1.2",
"mocha": "~5.0.5",
"source-map-support": "~0.5.4",
"tslint": "~5.9.1"
"jest": "^22.4.3",
"source-map-support": "~0.5.5",
"ts-jest": "^22.4.5",
"tslint": "~5.10.0"
},

@@ -64,9 +65,32 @@ "scripts": {

"preversion": "npm run lint",
"build": "tsc -p .",
"watch": "tsc -p . -w",
"build": "tsc",
"watch": "tsc -w",
"lint": "tslint -p .",
"test": "tsc -p . && mocha -t 10000 --require source-map-support/register --recursive dist/test",
"test": "jest test/ --verbose",
"debug": "ts-node --inspect=19248 --debug-brk ts-json-schema-generator.ts",
"run": "ts-node ts-json-schema-generator.ts"
},
"jest": {
"transform": {
"^.+\\.tsx?$": "ts-jest"
},
"testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
],
"testPathIgnorePatterns": [
"node_modules",
"test-runtime",
"<rootDir>/build",
"_site",
"src"
],
"coverageDirectory": "./coverage/",
"collectCoverage": false
}
}

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