Huge News!Announcing our $40M Series B led by Abstract Ventures.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.6.3 to 1.6.4

2

lib/common-types.d.ts

@@ -44,3 +44,3 @@ /**

export declare type LambdaSuccessCallback<T = IDictionary> = (error: null, response: T) => void;
export declare type LambdaFailureCallback<T = IDictionary> = (error: string, response: T) => void;
export declare type LambdaFailureCallback<T = ILambdaErrorResponse> = (error: string | object, response: T) => void;
export declare type LambdaCallback<T = IDictionary, E = ILambdaErrorResponse> = LambdaSuccessCallback<T> | LambdaFailureCallback<E>;

@@ -47,0 +47,0 @@ export interface IAWSGatewayResponse {

{
"name": "common-types",
"version": "1.6.3",
"version": "1.6.4",
"description": "Common types not included in Typescript",

@@ -5,0 +5,0 @@ "respository": "https://github.com/lifegadget/common-types",

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