Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@dbpath/tables

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/tables - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

dist/src/path.d.ts

2

dist/index.d.ts

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

export * from './src/clean';
export * from './src/tables';
export * from './src/query';
export * from './src/sql';
export * from './src/clean';
export * from './src/prettyprint';
export * from './src/query.fixture';
export * from './src/queryParams';

@@ -17,9 +17,8 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
//Often this will be just a series of exports like
__exportStar(require("./src/clean"), exports);
__exportStar(require("./src/tables"), exports);
__exportStar(require("./src/query"), exports);
__exportStar(require("./src/sql"), exports);
__exportStar(require("./src/clean"), exports);
__exportStar(require("./src/prettyprint"), exports);
__exportStar(require("./src/query.fixture"), exports);
__exportStar(require("./src/queryParams"), exports);
{
"name": "@dbpath/tables",
"description": "",
"version": "0.2.1",
"version": "0.2.2",
"main": "dist/index",

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

"dependencies": {
"@dbpath/utils": "0.2.1"
"@dbpath/utils": "0.2.2",
"@dbpath/types": "0.2.2"
},

@@ -23,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