sql-concat
Advanced tools
+4
-0
@@ -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 |
+1
-1
| { | ||
| "name": "sql-concat", | ||
| "version": "4.0.0", | ||
| "version": "4.0.1", | ||
| "description": "It's just fancy string concatenation", | ||
@@ -5,0 +5,0 @@ "type": "module", |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
37032
0.12%0
-100%