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

@genie-solutions/lambda-toolbelt

Package Overview
Dependencies
Maintainers
8
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@genie-solutions/lambda-toolbelt - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

lib/applyMiddleware.d.ts

2

package.json
{
"name": "@genie-solutions/lambda-toolbelt",
"version": "2.0.1",
"version": "2.0.2",
"description": "Toolbelt for creating Lambda functions",

@@ -5,0 +5,0 @@ "access": "public",

@@ -6,3 +6,3 @@ # Genie Lambda Toolbelt

```typescript
import { applyMiddleware, httpHandler, withJSONBody, HTTPEvent, HTTPContext } from 'genie-lambda-toolbelt';
import { applyMiddleware, httpHandler, withJSONBody, HTTPEvent, HTTPContext } from '@genie-solutions/lambda-toolbelt';

@@ -24,3 +24,3 @@ const myHelloWorldFunction = async (event: HTTPEvent, context: HTTPContext): Promise<object> => {

```javascript
import { createParameterStore, applyMiddleware, httpHandler, withJWTPayload } from 'genie-lambda-toolbelt';
import { createParameterStore, applyMiddleware, httpHandler, withJWTPayload } from '@genie-solutions/lambda-toolbelt';

@@ -58,3 +58,3 @@ const mySuperSecretFunction = async (event: HTTPEvent, context: HTTPContext): Promise<object> => {

HTTPContext
} from 'genie-lambda-toolbelt';
} from '@genie-solutions/lambda-toolbelt';

@@ -110,3 +110,3 @@ // These interfaces should be in type.ts, here is just quick example

```typescript
import { applyMiddleware, httpHandler, withClientId, withJSONBody, HTTPContext, ClientIdContext } from 'genie-lambda-toolbelt';
import { applyMiddleware, httpHandler, withClientId, withJSONBody, HTTPContext, ClientIdContext } from '@genie-solutions/lambda-toolbelt';

@@ -144,3 +144,3 @@ // These interfaces should be in type.ts, here is just quick example

ClientIdContext
} from 'genie-lambda-toolbelt';
} from '@genie-solutions/lambda-toolbelt';

@@ -147,0 +147,0 @@ interface MyBodyContext {

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