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.1.0 to 0.1.1

dist/src/dal.fixture.d.ts

2

dist/index.d.ts
export * from './src/dal';
export * from './src/dal.fixture';
export * from './src/prettyprint';
export * from './src/validator';

@@ -18,2 +18,4 @@ "use strict";

__exportStar(require("./src/dal"), exports);
__exportStar(require("./src/dal.fixture"), exports);
__exportStar(require("./src/prettyprint"), exports);
__exportStar(require("./src/validator"), exports);

6

package.json
{
"name": "@dbpath/dal",
"description": "",
"version": "0.1.0",
"version": "0.1.1",
"main": "dist/index",

@@ -19,3 +19,5 @@ "types": "dist/index",

},
"dependencies": {},
"dependencies": {
"@dbpath/config": "0.1.1"
},
"devDependencies": {

@@ -22,0 +24,0 @@ "typescript": "^4.0.5",

@@ -1,2 +0,2 @@

Simple Database Abstraction Layer for db-auto.
Simple Database Abstraction Layer for dbpath.
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