Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@antonioduprez/typeorm

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@antonioduprez/typeorm - npm Package Versions

0.2.23

Diff

Changelog

Source

0.2.23, 0.2.24 (2020-02-28)

Bug Fixes

  • .synchronize() drops json column on mariadb (#5391) (e3c78c1), closes typeorm/typeorm#3636
  • (base-entity) set create return type to T[] (#5400) (ceff897)
  • add the enableArithAbort option to the sql server connection option typings (#5526) (d19dbc6)
  • bug when default value in mssql were not updated if previous default was already set (9fc8329)
  • change OrmUtils.mergeDeep to not merge RegExp objects (#5182) (0f51836), closes #3534
  • fk on update should not use attributes of on delete (2baa934)
  • load typeorm-aurora-data-api-driver correctly when using webpack (#4788) (#5302) (9da0d34)
  • not to make typeorm generate alter query on geometry column when that column was not changed (#5525) (ee57557)
  • Oracle sql expression for date column (#5305) (40e9d3a), closes #4452 #4452
  • refactoring instance of with Array.isArray() (#5539) (1e1595e)
  • Return NULL when normalize default null value (#5517) (1826b75), closes #5509
  • SAP HANA driver fixes (#5445) (87b161f)
  • update foreign keys when table name changes (#5482) (7157cb3)
  • use OUTPUT INTO on SqlServer for returning columns (#5361) (6bac3ca), closes #5160 #5160
  • use sha.js instead of crypto for hash calculation (#5270) (b380a7f)

Features

antonioduprez
published 0.2.22 •

Changelog

Source

0.2.22 (2019-12-23)

Bug Fixes

Features

BREAKING CHANGES

  • aliases for very long relation names may be replaced with hashed strings. Fix: avoid collisions by using longest possible hash. Retain more entropy by not using only 8 characters of hashed aliases.
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