@types/redis
Advanced tools
Comparing version 0.12.34 to 0.12.35
@@ -97,2 +97,12 @@ // Type definitions for redis 0.12.1 | ||
/** | ||
* Stop sending commands and queue the commands. | ||
*/ | ||
cork(): void; | ||
/** | ||
* Resume and send the queued commands at once. | ||
*/ | ||
uncork(): void; | ||
// Low level command execution | ||
@@ -99,0 +109,0 @@ send_command(command: string, ...args: any[]): boolean; |
{ | ||
"name": "@types/redis", | ||
"version": "0.12.34", | ||
"version": "0.12.35", | ||
"description": "TypeScript definitions for redis", | ||
@@ -17,3 +17,4 @@ "license": "MIT", | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "b84a6b84e75ebc2ca3aacd3c48ca3dbf1677eb8a40ae46a57663ddfc08e14e23" | ||
"typesPublisherContentHash": "f1b232efa6f5e54ec2330711954b4d2469660eec38e33e15f02aa863024e36b6", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -8,8 +8,7 @@ # Installation | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/redis | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/redis | ||
Additional Details | ||
* Last updated: Mon, 12 Dec 2016 22:50:19 GMT | ||
* Library Dependencies: node | ||
* Module Dependencies: none | ||
* Last updated: Sat, 04 Feb 2017 02:42:37 GMT | ||
* Dependencies: node | ||
* Global values: none | ||
@@ -16,0 +15,0 @@ |
{ | ||
"authors": "Carlos Ballesteros Velasco <https://github.com/soywiz>, Peter Harris <https://github.com/CodeAnimal>, TANAKA Koichi <https://github.com/MugeSo>", | ||
"libraryDependencies": [ | ||
"node" | ||
], | ||
"moduleDependencies": [], | ||
"libraryMajorVersion": 0, | ||
"libraryMinorVersion": 12, | ||
"name": "redis", | ||
"libraryName": "redis", | ||
"typingsPackageName": "redis", | ||
"projectName": "https://github.com/mranney/node_redis", | ||
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped", | ||
"sourceBranch": "types-2.0", | ||
"globals": [], | ||
"declaredModules": [ | ||
"redis" | ||
], | ||
"files": [ | ||
"index.d.ts" | ||
], | ||
"hasPackageJson": false, | ||
"contentHash": "b84a6b84e75ebc2ca3aacd3c48ca3dbf1677eb8a40ae46a57663ddfc08e14e23" | ||
"data": { | ||
"authors": "Carlos Ballesteros Velasco <https://github.com/soywiz>, Peter Harris <https://github.com/CodeAnimal>, TANAKA Koichi <https://github.com/MugeSo>", | ||
"dependencies": { | ||
"node": "*" | ||
}, | ||
"pathMappings": {}, | ||
"libraryMajorVersion": 0, | ||
"libraryMinorVersion": 12, | ||
"typeScriptVersion": "2.0", | ||
"libraryName": "redis", | ||
"typingsPackageName": "redis", | ||
"projectName": "https://github.com/mranney/node_redis", | ||
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped", | ||
"globals": [], | ||
"declaredModules": [ | ||
"redis/." | ||
], | ||
"files": [ | ||
"index.d.ts" | ||
], | ||
"hasPackageJson": false, | ||
"contentHash": "f1b232efa6f5e54ec2330711954b4d2469660eec38e33e15f02aa863024e36b6" | ||
}, | ||
"isLatest": true | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
35011
682
17