Socket
Socket
Sign inDemoInstall

machinepack-redis

Package Overview
Dependencies
Maintainers
3
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

machinepack-redis - npm Package Compare versions

Comparing version 1.1.1 to 1.2.2

.editorconfig

7

index.js

@@ -6,1 +6,8 @@ // This is a boilerplate file which should not need to be changed.

});
//... well except for this.
// Also give the driver a `redis` property, so that it provides access
// to the static Redis client library for Node.js. (See http://npmjs.com/package/redis)
module.exports.redis = require('redis');

2

machines/authenticate.js

@@ -78,3 +78,3 @@ module.exports = {

redisClient.auth(inputs.password, function (err, result){
redisClient.auth(inputs.password, function (err){
if (err) {

@@ -81,0 +81,0 @@ if (err.message === '') {

{
"name": "machinepack-redis",
"version": "1.1.1",
"version": "1.2.2",
"description": "Structured Node.js bindings for Redis.",
"scripts": {
"test": "node ./node_modules/mocha/bin/mocha tests/*.js --timeout 5000 --slow 2000",
"coverage": "node ./node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha tests/*.js"
"coverage": "node ./node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha tests/*.js",
"posttest": "npm run lint",
"lint": "node ./node_modules/eslint/bin/eslint machines index.js"
},

@@ -18,3 +20,3 @@ "keywords": [

},
"author": "The Treeline Company",
"author": "The Sails Company",
"contributors": [

@@ -35,4 +37,4 @@ {

"devDependencies": {
"eslint": "2.11.1",
"istanbul": "0.4.5",
"lodash": "3.10.1",
"mocha": "3.0.2",

@@ -39,0 +41,0 @@ "test-machinepack-mocha": "^0.2.2"

@@ -6,3 +6,3 @@ /**

var util = require('util');
var _ = require('lodash');
var _ = require('@sailshq/lodash');
var Pack = require('../../');

@@ -9,0 +9,0 @@

Sorry, the diff of this file is not supported yet

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