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.2 to 1.6.3

2

lib/common-types.d.ts

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

export interface ILambdaErrorResponse<T = any> {
errorCode: string;
errorCode: string | number;
message?: string;

@@ -39,0 +39,0 @@ errors?: T[];

{
"name": "common-types",
"version": "1.6.2",
"version": "1.6.3",
"description": "Common types not included in Typescript",
"respository": "https://github.com/lifegadget/common-types",
"main": "lib/common-types.js",
"types": "lib/common-types.d.ts",
"files": ["lib/common-types.js", "lib/common-types.d.ts", "lib/common-types.js.map"],
"scripts": {

@@ -8,0 +10,0 @@ "test": "echo \"Error: no test specified\" && exit 1",

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