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

dbpath

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dbpath - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3

4

dist/src/cli.js

@@ -25,3 +25,3 @@ "use strict";

const path_2 = __importDefault(require("path"));
const parser_1 = require("@dbpath/pathparser/dist/src/parser");
const pathparser_1 = require("@dbpath/pathparser");
const dal_1 = require("@dbpath/dal");

@@ -116,3 +116,3 @@ exports.dbPathDir = '.dbpath';

.action((path, command, options) => {
const result = (0, parser_1.parsePath)((0, dal_1.DalPathValidator)(dal_1.sampleSummary, dal_1.sampleMeta))(path);
const result = (0, pathparser_1.parsePath)((0, dal_1.DalPathValidator)(dal_1.sampleSummary, dal_1.sampleMeta))(path);
if ((0, utils_1.hasErrors)(result)) {

@@ -119,0 +119,0 @@ (0, utils_1.reportErrors)(result);

{
"name": "dbpath",
"description": "",
"version": "0.2.2",
"version": "0.2.3",
"main": "dist/index",

@@ -24,10 +24,8 @@ "types": "dist/index",

"commander": "^10.0.0",
"@dbpath/oracle": "0.2.2",
"@dbpath/mysql": "0.2.2",
"@dbpath/postgres": "0.2.2",
"@dbpath/tables": "0.2.2",
"@dbpath/utils": "0.2.2",
"@dbpath/files": "0.2.2",
"@dbpath/mocks": "0.2.2",
"@dbpath/environments": "0.2.2"
"@dbpath/tables": "0.2.3",
"@dbpath/pathparser": "0.2.3",
"@dbpath/utils": "0.2.3",
"@dbpath/files": "0.2.3",
"@dbpath/mocks": "0.2.3",
"@dbpath/environments": "0.2.3"
},

@@ -34,0 +32,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