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

@jakub.knejzlik/ts-query-server

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jakub.knejzlik/ts-query-server - npm Package Compare versions

Comparing version 0.1.9 to 0.1.10

2

dist/client-timestream.d.ts
import { SelectQuery } from "@jakub.knejzlik/ts-query";
import { QueryRouterClient, QueryRouterClientOpts } from "./client";
interface QueryRouterClientAWSTimestreamOpts extends QueryRouterClientOpts {
interface QueryRouterClientAWSTimestreamOpts extends Partial<QueryRouterClientOpts> {
databaseName: string;

@@ -5,0 +5,0 @@ }

{
"name": "@jakub.knejzlik/ts-query-server",
"version": "0.1.9",
"version": "0.1.10",
"description": "TypeScript library for executing SQL queries built with ts-query across diverse server environments.",

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

@@ -74,3 +74,4 @@ import {

interface QueryRouterClientAWSTimestreamOpts extends QueryRouterClientOpts {
interface QueryRouterClientAWSTimestreamOpts
extends Partial<QueryRouterClientOpts> {
databaseName: string;

@@ -77,0 +78,0 @@ }

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