Socket
Socket
Sign inDemoInstall

jaz-ts-utils

Package Overview
Dependencies
11
Maintainers
1
Versions
71
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.7.0 to 7.7.1

2

dist/serialize-plugin.d.ts

@@ -6,3 +6,3 @@ import { Kysely, KyselyPlugin, OperationNodeTransformer, PluginTransformQueryArgs, PluginTransformResultArgs, PrimitiveValueListNode, QueryResult, RootOperationNode, UnknownRow, ValueNode } from "kysely";

protected colTypes: Map<string, "boolean" | "json" | "datetime">;
setSchema(db: Kysely<unknown>): Promise<void>;
setSchema(db: Kysely<any>): Promise<void>;
transformQuery(args: PluginTransformQueryArgs): RootOperationNode;

@@ -9,0 +9,0 @@ transformResult(args: PluginTransformResultArgs): Promise<QueryResult<UnknownRow>>;

{
"name": "jaz-ts-utils",
"version": "7.7.0",
"version": "7.7.1",
"description": "",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

Sorry, the diff of this file is not supported yet

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