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

coins-deposit-box

Package Overview
Dependencies
Maintainers
5
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

coins-deposit-box - npm Package Compare versions

Comparing version 5.0.4 to 5.1.0

10

index.js

@@ -80,3 +80,11 @@ 'use strict';

webURL: `https://${webHostname.toLowerCase()}/`,
/**
* dbmap file location
*
* File that contains database connection parameters.
*
* @const {string}
*/
dbmap: '/coins/config/dbmap.json',
};

2

package.json

@@ -41,3 +41,3 @@ {

},
"version": "5.0.4"
"version": "5.1.0"
}

@@ -6,2 +6,3 @@ 'use strict';

const url = require('url');
const path = require('path');

@@ -20,4 +21,4 @@ function isString(value) {

assert(isURL(depositBox.webURL), 'Web URL');
assert(path.extname(depositBox.dbmap) === '.json', 'dbmap format');
console.log('Tests passed!');
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