Socket
Socket
Sign inDemoInstall

@dbpath/types

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dbpath/types - npm Package Compare versions

Comparing version 0.2.4 to 0.2.6

6

dist/src/path.d.ts

@@ -1,5 +0,7 @@

import { TwoIds } from "@dbpath/dal";
export interface TwoIds {
fromId: string;
toId: string;
}
export interface TableInPath {
table: string;
fullTable?: string;
fields?: string[];

@@ -6,0 +8,0 @@ }

{
"name": "@dbpath/types",
"description": "",
"version": "0.2.4",
"version": "0.2.6",
"main": "dist/index",

@@ -6,0 +6,0 @@ "types": "dist/index",

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