New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

lambda-local

Package Overview
Dependencies
Maintainers
2
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lambda-local - npm Package Compare versions

Comparing version 1.6.3 to 1.7.0

build/cli.d.ts

3

CHANGELOG.md
# ChangeLog
## 1.7.0 (2020-01/17)
* Migrate to TypeScript (#191)
## 1.6.3 (2019/07/04)

@@ -4,0 +7,0 @@ * Security updates (update dependencies that had vulnerabilities: [mocha](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md#614--2019-04-18)).

31

package.json
{
"name": "lambda-local",
"version": "1.6.3",
"version": "1.7.0",
"description": "Commandline tool to run Lambda functions on your local machine.",
"main": "build/lambdalocal.js",
"types": "build/lambdalocal.d.ts",
"bin": {
"lambda-local": "build/cli.js"
},
"scripts": {
"test": "mocha",
"build": "tsc --declaration"
},
"files": [
"*.json",
"build",
"examples",
"Makefile"
],
"keywords": [

@@ -24,6 +39,8 @@ "lambda",

"dependencies": {
"@types/node": "^13.1.7",
"aws-sdk": "^2.488.0",
"commander": "^2.20.0",
"commander": "^4.1.0",
"dotenv": "^8.0.0",
"mute": "^2.0.6",
"typescript": "^3.7.5",
"winston": "^3.2.1"

@@ -33,12 +50,6 @@ },

"chai": "^4.2.0",
"mocha": "^6.1.4",
"sinon": "^7.3.2"
"mocha": "^7.0.0",
"sinon": "^8.1.0"
},
"scripts": {
"test": "mocha"
},
"preferGlobal": true,
"bin": {
"lambda-local": "./bin/lambda-local"
},
"repository": {

@@ -45,0 +56,0 @@ "type": "git",

Sorry, the diff of this file is not supported yet

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