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

dvpntjs-scripts

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dvpntjs-scripts - npm Package Compare versions

Comparing version 2.0.1 to 2.1.0

3

lib/db/index.js

@@ -11,3 +11,3 @@ const _ = require('underscore');

const dbmsHash = {mongo, postgres};
const dbmsHash = {mongodb: mongo, postgresql: postgres};

@@ -40,3 +40,2 @@ function parseUrl(dbUrl) {

const {dbms, ...dbParams} = parseUrl(dbUrl);
await dbmsHash[dbms].restore({...dbParams, dumpPath});

@@ -43,0 +42,0 @@

{
"name": "dvpntjs-scripts",
"version": "2.0.1",
"version": "2.1.0",
"description": "dvpnt node helper scripts",

@@ -5,0 +5,0 @@ "license": "MIT",

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