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

common-types

Package Overview
Dependencies
Maintainers
1
Versions
308
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

common-types - npm Package Compare versions

Comparing version 1.5.10 to 1.5.11

yarn.lock

3

lib/common-types.d.ts

@@ -36,3 +36,4 @@ /**

export declare type AWSGatewayCallback<T = IAWSGatewayResponse> = (error: any, response: T) => void;
export declare type AWSLambaCallback<T = IDictionary> = (error: any, response: T) => void;
/** A Lambda function called to indicate the end-state of a lambda function */
export declare type LambdaCallback<T = IDictionary> = (error: any, response: T) => void;
export interface IAWSGatewayResponse {

@@ -39,0 +40,0 @@ statusCode: number;

{
"name": "common-types",
"version": "1.5.10",
"version": "1.5.11",
"description": "Common types not included in Typescript",

@@ -5,0 +5,0 @@ "main": "lib/common-types.js",

@@ -58,3 +58,4 @@ /**

export type AWSGatewayCallback<T = IAWSGatewayResponse> = (error: any, response: T) => void;
export type AWSLambaCallback<T = IDictionary> = (error: any, response: T) => void;
/** A Lambda function called to indicate the end-state of a lambda function */
export type LambdaCallback<T = IDictionary> = (error: any, response: T) => void;

@@ -61,0 +62,0 @@ export interface IAWSGatewayResponse {

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