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.23.1 to 1.23.2

5

dist/cjs/deprecated.d.ts

@@ -5,3 +5,8 @@ import { IAwsGatewayRequest, IAwsLambdaContext, IAwsLambdaProxyIntegrationRequest, IAwsLambdaProxyIntegrationRequestHeaders, IAwsLambdaProxyClientCert, IAwsLambdaProxyJwtAuthorizer, IAwsCloudWatchLogEvent, IAwsApiGatewayResponse } from "./aws";

import { IDictionary, Omit } from "./basics";
import { IServerlessYaml } from "./serverless";
/**
* @deprecated prefer `IServerlessYaml` over this
*/
export declare type IServerlessConfig = IServerlessYaml;
/**
* @deprecated the `common-types` repo is moving toward a zero implementation target

@@ -8,0 +13,0 @@ * and this class does not fit the goals for this repo. Expect this to be removed in

6

dist/cjs/serverless/serverless-global.d.ts

@@ -9,3 +9,7 @@ import { ILayerDefinition, IServerlessConfigCustom } from "./serverless";

import { IStateMachine } from "./step-functions";
export interface IServerlessConfig<T = IServerlessConfigCustom> extends IServerlessRootConfig {
/**
* The data structure of a `serverless.yml` file converted to
* typescript.
*/
export interface IServerlessYaml<T = IServerlessConfigCustom> extends IServerlessRootConfig {
package: IServerlessPackage;

@@ -12,0 +16,0 @@ custom?: T;

@@ -5,3 +5,8 @@ import { IAwsGatewayRequest, IAwsLambdaContext, IAwsLambdaProxyIntegrationRequest, IAwsLambdaProxyIntegrationRequestHeaders, IAwsLambdaProxyClientCert, IAwsLambdaProxyJwtAuthorizer, IAwsCloudWatchLogEvent, IAwsApiGatewayResponse } from "./aws";

import { IDictionary, Omit } from "./basics";
import { IServerlessYaml } from "./serverless";
/**
* @deprecated prefer `IServerlessYaml` over this
*/
export declare type IServerlessConfig = IServerlessYaml;
/**
* @deprecated the `common-types` repo is moving toward a zero implementation target

@@ -8,0 +13,0 @@ * and this class does not fit the goals for this repo. Expect this to be removed in

@@ -9,3 +9,7 @@ import { ILayerDefinition, IServerlessConfigCustom } from "./serverless";

import { IStateMachine } from "./step-functions";
export interface IServerlessConfig<T = IServerlessConfigCustom> extends IServerlessRootConfig {
/**
* The data structure of a `serverless.yml` file converted to
* typescript.
*/
export interface IServerlessYaml<T = IServerlessConfigCustom> extends IServerlessRootConfig {
package: IServerlessPackage;

@@ -12,0 +16,0 @@ custom?: T;

4

package.json
{
"name": "common-types",
"version": "1.23.1",
"description": "Common types not included in Typescript",
"version": "1.23.2",
"description": "Common Types for Typescript",
"repository": "https://github.com/lifegadget/common-types",

@@ -6,0 +6,0 @@ "main": "dist/cjs/index.js",

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