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

@compas/store

Package Overview
Dependencies
Maintainers
1
Versions
196
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@compas/store - npm Package Compare versions

Comparing version 0.0.126 to 0.0.127

8

index.d.ts

@@ -231,2 +231,10 @@ import * as insight from "@compas/insight";

}
/**
* Update the order of the provided id's in relation to each other.
* This function does not check if all files are in the same group.
*/
export function updateFileGroupOrder(
sql: Postgres,
ids: string[],
): Promise<void>;

@@ -233,0 +241,0 @@ /**

10

package.json
{
"name": "@compas/store",
"version": "0.0.126",
"version": "0.0.127",
"description": "Postgres & S3-compatible wrappers for common things",

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

"dependencies": {
"@compas/insight": "0.0.126",
"@compas/stdlib": "0.0.126",
"@compas/insight": "0.0.127",
"@compas/stdlib": "0.0.127",
"@types/minio": "7.0.7",
"mime-types": "2.1.29",
"mime-types": "2.1.30",
"minio": "7.0.18",

@@ -46,3 +46,3 @@ "postgres": "2.0.0-beta.4"

},
"gitHead": "80a9c008cad24f72ec8d0af3c69c229f371712c1"
"gitHead": "5bc1438cddeb96b50f0395f7de18ba5c1c5b8c91"
}
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