Socket
Socket
Sign inDemoInstall

@types/aws-lambda

Package Overview
Dependencies
Maintainers
1
Versions
181
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/aws-lambda - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

4

aws-lambda/index.d.ts

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