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.19.0 to 1.19.1

2

dist/cjs/index.js

@@ -142,2 +142,3 @@ 'use strict';

exports.HttpStatusCodes = void 0;
(function (HttpStatusCodes) {

@@ -364,2 +365,3 @@ /**

*/
exports.StepFunctionMissingDataTreatment = void 0;
(function (StepFunctionMissingDataTreatment) {

@@ -366,0 +368,0 @@ /** The alarm does not consider missing data points when evaluating whether to change state. */

4

dist/cjs/LambdaEventParser.d.ts
import { IAWSLambdaProxyIntegrationRequest } from "./aws";
import { IDictionary } from "./basics";
import { IDictionary, Omit } from "./basics";
/**

@@ -34,4 +34,4 @@ * **LambdaEventParser**

request: T;
apiGateway: Pick<IAWSLambdaProxyIntegrationRequest, "resource" | "path" | "httpMethod" | "headers" | "queryStringParameters" | "pathParameters" | "requestContext" | "isBase64Encoded">;
apiGateway: Omit<IAWSLambdaProxyIntegrationRequest, "body">;
};
}

@@ -53,3 +53,3 @@ import { ICloudWatchConfigEvent } from "../aws/aws-events";

*/
cloudwatchEvent: {
cloudwatchEvent?: {
event: ICloudWatchConfigEvent;

@@ -56,0 +56,0 @@ };

import { IAWSLambdaProxyIntegrationRequest } from "./aws";
import { IDictionary } from "./basics";
import { IDictionary, Omit } from "./basics";
/**

@@ -34,4 +34,4 @@ * **LambdaEventParser**

request: T;
apiGateway: Pick<IAWSLambdaProxyIntegrationRequest, "resource" | "path" | "httpMethod" | "headers" | "queryStringParameters" | "pathParameters" | "requestContext" | "isBase64Encoded">;
apiGateway: Omit<IAWSLambdaProxyIntegrationRequest, "body">;
};
}

@@ -53,3 +53,3 @@ import { ICloudWatchConfigEvent } from "../aws/aws-events";

*/
cloudwatchEvent: {
cloudwatchEvent?: {
event: ICloudWatchConfigEvent;

@@ -56,0 +56,0 @@ };

{
"name": "common-types",
"version": "1.19.0",
"version": "1.19.1",
"description": "Common types not included in Typescript",

@@ -40,6 +40,6 @@ "repository": "https://github.com/lifegadget/common-types",

"rollup": "^2.36.2",
"rollup-plugin-typescript2": "^0.29.0",
"rollup-plugin-typescript2": "^0.30.0",
"ts-node": "^9.1.1",
"typescript": "^4.1.3"
"typescript": "^4.2.0"
}
}

Sorry, the diff of this file is not supported yet

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