Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@lbu/store

Package Overview
Dependencies
Maintainers
2
Versions
92
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lbu/store - npm Package Compare versions

Comparing version 0.0.37 to 0.0.38

8

package.json
{
"name": "@lbu/store",
"version": "0.0.37",
"version": "0.0.38",
"description": "Postgres & S3-compatible wrappers for common things",

@@ -17,4 +17,4 @@ "main": "./index.js",

"dependencies": {
"@lbu/insight": "0.0.37",
"@lbu/stdlib": "0.0.37",
"@lbu/insight": "0.0.38",
"@lbu/stdlib": "0.0.38",
"mime-types": "2.1.27",

@@ -38,3 +38,3 @@ "minio": "7.0.16",

},
"gitHead": "cee20c9fd5a75d1e9ab879e2aa154d2d2fd7a624"
"gitHead": "7d7bbb80d653a3117460dd258c3cb11fe2704108"
}

@@ -7,3 +7,3 @@ // Generated by @lbu/code-gen

*
* @typedef { { id:string, bucketName:string, contentLength:number, contentType:string, filename:string, createdAt:Date, updatedAt:Date, }}
* @typedef { { "id":string, "bucketName":string, "contentLength":number, "contentType":string, "filename":string, "createdAt":Date, "updatedAt":Date, }}
*/

@@ -14,3 +14,3 @@

*
* @typedef { { id:string, bucketName:string, contentLength:number, contentType:string, filename:string, createdAt?:string, updatedAt?:string, }}
* @typedef { { "id":string, "bucketName":string, "contentLength":number, "contentType":string, "filename":string, "createdAt"?:string, "updatedAt"?:string, }}
*/

@@ -21,3 +21,3 @@

*
* @typedef { { id:string, expires:Date, data:*, createdAt:Date, updatedAt:Date, }}
* @typedef { { "id":string, "expires":Date, "data":*, "createdAt":Date, "updatedAt":Date, }}
*/

@@ -28,3 +28,3 @@

*
* @typedef { { id:string, expires:string, data?:* , createdAt?:string, updatedAt?:string, }}
* @typedef { { "id":string, "expires":string, "data"?:* , "createdAt"?:string, "updatedAt"?:string, }}
*/

@@ -35,3 +35,3 @@

*
* @typedef { { id:number, isComplete:boolean, priority:number, scheduledAt:Date, name:string, data:*, createdAt:Date, updatedAt:Date, }}
* @typedef { { "id":number, "isComplete":boolean, "priority":number, "scheduledAt":Date, "name":string, "data":*, "createdAt":Date, "updatedAt":Date, }}
*/

@@ -42,3 +42,3 @@

*
* @typedef { { id:number, isComplete?:boolean , priority?:number , scheduledAt?:string, name:string, data?:* , createdAt?:string, updatedAt?:string, }}
* @typedef { { "id":number, "isComplete"?:boolean , "priority"?:number , "scheduledAt"?:string, "name":string, "data"?:* , "createdAt"?:string, "updatedAt"?:string, }}
*/

@@ -49,3 +49,3 @@

*
* @typedef { { id?:string, idIn?:(string)[] , bucketName?:string , bucketNameLike?:string , }}
* @typedef { { "id"?:string, "idIn"?:(string)[] , "bucketName"?:string , "bucketNameLike"?:string , }}
*/

@@ -62,3 +62,3 @@

*
* @typedef { { bucketName:string, contentLength:number, contentType:string, filename:string, createdAt:Date, updatedAt:Date, }}
* @typedef { { "bucketName":string, "contentLength":number, "contentType":string, "filename":string, "createdAt":Date, "updatedAt":Date, }}
*/

@@ -69,3 +69,3 @@

*
* @typedef { { bucketName:string, contentLength:number, contentType:string, filename:string, createdAt?:string, updatedAt?:string, }}
* @typedef { { "bucketName":string, "contentLength":number, "contentType":string, "filename":string, "createdAt"?:string, "updatedAt"?:string, }}
*/

@@ -76,3 +76,3 @@

*
* @typedef { { id?:string, idIn?:(string)[] , expires?:Date, expiresGreaterThan?:Date, expiresLowerThan?:Date, }}
* @typedef { { "id"?:string, "idIn"?:(string)[] , "expires"?:Date, "expiresGreaterThan"?:Date, "expiresLowerThan"?:Date, }}
*/

@@ -83,3 +83,3 @@

*
* @typedef { { id?:string, idIn?:(string)[] , expires?:string, expiresGreaterThan?:string, expiresLowerThan?:string, }}
* @typedef { { "id"?:string, "idIn"?:(string)[] , "expires"?:string, "expiresGreaterThan"?:string, "expiresLowerThan"?:string, }}
*/

@@ -90,3 +90,3 @@

*
* @typedef { { expires:Date, data:*, createdAt:Date, updatedAt:Date, }}
* @typedef { { "expires":Date, "data":*, "createdAt":Date, "updatedAt":Date, }}
*/

@@ -97,3 +97,3 @@

*
* @typedef { { expires:string, data?:* , createdAt?:string, updatedAt?:string, }}
* @typedef { { "expires":string, "data"?:* , "createdAt"?:string, "updatedAt"?:string, }}
*/

@@ -104,3 +104,3 @@

*
* @typedef { { id?:number , idGreaterThan?:number , idLowerThan?:number , name?:string , nameLike?:string , }}
* @typedef { { "id"?:number , "idGreaterThan"?:number , "idLowerThan"?:number , "name"?:string , "nameLike"?:string , }}
*/

@@ -117,3 +117,3 @@

*
* @typedef { { isComplete:boolean, priority:number, scheduledAt:Date, name:string, data:*, createdAt:Date, updatedAt:Date, }}
* @typedef { { "isComplete":boolean, "priority":number, "scheduledAt":Date, "name":string, "data":*, "createdAt":Date, "updatedAt":Date, }}
*/

@@ -124,3 +124,3 @@

*
* @typedef { { isComplete?:boolean , priority?:number , scheduledAt?:string, name:string, data?:* , createdAt?:string, updatedAt?:string, }}
* @typedef { { "isComplete"?:boolean , "priority"?:number , "scheduledAt"?:string, "name":string, "data"?:* , "createdAt"?:string, "updatedAt"?:string, }}
*/
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