ts-json-schema-generator
Advanced tools
Comparing version 0.23.0 to 0.24.1
{ | ||
"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
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
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
20996
5
53
1
+ Addedtypescript@2.8.4(transitive)
- Removedtypescript@2.7.2(transitive)
Updatedtypescript@~2.8.1