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

mightycache

Package Overview
Dependencies
Maintainers
2
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mightycache - npm Package Compare versions

Comparing version 3.4.0 to 3.4.1

20

npm-shrinkwrap.json
{
"name": "mightycache",
"version": "3.4.0",
"version": "3.4.1",
"dependencies": {
"bluebird": {
"version": "3.3.5",
"version": "3.4.0",
"from": "bluebird@>=3.3.5 <4.0.0",
"resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.3.5.tgz"
"resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.4.0.tgz"
},

@@ -23,2 +23,3 @@ "double-ended-queue": {

"from": "fs-wishlist@>=1.1.3 <2.0.0",
"resolved": "http://registry.npmjs.org/fs-wishlist/-/fs-wishlist-1.1.3.tgz",
"dependencies": {

@@ -43,5 +44,5 @@ "bluebird": {

"redis": {
"version": "2.6.0-2",
"from": "redis@>=2.6.0-2 <3.0.0",
"resolved": "https://registry.npmjs.org/redis/-/redis-2.6.0-2.tgz"
"version": "2.6.2",
"from": "redis@>=2.6.2 <3.0.0",
"resolved": "https://registry.npmjs.org/redis/-/redis-2.6.2.tgz"
},

@@ -54,5 +55,5 @@ "redis-commands": {

"redis-parser": {
"version": "1.3.0",
"from": "redis-parser@>=1.3.0 <2.0.0",
"resolved": "https://registry.npmjs.org/redis-parser/-/redis-parser-1.3.0.tgz"
"version": "2.0.3",
"from": "redis-parser@>=2.0.0 <3.0.0",
"resolved": "https://registry.npmjs.org/redis-parser/-/redis-parser-2.0.3.tgz"
},

@@ -62,2 +63,3 @@ "s3fs": {

"from": "s3fs@>=2.4.7 <3.0.0",
"resolved": "https://registry.npmjs.org/s3fs/-/s3fs-2.4.7.tgz",
"dependencies": {

@@ -64,0 +66,0 @@ "aws-sdk": {

{
"name": "mightycache",
"version": "3.4.0",
"version": "3.4.1",
"description": "Module providing multiple implementations of a cache backed by a data store.",

@@ -43,3 +43,3 @@ "keywords": [

"inherit-multiple": "^1.0.1",
"redis": "^2.6.1",
"redis": "^2.6.2",
"s3fs": "^2.4.7",

@@ -53,3 +53,3 @@ "uuid": "^2.0.2"

"dirty-chai": "^1.2.2",
"eslint": "^2.12.0",
"eslint": "^2.13.0",
"istanbul": "^0.4.3",

@@ -56,0 +56,0 @@ "jscs": "^3.0.4",

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