@types/aws-lambda
Advanced tools
Comparing version 0.0.30 to 0.0.31
@@ -460,3 +460,3 @@ // Type definitions for AWS Lambda | ||
export interface AuthResponseContext { | ||
[name: string]: string | number | boolean; | ||
[name: string]: any; | ||
} | ||
@@ -463,0 +463,0 @@ |
{ | ||
"name": "@types/aws-lambda", | ||
"version": "0.0.30", | ||
"version": "0.0.31", | ||
"description": "TypeScript definitions for AWS Lambda", | ||
@@ -83,4 +83,4 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "2c3f8db374af62f3ee3e99bfd0d5928f9dba385702b07bfc096a525cda1f99a6", | ||
"typesPublisherContentHash": "6723aebe78a33fb57dfe117429ffc6732d8224f8493f2faa3f1711f2a728fa0e", | ||
"typeScriptVersion": "2.2" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Wed, 24 Jan 2018 18:35:42 GMT | ||
* Last updated: Tue, 30 Jan 2018 20:01:15 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: AWSLambda |
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
21074