Socket
Socket
Sign inDemoInstall

@dbpath/dal

Package Overview
Dependencies
4
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.11 to 0.2.13

3

dist/src/dal.d.ts

@@ -43,3 +43,3 @@ import { NameAnd } from "@dbpath/utils";

}
interface DalColMeta {
export interface DalColMeta {
name: string;

@@ -63,2 +63,1 @@ }

export declare function useDal<T>(dal: Dal, fn: (d: Dal) => T): T;
export {};
{
"name": "@dbpath/dal",
"description": "",
"version": "0.2.11",
"version": "0.2.13",
"main": "dist/index",

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

"dependencies": {
"@dbpath/config": "0.2.11",
"@dbpath/fixtures": "0.2.11"
"@dbpath/config": "0.2.13",
"@dbpath/fixtures": "0.2.13"
},

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

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc