🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

lambda-warmer

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lambda-warmer - npm Package Compare versions

Comparing version

to
1.1.2

3

index.js

@@ -6,3 +6,3 @@ 'use strict'

* @author Jeremy Daly <jeremy@jeremydaly.com>
* @version 1.1.0
* @version 1.1.2
* @license MIT

@@ -68,2 +68,3 @@ */

warm = true
lastAccess = Date.now()

@@ -70,0 +71,0 @@ // Fan out if concurrency is set higher than 1

{
"name": "lambda-warmer",
"version": "1.1.1",
"version": "1.1.2",
"description": "Keep your Lambda functions warm",

@@ -31,9 +31,9 @@ "main": "index.js",

"devDependencies": {
"aws-sdk": "^2.404.0",
"aws-sdk": "^2.424.0",
"chai": "^4.2.0",
"coveralls": "^3.0.2",
"eslint": "^5.14.1",
"coveralls": "^3.0.3",
"eslint": "^5.15.3",
"mocha": "^5.2.0",
"mocha-lcov-reporter": "^1.3.0",
"nyc": "^13.3.0",
"nyc": "^14.1.1",
"rewire": "^4.0.1",

@@ -40,0 +40,0 @@ "sinon": "^6.3.5"