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

ioredis

Package Overview
Dependencies
Maintainers
1
Versions
228
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ioredis - npm Package Compare versions

Comparing version 1.3.3 to 1.3.4

4

Changelog.md

@@ -5,2 +5,6 @@ ## Changelog

### v1.3.4 - May 21, 2015
* Add missing Promise definition in node 0.10.x.
### v1.3.3 - May 19, 2015

@@ -7,0 +11,0 @@

'use strict';
var Promise = require('bluebird');
var Redis = require('./redis');

@@ -4,0 +5,0 @@ var utils = require('./utils');

2

package.json
{
"name": "ioredis",
"version": "1.3.3",
"version": "1.3.4",
"description": "A delightful, performance-focused Redis client for Node and io.js",

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

'use strict';
var Promise = require('bluebird');
describe('Redis', function () {

@@ -4,0 +6,0 @@ describe('constructor', function () {

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