@types/memcached
Advanced tools
Comparing version 2.2.4 to 2.2.5
@@ -283,3 +283,7 @@ // Type definitions for memcached 2.2 | ||
idle ?: number; | ||
/** | ||
* '', sentinel to prepend to all memcache keys for namespacing the entries. | ||
*/ | ||
namespace ?: string; | ||
} | ||
} |
{ | ||
"name": "@types/memcached", | ||
"version": "2.2.4", | ||
"version": "2.2.5", | ||
"description": "TypeScript definitions for memcached", | ||
@@ -20,6 +20,7 @@ "license": "MIT", | ||
"dependencies": { | ||
"@types/events": "*", | ||
"@types/node": "*" | ||
}, | ||
"typesPublisherContentHash": "634528cdcded183f7fac4330ec09d16f8d4bd97d7d509e709cef65d4c8869ae7", | ||
"typesPublisherContentHash": "6407a654d128b2e97712c18ccd319cadba0e049d302475fe2699ba250ba20326", | ||
"typeScriptVersion": "2.1" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Wed, 25 Oct 2017 01:11:50 GMT | ||
* Last updated: Tue, 30 Jan 2018 20:01:15 GMT | ||
* Dependencies: events, node | ||
@@ -14,0 +14,0 @@ * Global values: none |
Sorry, the diff of this file is not supported yet
254
11789
2
+ Added@types/events@*
+ Added@types/events@3.0.3(transitive)