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

cuteyp

Package Overview
Dependencies
Maintainers
3
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cuteyp - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

2

lib/redis.js

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

var commandClient;
var host, post, options;
var host, port, options;

@@ -9,0 +9,0 @@ module.exports = Redis;

{
"name": "cuteyp",
"version": "0.1.2",
"version": "0.1.3",
"description": "Stompify your Express App",

@@ -5,0 +5,0 @@ "main": "cuteyp.js",

@@ -6,2 +6,4 @@ CuteyP ( Queue <-> Http )

[![Build Status](https://travis-ci.org/MailOnline/cuteyp.svg?branch=master)](https://travis-ci.org/MailOnline/cuteyp)
KNOWN ISSUES

@@ -47,3 +49,3 @@ ============

`redisConfig` may include `host`, `port` and any other options supported by [node redis](https://github.com/NodeRedis/node_redis) client.
`redisConfig` can include `host`, `port` and any other options supported by [node redis](https://github.com/NodeRedis/node_redis) client.

@@ -50,0 +52,0 @@ mappingFn can be asynchronous with callback as a second parameter. Callback should be called with `err` and `destination`.

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