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

lambda-api-factory

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

lambda-api-factory - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

.circle-sha

2

package.json
{
"name": "lambda-api-factory",
"version": "1.0.0",
"version": "1.1.0",
"description": "",

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

@@ -96,3 +96,3 @@ # Lambda API factory

module.exports.basicApi = lambdaFactory(service)
module.exports.basicApi = lambdaFactory(service, validate)
```

@@ -117,3 +117,3 @@

module.exports.basicApi = lambdaFactory(service)
module.exports.basicApi = lambdaFactory(service, validate)
```

@@ -129,3 +129,2 @@

It was built using:

@@ -132,0 +131,0 @@ - eslint for linting

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