New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@xata.io/kysely

Package Overview
Dependencies
Maintainers
2
Versions
1358
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xata.io/kysely - npm Package Compare versions

Comparing version 0.0.0-alpha.v745b84e62d53a4ef72a739d8de8a2c1ee4eadc8b to 0.0.0-alpha.v748bb022efef8aaf05318bcd885cb8c21786e05b

test/kysely.test.ts

29

CHANGELOG.md
# @xata.io/kysely
## 0.0.0-alpha.v745b84e62d53a4ef72a739d8de8a2c1ee4eadc8b
## 0.0.0-alpha.v748bb022efef8aaf05318bcd885cb8c21786e05b
### Major Changes
- [#1430](https://github.com/xataio/client-ts/pull/1430) [`72a64e0`](https://github.com/xataio/client-ts/commit/72a64e0fe1fce956a48a6a5f22cc67419b107da3) Thanks [@eemmiillyy](https://github.com/eemmiillyy)! - Version 1.0
- [#1533](https://github.com/xataio/client-ts/pull/1533) [`9d6fe62`](https://github.com/xataio/client-ts/commit/9d6fe626700d7112517bb72c9c51541976eb086f) Thanks [@eemmiillyy](https://github.com/eemmiillyy)! - Version 1.0
### Minor Changes
- [#1535](https://github.com/xataio/client-ts/pull/1535) [`40f97d5`](https://github.com/xataio/client-ts/commit/40f97d53091af3d268fe40b4e027245270d42a26) Thanks [@SferaDev](https://github.com/SferaDev)! - Improve types
### Patch Changes

@@ -13,5 +17,22 @@

- Updated dependencies [[`e20389d`](https://github.com/xataio/client-ts/commit/e20389df9b07bd257e1d1d88839cc5c344c7783e), [`72a64e0`](https://github.com/xataio/client-ts/commit/72a64e0fe1fce956a48a6a5f22cc67419b107da3)]:
- @xata.io/client@0.0.0-alpha.v745b84e62d53a4ef72a739d8de8a2c1ee4eadc8b
## 0.1.22
### Patch Changes
- [#1491](https://github.com/xataio/client-ts/pull/1491) [`f4a5ee7`](https://github.com/xataio/client-ts/commit/f4a5ee707dd04280f59919c97ff9cc0b1e9b01e6) Thanks [@SferaDev](https://github.com/SferaDev)! - [Kysely] Add consistency to client initialization
## 0.1.21
### Patch Changes
- Updated dependencies [[`6b754d2`](https://github.com/xataio/client-ts/commit/6b754d2f6a1f7b9378a96fe27502ff6c29ff5ed8)]:
- @xata.io/client@0.29.5
## 0.1.20
### Patch Changes
- Updated dependencies [[`2140a24`](https://github.com/xataio/client-ts/commit/2140a24f32a94f36bab8c8268033c7dcf235dddc), [`d8032f2`](https://github.com/xataio/client-ts/commit/d8032f2e07bdcc653db1606796d27f08d397cdbe)]:
- @xata.io/client@0.29.4
## 0.1.19

@@ -18,0 +39,0 @@

18

dist/index.d.ts

@@ -1,2 +0,1 @@

import { SQLPluginResult, XataRecord, XataPlugin, XataPluginOptions, EditableData } from '@xata.io/client';
import { Dialect, PostgresAdapter, Driver, QueryCompiler, Kysely, DatabaseIntrospector, DatabaseConnection, CompiledQuery, QueryResult } from 'kysely';

@@ -6,4 +5,9 @@

xata: {
sql: SQLPluginResult;
sql: any;
};
/**
* The consistency level to use when reading data.
* @default 'strong'
*/
consistency?: 'strong' | 'eventual';
};

@@ -36,10 +40,6 @@ declare class XataDialect implements Dialect {

type KyselyPluginResult<Schemas extends Record<string, XataRecord>> = Kysely<Model<Schemas>>;
declare class KyselyPlugin<Schemas extends Record<string, XataRecord>> extends XataPlugin {
build(pluginOptions: XataPluginOptions): KyselyPluginResult<Schemas>;
}
type Model<Schemas extends Record<string, XataRecord>> = {
[Model in keyof Schemas]: EditableData<Schemas[Model]>;
type Model<Schemas extends Record<string, any>> = {
[Model in keyof Schemas]: Schemas[Model];
};
export { KyselyPlugin, type KyselyPluginResult, type Model, XataConnection, XataDialect, type XataDialectConfig, XataDriver };
export { type Model, XataConnection, XataDialect, type XataDialectConfig, XataDriver };
{
"name": "@xata.io/kysely",
"version": "0.0.0-alpha.v745b84e62d53a4ef72a739d8de8a2c1ee4eadc8b",
"version": "0.0.0-alpha.v748bb022efef8aaf05318bcd885cb8c21786e05b",
"description": "",

@@ -20,10 +20,8 @@ "main": "./dist/index.cjs",

},
"dependencies": {
"@xata.io/client": "0.0.0-alpha.v745b84e62d53a4ef72a739d8de8a2c1ee4eadc8b"
},
"dependencies": {},
"devDependencies": {
"kysely": "^0.27.3"
"kysely": "^0.27.4"
},
"peerDependencies": {
"kysely": "^0.26.1"
"kysely": "*"
},

@@ -30,0 +28,0 @@ "scripts": {

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