ts-json-schema-generator
Advanced tools
Comparing version 0.24.6 to 0.24.7
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
123624
12
5
0
2
+ Addedts-node@6.2.0(transitive)
- Removedansi-styles@3.2.1(transitive)
- Removedchalk@2.4.2(transitive)
- Removedcolor-convert@1.9.3(transitive)
- Removedcolor-name@1.1.3(transitive)
- Removedescape-string-regexp@1.0.5(transitive)
- Removedhas-flag@3.0.0(transitive)
- Removedsupports-color@5.5.0(transitive)
- Removedts-node@5.0.1(transitive)
Updatedts-node@^6.0.3
Updatedtypescript@~2.8.3