grunt-redis-clear
Advanced tools
Comparing version
@@ -46,3 +46,7 @@ /* | ||
another: { | ||
database: 1, | ||
options: { | ||
port: 6379, | ||
host: '127.0.0.1', | ||
auth_pass: null | ||
}, | ||
keys: [ | ||
@@ -49,0 +53,0 @@ 'session_*', |
{ | ||
"name": "grunt-redis-clear", | ||
"description": "A Grunt plugin to clear keys from your redis database, automatically, when using redis as a cache engine.", | ||
"version": "1.0.0", | ||
"version": "2.0.0", | ||
"homepage": "https://github.com/urbanhire/grunt-clear-redis", | ||
@@ -26,6 +26,6 @@ "author": { | ||
"devDependencies": { | ||
"grunt-contrib-jshint": "^0.9.2", | ||
"grunt-contrib-clean": "^0.5.0", | ||
"grunt-contrib-nodeunit": "^0.3.3", | ||
"grunt": "~0.4.0" | ||
"grunt-contrib-jshint": "^1.1.0", | ||
"grunt-contrib-clean": "^1.0.0", | ||
"grunt-contrib-nodeunit": "^1.0.0", | ||
"grunt": "~1.0.1" | ||
}, | ||
@@ -36,4 +36,4 @@ "keywords": [ | ||
"dependencies": { | ||
"redis": "^2.6.0-1" | ||
"redis": "^2.6.5" | ||
} | ||
} |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
8374
0.78%185
2.21%1
Infinity%Updated