🚀 Socket Launch Week Day 4:Socket MCP Adds Org Alerts, Threat Feed Review, and Package Inspection.Learn more
Sign In

sql-concat

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

sql-concat - npm Package Compare versions

Comparing version
4.0.0
to
4.0.1
+4
-0
changelog.md

@@ -0,1 +1,5 @@

# 4.0.1
- fix a typo in the type definition
# 4.0.0

@@ -2,0 +6,0 @@

+1
-1

@@ -29,3 +29,3 @@ declare module 'sql-concat' {

orWhere(sql_expression: string): Query
orwhere(sql_expression: string, value: Value): Query
orWhere(sql_expression: string, value: Value): Query
orWhere(sql_expression: string, comparator: string, value: Value): Query

@@ -32,0 +32,0 @@ whereLike(sql_expression: string, value: Value): Query

{
"name": "sql-concat",
"version": "4.0.0",
"version": "4.0.1",
"description": "It's just fancy string concatenation",

@@ -5,0 +5,0 @@ "type": "module",