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

aws-lambda-mock-context

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aws-lambda-mock-context - npm Package Compare versions

Comparing version 1.1.0 to 2.0.0

license

4

index.js

@@ -37,2 +37,6 @@ 'use strict';

fail: function (err) {
if (typeof err === 'string') {
err = new Error(err);
}
deferred.reject(err);

@@ -39,0 +43,0 @@ },

2

package.json
{
"name": "aws-lambda-mock-context",
"version": "1.1.0",
"version": "2.0.0",
"description": "AWS Lambda mock context object",

@@ -5,0 +5,0 @@ "main": "index.js",

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