@types/connect-redis
Advanced tools
Comparing version 0.0.5 to 0.0.6
// Type definitions for connect-redis | ||
// Project: https://npmjs.com/package/connect-redis | ||
// Definitions by: Xavier Stouder <https://github.com/xstoudi> | ||
// Albert Kurniawan <https://github.com/morcerf> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -35,2 +36,4 @@ | ||
serializer?: Serializer | JSON; | ||
logErrors?: boolean | ((error: string) => void); | ||
scanCount?: number; | ||
} | ||
@@ -37,0 +40,0 @@ interface Serializer { |
{ | ||
"name": "@types/connect-redis", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "TypeScript definitions for connect-redis", | ||
"license": "MIT", | ||
"author": "Xavier Stouder <https://github.com/xstoudi>", | ||
"contributors": [ | ||
{ | ||
"name": "Xavier Stouder", | ||
"url": "https://github.com/xstoudi" | ||
}, | ||
{ | ||
"name": "Albert Kurniawan", | ||
"url": "https://github.com/morcerf" | ||
} | ||
], | ||
"main": "", | ||
@@ -19,4 +28,4 @@ "repository": { | ||
"peerDependencies": {}, | ||
"typings": "index.d.ts", | ||
"typesPublisherContentHash": "cbb3d3556cc85a06ccfc4b809459b779ecb8bc6695c36fb72f75593c5ba1ba69" | ||
"typesPublisherContentHash": "4843df124d1f501c719ef52641dc4b2f6d3b9db864c75da9e386356c9e6709cc", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -8,12 +8,10 @@ # Installation | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/connect-redis | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/connect-redis | ||
Additional Details | ||
* Last updated: Mon, 21 Nov 2016 21:02:55 GMT | ||
* File structure: ModuleAugmentation | ||
* Library Dependencies: express, express-session, redis | ||
* Module Dependencies: express, express-session, redis | ||
* Last updated: Thu, 15 Jun 2017 20:12:14 GMT | ||
* Dependencies: express, express-session, redis | ||
* Global values: none | ||
# Credits | ||
These definitions were written by Xavier Stouder <https://github.com/xstoudi>. | ||
These definitions were written by Xavier Stouder <https://github.com/xstoudi>, Albert Kurniawan <https://github.com/morcerf>. |
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
4017
40
17