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

@smallwins/lambda

Package Overview
Dependencies
Maintainers
5
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@smallwins/lambda - npm Package Compare versions

Comparing version 4.18.0 to 4.20.0

2

package.json
{
"name": "@smallwins/lambda",
"version": "4.18.0",
"version": "4.20.0",
"description": "Author your AWS Lambda functions as node style errbacks.",

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

@@ -200,3 +200,3 @@ [ ![Codeship Status for smallwins/lambda](https://codeship.com/projects/2e4082e0-d808-0133-2035-1eae90b9310e/status?branch=master)](https://codeship.com/projects/143109)

| | |-test.js
| | '-package.json
| | '-package.json :point_left: name property should equal the deployed lambda name
| |-login/

@@ -237,3 +237,3 @@ | '-logout/

```javscript
```javascript
var invoke = require('@smallwins/lambda/scripts/invoke')

@@ -240,0 +240,0 @@

@@ -66,3 +66,3 @@ #!/usr/bin/env node

var strftime = require('strftime')
var left = chalk.grey.dim(strftime('%b%e,%l:%M:%S ', new Date(e.timestamp)))
var left = chalk.dim.green(' λ ') + chalk.grey.dim(strftime('%b%e,%l:%M:%S ', new Date(e.timestamp)))
var right = chalk.green(e.message)

@@ -69,0 +69,0 @@ var isStart = /START RequestId:/.test(e.message)

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