Socket
Socket
Sign inDemoInstall

serverless-typeorm

Package Overview
Dependencies
73
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

0.2.18

Diff

Changelog

Source

0.2.18

Bug fixes

  • fixed loadRelationCountAndMap when entities' primary keys are strings (#3946)
  • fixed QueryExpressionMap not cloning all values correctly (#4156)
  • fixed transform embeddeds with no columns but with nested embeddeds (mongodb) (#4131)
  • fixed the getMany() result being droped randomly bug when using the buffer as primary key. (#4220)

Features

  • adds typeorm migration:show command (#4173)
  • deprecate column readonly option in favor of update and insert options (#4035)
  • support sql.js v1.0 (#4104)
  • added support for orUpdate in SQLlite (#4097)
  • added support for dirty_read (NOLOCK) in SQLServer (#4133)
  • extend afterLoad() subscriber interface to take LoadEvent (issue #4185)
  • relation decorators (e.g. @OneToMany) now also accept string instead of typeFunction, which prevents circular dependency issues in the frontend/browser (issue #4190)
  • added support for metadata reflection in typeorm-class-transformer-shim.js (issue #4219)
  • added sqlJsConfig to input config when initializing sql.js (issue #4559)
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc