Socket
Socket
Sign inDemoInstall

@dbpath/dal

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dbpath/dal - npm Package Compare versions

Comparing version 0.3.3 to 0.3.4

11

dist/src/prettyprint.d.ts
import { DalResult, DalRow } from "./dal";
import { ColumnDefn, NameAnd } from "@dbpath/utils";
export interface DalResultDisplayOptions {
json?: boolean;
onelinejson?: boolean;
notitles?: boolean;
import { Paging } from "@dbpath/types";
export interface DisplayOptions extends Paging {
json: boolean;
onelinejson: boolean;
notitles: boolean;
}
export declare function columnDefnFor(res: DalResult): NameAnd<ColumnDefn<DalRow>>;
export declare function prettyPrintDalResult(options: DalResultDisplayOptions, res: DalResult): string[];
export declare function prettyPrintDalResult(options: DisplayOptions, res: DalResult): string[];
{
"name": "@dbpath/dal",
"description": "",
"version": "0.3.3",
"version": "0.3.4",
"main": "dist/index",

@@ -20,4 +20,4 @@ "types": "dist/index",

"dependencies": {
"@dbpath/config": "0.3.3",
"@dbpath/fixtures": "0.3.3"
"@dbpath/config": "0.3.4",
"@dbpath/fixtures": "0.3.4"
},

@@ -24,0 +24,0 @@ "devDependencies": {

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