Socket
Socket
Sign inDemoInstall

@ts-safeql/eslint-plugin

Package Overview
Dependencies
Maintainers
1
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ts-safeql/eslint-plugin - npm Package Compare versions

Comparing version 0.0.23 to 0.0.24

8

lib/rules/check-sql.utils.d.ts

@@ -9,5 +9,5 @@ import { GenerateResult } from "@ts-safeql/generate";

import { WorkerError } from "./check-sql.worker";
declare type TypeReplacerString = string;
declare type TypeReplacerFromTo = [string, string];
declare type TypeTransformer = TypeReplacerString | (TypeReplacerString | TypeReplacerFromTo)[];
type TypeReplacerString = string;
type TypeReplacerFromTo = [string, string];
type TypeTransformer = TypeReplacerString | (TypeReplacerString | TypeReplacerFromTo)[];
export declare const DEFAULT_CONNECTION_URL = "postgres://postgres:postgres@localhost:5432/postgres";

@@ -84,3 +84,3 @@ /**

};
declare type ConnectionStrategy = {
type ConnectionStrategy = {
type: "databaseUrl";

@@ -87,0 +87,0 @@ databaseUrl: string;

@@ -10,3 +10,3 @@ import { GenerateError, GenerateResult } from "@ts-safeql/generate";

}
export declare type WorkerError = InvalidMigrationsPathError | InvalidMigrationError | InternalError | DatabaseInitializationError | GenerateError;
export declare type WorkerResult = GenerateResult;
export type WorkerError = InvalidMigrationsPathError | InvalidMigrationError | InternalError | DatabaseInitializationError | GenerateError;
export type WorkerResult = GenerateResult;
{
"name": "@ts-safeql/eslint-plugin",
"version": "0.0.23",
"version": "0.0.24",
"main": "lib/index.js",

@@ -14,10 +14,10 @@ "license": "MIT",

"@types/mocha": "9.1.1",
"@typescript-eslint/eslint-plugin": "^5.36.2",
"@typescript-eslint/parser": "^5.36.2",
"esbuild-register": "^3.3.3",
"eslint": "^8.23.0",
"libpg-query": "^13.2.5",
"mocha": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^5.47.1",
"@typescript-eslint/parser": "^5.47.1",
"esbuild-register": "^3.4.2",
"eslint": "^8.30.0",
"libpg-query": "^13.3.1",
"mocha": "^10.2.0",
"tsx": "3.9.0",
"typescript": "^4.8.2"
"typescript": "^4.9.4"
},

@@ -28,16 +28,16 @@ "dependencies": {

"@ts-safeql/test-utils": "0.0.6",
"@typescript-eslint/utils": "^5.36.2",
"@typescript-eslint/utils": "^5.47.1",
"chokidar": "^3.5.3",
"esbuild": "0.15.7",
"fp-ts": "^2.12.3",
"fp-ts": "^2.13.1",
"pg-connection-string": "2.5.0",
"postgres": "^3.3.0",
"recast": "^0.21.2",
"postgres": "^3.3.2",
"recast": "^0.21.5",
"synckit": "^0.8.4",
"ts-pattern": "^4.0.5",
"zod": "^3.19.0",
"zod-to-json-schema": "^3.17.1"
"ts-pattern": "^4.0.6",
"zod": "^3.20.2",
"zod-to-json-schema": "^3.20.1"
},
"peerDependencies": {
"libpg-query": "^13.2.5"
"libpg-query": ">=13.2.5"
},

@@ -44,0 +44,0 @@ "scripts": {

Sorry, the diff of this file is too big to display

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