New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@db-auto/dal

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@db-auto/dal - npm Package Compare versions

Comparing version 0.0.25 to 0.0.26

3

dist/src/dal.d.ts

@@ -7,2 +7,5 @@ import { NameAnd } from "@db-auto/utils";

}
export interface DalDialect {
limitFn: (pageNum: number, pageSize: number, s: string[]) => string[];
}
export interface WriteDal {

@@ -9,0 +12,0 @@ update: DalUpdateFn;

2

package.json
{
"name": "@db-auto/dal",
"description": "",
"version": "0.0.25",
"version": "0.0.26",
"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