Socket
Socket
Sign inDemoInstall

nukak

Package Overview
Dependencies
Maintainers
1
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nukak - npm Package Versions

13
8

1.3.2

Diff

Changelog

Source

[1.3.2] - 2024-08-13

  • Return the inserted IDs in the response of the queriers' run function.
rogerpadilla
published 1.3.1 •

Changelog

Source

[1.3.1] - 2024-08-13

  • Fix an issue related to the $where condition of selected relations missed in the final criteria for @OneToMany and @ManyToMany relationships.
rogerpadilla
published 1.3.0 •

Changelog

Source

[1.3.0] - 2024-08-13

  • Add support for json and jsonb fields. Automatically parse the JSON values when persisting with JSON.parse function.
  • Improve type-safety in general.
  • Move getPersistables inside dialect for higher reusability.
  • Add support for vector fields.
rogerpadilla
published 1.5.0 •

rogerpadilla
published 1.2.0 •

Changelog

Source

[1.2.0] - 2024-08-12

  • Add support for raw in values (previously, it was only supported by $select and $where operators). Allows safe use of any SQL query/clause as the value in an insert or update operation that shouldn't be automatically escaped by the ORM.
rogerpadilla
published 1.1.0 •

Changelog

Source

[1.1.0] - 2024-08-11

  • Add support for upsert operations.
  • Migrate SQLite package driver from sqlite3 to better-sqlite3 for better performance.
  • Make Maria package to use the RETURNING id clause to get the inserted IDs.
rogerpadilla
published 1.0.2 •

rogerpadilla
published 1.0.1 •

Changelog

Source

[1.0.1] - 2024-08-10

  • Rename $project operator to $select for consistency with most established frameworks so far.
  • Rename $filter operator to $where for consistency with most established frameworks so far.
rogerpadilla
published 1.0.0 •

Changelog

Source

[1.0.0] - 2024-08-10

  • Allow to set a field as non-eager (i.e. lazy) in the entities with eager: false (by default all fields are eager: true).
  • Allow to set a field as non-updatable (i.e. insertable and read-only) in the entities with updatable: false (by default all fields are updatable: true).
rogerpadilla
published 0.4.6 •

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