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

@cheevr/database

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cheevr/database - npm Package Compare versions

Comparing version 1.1.10 to 1.1.11

1

database.js

@@ -78,2 +78,3 @@ const _ = require('lodash');

_setLogging() {
// TODO database logs don't have any information about which instance they belong to. messages should probably be wrapped.
let log = this._log = Logger[this._opts.logger];

@@ -80,0 +81,0 @@ if (log) {

4

package.json
{
"name": "@cheevr/database",
"version": "1.1.10",
"version": "1.1.11",
"description": "A database utililty to facilitate accessing Elasticsearch",

@@ -40,3 +40,3 @@ "main": "index.js",

"@cheevr/logging": "^1",
"elasticsearch": "^12",
"elasticsearch": "^13",
"lodash": "^4",

@@ -43,0 +43,0 @@ "moment": "^2"

Sorry, the diff of this file is not supported yet

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