@types/aws-lambda
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -26,3 +26,5 @@ // Type definitions for AWS Lambda | ||
// Functions for compatibility with earlier Node.js Runtime v0.10.42 | ||
log(message: string, object: any): void; | ||
// For more details see http://docs.aws.amazon.com/lambda/latest/dg/nodejs-prog-model-using-old-runtime.html#nodejs-prog-model-oldruntime-context-methods | ||
done(error?: Error, result?: any): void; | ||
fail(error: Error): void; | ||
fail(message: string): void; | ||
@@ -29,0 +31,0 @@ succeed(message: string): void; |
{ | ||
"name": "@types/aws-lambda", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "TypeScript definitions for AWS Lambda", | ||
@@ -14,4 +14,5 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"peerDependencies": {}, | ||
"typings": "index.d.ts", | ||
"typesPublisherContentHash": "660286a208811aabbf55b7efcfebd12610ed8ea6bdadfce4d973066182ed8488" | ||
"typesPublisherContentHash": "d47590b580f6db565dd7f333bc73528346ca8a9e572bad1e2880a293ad9c8359" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Sat, 17 Sep 2016 00:31:31 GMT | ||
* Last updated: Wed, 26 Oct 2016 19:23:25 GMT | ||
* File structure: ProperModule | ||
@@ -14,0 +14,0 @@ * Library Dependencies: none |
@@ -22,3 +22,3 @@ { | ||
"hasPackageJson": false, | ||
"contentHash": "660286a208811aabbf55b7efcfebd12610ed8ea6bdadfce4d973066182ed8488" | ||
"contentHash": "d47590b580f6db565dd7f333bc73528346ca8a9e572bad1e2880a293ad9c8359" | ||
} |
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
4579
81