Socket
Socket
Sign inDemoInstall

@resourcefulhumans/rediscomplete

Package Overview
Dependencies
22
Maintainers
3
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.8.0 to 1.9.0

3

lib/index.js

@@ -92,2 +92,5 @@ 'use strict';

async.each(ids, function (id, cb) {
if (id === undefined || id === null) {
return cb();
}
self.conn.hdel({key: self.app + ':' + ns + ':docs', field: id}, function (err) {

@@ -94,0 +97,0 @@ err && cb(err);

13

package.json
{
"name": "@resourcefulhumans/rediscomplete",
"version": "1.8.0",
"version": "1.9.0",
"description": "A fully CRUD redis autocomplete engine inspired from the antirez and patshaughnessy blogs.",

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

"type": "git",
"url": "https://github.com/petreboy14/rediscomplete.git"
"url": "git+https://github.com/ResourcefulHumans/rediscomplete.git"
},

@@ -23,6 +23,3 @@ "keywords": [

"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/petreboy14/rediscomplete/issues"
},
"homepage": "https://github.com/petreboy14/rediscomplete",
"homepage": "https://github.com/ResourcefulHumans/rediscomplete",
"dependencies": {

@@ -38,3 +35,7 @@ "async": "0.9.0",

"should": "~2.1.1"
},
"directories": {
"lib": "lib",
"test": "test"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc