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.3.0 to 0.3.1

2

dist/src/cli.js

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

if (!check) {
console.log(`Environment ${env} is not defined`);
console.log(`Environment ${env} is not defined. Legal values are ${Object.keys(config.environments).sort()}`);
process.exit(1);

@@ -137,0 +137,0 @@ }

{
"name": "dbpath",
"description": "",
"version": "0.3.0",
"version": "0.3.1",
"main": "dist/index",

@@ -24,7 +24,7 @@ "types": "dist/index",

"commander": "^10.0.0",
"@dbpath/tables": "0.3.0",
"@dbpath/pathparser": "0.3.0",
"@dbpath/utils": "0.3.0",
"@dbpath/files": "0.3.0",
"@dbpath/environments": "0.3.0"
"@dbpath/tables": "0.3.1",
"@dbpath/pathparser": "0.3.1",
"@dbpath/utils": "0.3.1",
"@dbpath/files": "0.3.1",
"@dbpath/environments": "0.3.1"
},

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