Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@aws-cdk/aws-logs

Package Overview
Dependencies
Maintainers
5
Versions
288
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-cdk/aws-logs - npm Package Compare versions

Comparing version 1.18.0 to 1.19.0

10

lib/logs.generated.d.ts

@@ -82,3 +82,3 @@ import cdk = require('@aws-cdk/core');

inspect(inspector: cdk.TreeInspector): void;
protected readonly cfnProperties: {
protected get cfnProperties(): {
[key: string]: any;

@@ -152,3 +152,3 @@ };

inspect(inspector: cdk.TreeInspector): void;
protected readonly cfnProperties: {
protected get cfnProperties(): {
[key: string]: any;

@@ -218,3 +218,3 @@ };

inspect(inspector: cdk.TreeInspector): void;
protected readonly cfnProperties: {
protected get cfnProperties(): {
[key: string]: any;

@@ -294,3 +294,3 @@ };

inspect(inspector: cdk.TreeInspector): void;
protected readonly cfnProperties: {
protected get cfnProperties(): {
[key: string]: any;

@@ -408,3 +408,3 @@ };

inspect(inspector: cdk.TreeInspector): void;
protected readonly cfnProperties: {
protected get cfnProperties(): {
[key: string]: any;

@@ -411,0 +411,0 @@ };

@@ -13,3 +13,3 @@ /**

constructor(jsonPatternString: string);
readonly logPatternString: string;
get logPatternString(): string;
}

@@ -169,3 +169,3 @@ /**

whereNumber(columnName: string, comparison: string, value: number): SpaceDelimitedTextPattern;
readonly logPatternString: string;
get logPatternString(): string;
/**

@@ -172,0 +172,0 @@ * Return the column expression for the given column

{
"name": "@aws-cdk/aws-logs",
"version": "1.18.0",
"version": "1.19.0",
"description": "The CDK Construct Library for AWS::Logs",

@@ -65,18 +65,18 @@ "main": "lib/index.js",

"devDependencies": {
"@aws-cdk/assert": "1.18.0",
"cdk-build-tools": "1.18.0",
"cdk-integ-tools": "1.18.0",
"cfn2ts": "1.18.0",
"pkglint": "1.18.0"
"@aws-cdk/assert": "1.19.0",
"cdk-build-tools": "1.19.0",
"cdk-integ-tools": "1.19.0",
"cfn2ts": "1.19.0",
"pkglint": "1.19.0"
},
"dependencies": {
"@aws-cdk/aws-cloudwatch": "1.18.0",
"@aws-cdk/aws-iam": "1.18.0",
"@aws-cdk/core": "1.18.0"
"@aws-cdk/aws-cloudwatch": "1.19.0",
"@aws-cdk/aws-iam": "1.19.0",
"@aws-cdk/core": "1.19.0"
},
"homepage": "https://github.com/aws/aws-cdk",
"peerDependencies": {
"@aws-cdk/aws-cloudwatch": "1.18.0",
"@aws-cdk/aws-iam": "1.18.0",
"@aws-cdk/core": "1.18.0"
"@aws-cdk/aws-cloudwatch": "1.19.0",
"@aws-cdk/aws-iam": "1.19.0",
"@aws-cdk/core": "1.19.0"
},

@@ -83,0 +83,0 @@ "engines": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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