| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Snyk has created this PR to upgrade typeorm from 0.2.24 to 0.3.24. See this package in npm: typeorm See this project in Snyk: https://app.snyk.io/org/dylank-fresh-default/project/c1a4abe2-1048-4759-972d-b3f477bee287?utm_source=github&utm_medium=referral&page=upgrade-pr
| Back | FazBrowse Home | New Git URL |
Snyk has created this PR to upgrade typeorm from 0.2.24 to 0.3.24.
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
The recommended version is 645 versions ahead of your current version.
The recommended version was released a month ago.
Issues fixed by the recommended upgrade:
SNYK-JS-TYPEORM-590152
SNYK-JS-XML2JS-5414874
SNYK-JS-HIGHLIGHTJS-1045326
SNYK-JS-HIGHLIGHTJS-1048676
Package name: typeorm
What's Changed
New Contributors
Full Changelog: 0.3.23...0.3.24
⚠️ Note on a breaking change
This release includes a technically breaking change (from this PR) in the behaviour of the delete and update methods of the EntityManager and Repository APIs, when an empty object is supplied as the criteria:
Why?
This behaviour was not documented and is considered dangerous as it can allow a badly-formed object (e.g. with an undefined id) to inadvertently delete or update the whole table.
When the intention actually was to delete or update all rows, such queries can be rewritten using the QueryBuilder API:
An alternative method for deleting all rows is to use:
What's Changed
New Contributors
Full Changelog: 0.3.22...0.3.23
What's Changed