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.5.6 to 1.5.7

1

lib/common-types.d.ts

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

export declare type AWSGatewayCallback<T = IAWSGatewayResponse> = (error: any, response: T) => void;
export declare type AWSLambaCallback<T = IDictionary> = (error: any, response: T) => void;
export interface IAWSGatewayResponse {

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

2

package.json
{
"name": "common-types",
"version": "1.5.6",
"version": "1.5.7",
"description": "Common types not included in Typescript",

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

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

export type AWSGatewayCallback<T = IAWSGatewayResponse> = (error: any, response: T) => void;
export type AWSLambaCallback<T = IDictionary> = (error: any, response: T) => void;

@@ -60,0 +61,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