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

@types/redis

Package Overview
Dependencies
Maintainers
1
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/redis - npm Package Compare versions

Comparing version 0.12.34 to 0.12.35

10

redis/index.d.ts

@@ -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;

5

redis/package.json
{
"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"
}

7

redis/README.md

@@ -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
}
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