You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

github.com/gradientzero/comby-store-postgres

Package Overview
Dependencies
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/gradientzero/comby-store-postgres - go Package Compare versions

Comparing version
v1.0.3
to
v1.0.4
+3
-0
event.store.postgres.go

@@ -302,2 +302,5 @@ package store

}
if len(listOpts.DataType) > 0 {
whereList = append(whereList, fmt.Sprintf("data_type='%s'", listOpts.DataType))
}
if len(listOpts.Domains) > 0 {

@@ -304,0 +307,0 @@ inStr := ""

+1
-0

@@ -16,2 +16,3 @@ module github.com/gradientzero/comby-store-postgres

github.com/huandu/go-clone v1.7.2 // indirect
github.com/joho/godotenv v1.5.1 // indirect
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect

@@ -18,0 +19,0 @@ github.com/mattn/go-isatty v0.0.20 // indirect