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

@duely/db

Package Overview
Dependencies
Maintainers
1
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@duely/db - npm Package Compare versions

Comparing version 0.0.26 to 0.0.27

1

dist/types.d.ts

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

verified?: boolean;
password?: string;
data: object;

@@ -65,0 +66,0 @@ email_address: string;

2

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

@@ -5,0 +5,0 @@ "repository": "github:uoleevi/duely",

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

verified?: boolean;
password?: string;
data: object;

@@ -80,0 +81,0 @@ email_address: 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