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

kysely-mapper

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kysely-mapper - npm Package Compare versions

Comparing version 0.4.4 to 0.4.5

4

dist/cjs/mappers/entire-row-transforms.d.ts

@@ -34,3 +34,3 @@ import { Insertable, Selectable, Updateable } from 'kysely';

*/
insertTransform(obj: Selectable<DB[TB]>, _columns: Readonly<(keyof Insertable<DB[TB]> & string)[]> | ['*']): Insertable<DB[TB]>;
insertTransform(obj: Selectable<DB[TB]>, _columns: Readonly<(keyof Insertable<DB[TB]>)[]> | ['*']): Insertable<DB[TB]>;
/**

@@ -48,3 +48,3 @@ * Transforms the returns of an insert query into the the object returned

*/
updateTransform(source: Selectable<DB[TB]>, _columns: Readonly<(keyof Updateable<DB[TB]> & string)[]> | ['*']): Updateable<DB[TB]>;
updateTransform(source: Selectable<DB[TB]>, _columns: Readonly<(keyof Updateable<DB[TB]>)[]> | ['*']): Updateable<DB[TB]>;
/**

@@ -51,0 +51,0 @@ * Transforms the returns of an update query into the the object returned

@@ -44,3 +44,3 @@ import { Insertable, Selectable, Selection, Updateable } from 'kysely';

*/
insertTransform?: (source: InsertedObject, columns: Readonly<(keyof Insertable<DB[TB]> & string)[]> | ['*']) => Insertable<DB[TB]>;
insertTransform?: (source: InsertedObject, columns: Readonly<(keyof Insertable<DB[TB]>)[]> | ['*']) => Insertable<DB[TB]>;
/**

@@ -69,3 +69,3 @@ * Transformation to apply to column values returned from inserts before

*/
updateTransform?: (source: UpdatingObject, columns: Readonly<(keyof Updateable<DB[TB]> & string)[]> | ['*']) => Updateable<DB[TB]>;
updateTransform?: (source: UpdatingObject, columns: Readonly<(keyof Updateable<DB[TB]>)[]> | ['*']) => Updateable<DB[TB]>;
/**

@@ -72,0 +72,0 @@ * Transformation to apply to column values returned from updates before

@@ -34,3 +34,3 @@ import { Insertable, Selectable, Updateable } from 'kysely';

*/
insertTransform(obj: Selectable<DB[TB]>, _columns: Readonly<(keyof Insertable<DB[TB]> & string)[]> | ['*']): Insertable<DB[TB]>;
insertTransform(obj: Selectable<DB[TB]>, _columns: Readonly<(keyof Insertable<DB[TB]>)[]> | ['*']): Insertable<DB[TB]>;
/**

@@ -48,3 +48,3 @@ * Transforms the returns of an insert query into the the object returned

*/
updateTransform(source: Selectable<DB[TB]>, _columns: Readonly<(keyof Updateable<DB[TB]> & string)[]> | ['*']): Updateable<DB[TB]>;
updateTransform(source: Selectable<DB[TB]>, _columns: Readonly<(keyof Updateable<DB[TB]>)[]> | ['*']): Updateable<DB[TB]>;
/**

@@ -51,0 +51,0 @@ * Transforms the returns of an update query into the the object returned

@@ -44,3 +44,3 @@ import { Insertable, Selectable, Selection, Updateable } from 'kysely';

*/
insertTransform?: (source: InsertedObject, columns: Readonly<(keyof Insertable<DB[TB]> & string)[]> | ['*']) => Insertable<DB[TB]>;
insertTransform?: (source: InsertedObject, columns: Readonly<(keyof Insertable<DB[TB]>)[]> | ['*']) => Insertable<DB[TB]>;
/**

@@ -69,3 +69,3 @@ * Transformation to apply to column values returned from inserts before

*/
updateTransform?: (source: UpdatingObject, columns: Readonly<(keyof Updateable<DB[TB]> & string)[]> | ['*']) => Updateable<DB[TB]>;
updateTransform?: (source: UpdatingObject, columns: Readonly<(keyof Updateable<DB[TB]>)[]> | ['*']) => Updateable<DB[TB]>;
/**

@@ -72,0 +72,0 @@ * Transformation to apply to column values returned from updates before

{
"name": "kysely-mapper",
"version": "0.4.4",
"version": "0.4.5",
"author": "Joseph T. Lapp <arachnojoe@gmail.com>",

@@ -5,0 +5,0 @@ "license": "MIT",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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