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

tingodb

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tingodb - npm Package Compare versions

Comparing version 0.4.1 to 0.4.2

13

lib/finder.js

@@ -468,5 +468,12 @@ var safe = require('safe');

var sub = this._args[i].split(f);
d.push(sub);
if (this._args[i].length>0)
o.push(this._args[i]);
if (this._args[i]._args.length>0) {
_.each(this._args[i]._args, function (a) {
o.push(a);
});
}
if (sub._args.length>0) {
_.each(sub._args, function (a) {
d.push(a);
});
}
} else {

@@ -473,0 +480,0 @@ var ex = this._args[i]._ex(f);

@@ -982,2 +982,3 @@ var safe = require('safe');

}
// if possible indexes found split the query and process

@@ -984,0 +985,0 @@ // indexes separately

{
"author": "PushOk Software <support@pushok.com>",
"name": "tingodb",
"version": "0.4.1",
"version": "0.4.2",
"repository": {

@@ -6,0 +6,0 @@ "type": "git",

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