bcherny / json-schema-to-typescript

Compile JSON Schema to TypeScript type declarations
https://bcherny.github.io/json-schema-to-typescript-browser/
MIT License
2.95k stars 392 forks source link

fix: force resolution of es5-ext #591

Closed yasinkocak closed 7 months ago

yasinkocak commented 7 months ago

Force resolution of es5-ext is being flagged as malware. Because of postinstall script of a dependency printing out a message to users in Russian time zones. https://github.com/medikoo/es5-ext/issues/116 Relevant to https://github.com/medikoo/es5-ext/issues/186 ("package being detected as a virus")

bcherny commented 7 months ago

Feel free to do this in your project's package.json, but I don't think we should do this here. Thanks for the contribution!