@types/memory-cache
Advanced tools
| MIT License | ||
| Copyright (c) Microsoft Corporation. All rights reserved. | ||
| Permission is hereby granted, free of charge, to any person obtaining a copy | ||
| of this software and associated documentation files (the "Software"), to deal | ||
| in the Software without restriction, including without limitation the rights | ||
| to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
| copies of the Software, and to permit persons to whom the Software is | ||
| furnished to do so, subject to the following conditions: | ||
| The above copyright notice and this permission notice shall be included in all | ||
| copies or substantial portions of the Software. | ||
| THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
| IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
| FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
| AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
| LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
| OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
| SOFTWARE |
@@ -9,3 +9,3 @@ // Type definitions for memory-cache | ||
| export declare function put(key: any, value: any, time?: number, timeoutCallback?: (key: any) => void): void; | ||
| export declare function put(key: any, value: any, time?: number, timeoutCallback?: (key: any, value: any) => void): void; | ||
| export declare function get(key: any): any; | ||
@@ -12,0 +12,0 @@ export declare function del(key: any): void; |
| { | ||
| "name": "@types/memory-cache", | ||
| "version": "0.0.29", | ||
| "version": "0.0.30", | ||
| "description": "TypeScript definitions for memory-cache", | ||
| "license": "MIT", | ||
| "author": "Jeff Goddard <https://github.com/jedigo>", | ||
| "contributors": [ | ||
| { | ||
| "name": "Jeff Goddard", | ||
| "url": "https://github.com/jedigo" | ||
| } | ||
| ], | ||
| "main": "", | ||
@@ -14,4 +19,5 @@ "repository": { | ||
| "dependencies": {}, | ||
| "typings": "index.d.ts", | ||
| "typesPublisherContentHash": "ab1715c18c2f2790c086c79b51659e738cc1c0fcc059f5b4cf4217c10a520ae3" | ||
| "peerDependencies": {}, | ||
| "typesPublisherContentHash": "8cc91e5f03ec27a56f04cc09076acfa8d8adea38742775d6cca6826c5e9ab893", | ||
| "typeScriptVersion": "2.0" | ||
| } |
@@ -8,9 +8,7 @@ # Installation | ||
| # Details | ||
| Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/memory-cache | ||
| Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/memory-cache | ||
| Additional Details | ||
| * Last updated: Mon, 19 Sep 2016 17:28:59 GMT | ||
| * File structure: ProperModule | ||
| * Library Dependencies: none | ||
| * Module Dependencies: none | ||
| * Last updated: Mon, 14 Aug 2017 19:44:05 GMT | ||
| * Dependencies: none | ||
| * Global values: none | ||
@@ -17,0 +15,0 @@ |
| { | ||
| "authors": "Jeff Goddard <https://github.com/jedigo>", | ||
| "definitionFilename": "index.d.ts", | ||
| "libraryDependencies": [], | ||
| "moduleDependencies": [], | ||
| "libraryMajorVersion": "0", | ||
| "libraryMinorVersion": "0", | ||
| "libraryName": "memory-cache", | ||
| "typingsPackageName": "memory-cache", | ||
| "projectName": "http://github.com/ptarjan/node-cache", | ||
| "sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped", | ||
| "sourceBranch": "types-2.0", | ||
| "kind": "ProperModule", | ||
| "globals": [], | ||
| "declaredModules": [ | ||
| "memory-cache" | ||
| ], | ||
| "files": [ | ||
| "index.d.ts" | ||
| ], | ||
| "hasPackageJson": false, | ||
| "contentHash": "ab1715c18c2f2790c086c79b51659e738cc1c0fcc059f5b4cf4217c10a520ae3" | ||
| } |
3100
18.14%15
-59.46%17
-10.53%