Socket
Socket
Sign inDemoInstall

@duely/db

Package Overview
Dependencies
235
Maintainers
1
Versions
67
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.4.15 to 0.4.16

2

dist/resources.d.ts

@@ -84,2 +84,3 @@ declare type FilteredKeys<T, U> = {

status: string;
active: boolean;
description?: string | null;

@@ -231,2 +232,3 @@ duration?: string | null;

status: string;
active: boolean;
};

@@ -233,0 +235,0 @@ export declare type OrderResource = {

4

package.json
{
"name": "@duely/db",
"version": "0.4.15",
"version": "0.4.16",
"description": "Client for querying duely-postgres database.",

@@ -22,3 +22,3 @@ "repository": "github:uoleevi/duely",

"@duely/build": "0.4.2",
"@duely/core": "0.4.13",
"@duely/core": "0.4.16",
"pg": "^8.6.0"

@@ -25,0 +25,0 @@ },

@@ -100,2 +100,3 @@ type FilteredKeys<T, U> = { [P in keyof T]: T[P] extends U ? P : never }[keyof T];

status: string;
active: boolean;
description?: string | null;

@@ -265,2 +266,3 @@ duration?: string | null;

status: string;
active: boolean;
};

@@ -267,0 +269,0 @@

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc