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

@mrnafisia/type-query

Package Overview
Dependencies
Maintainers
0
Versions
88
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mrnafisia/type-query - npm Package Compare versions

Comparing version 2.0.18 to 2.0.19

1

dist/src/keywords.d.ts

@@ -91,2 +91,3 @@ declare enum OperatorCode {

readonly uuid: "UUID";
readonly date: "DATE";
readonly timestamp: "TIMESTAMP WITHOUT TIME ZONE";

@@ -93,0 +94,0 @@ readonly timestamptz: "TIMESTAMP WITH TIME ZONE";

@@ -118,2 +118,3 @@ "use strict";

uuid: 'UUID',
date: 'DATE',
timestamp: 'TIMESTAMP WITHOUT TIME ZONE',

@@ -120,0 +121,0 @@ timestamptz: 'TIMESTAMP WITH TIME ZONE',

2

dist/src/Table.d.ts

@@ -36,3 +36,3 @@ import Decimal from 'decimal.js';

} : S[key]['type'] extends Date ? {
type: 'timestamp' | 'timestamptz';
type: 'date' | 'timestamp' | 'timestamptz';
length?: number;

@@ -39,0 +39,0 @@ } : S[key]['type'] extends boolean ? {

{
"name": "@mrnafisia/type-query",
"version": "2.0.18",
"version": "2.0.19",
"description": "mini-orm with full type support for postgres.",

@@ -5,0 +5,0 @@ "keywords": [

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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