New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@aws-cdk/aws-wafregional

Package Overview
Dependencies
Maintainers
4
Versions
288
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.9.1 to 0.9.2

40

lib/wafregional.generated.d.ts

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

static readonly resourceTypeName: string;
readonly ref: ByteMatchSetId;
readonly byteMatchSetId: string;
/**

@@ -90,5 +90,2 @@ * Creates a new ``AWS::WAFRegional::ByteMatchSet``.

}
export declare class ByteMatchSetId extends cdk.CloudFormationToken {
private readonly thisIsAByteMatchSetId;
}
export declare namespace cloudformation {

@@ -118,3 +115,3 @@ /**

static readonly resourceTypeName: string;
readonly ref: IPSetId;
readonly ipSetId: string;
/**

@@ -150,5 +147,2 @@ * Creates a new ``AWS::WAFRegional::IPSet``.

}
export declare class IPSetId extends cdk.CloudFormationToken {
private readonly thisIsAIPSetId;
}
export declare namespace cloudformation {

@@ -183,3 +177,3 @@ /**

static readonly resourceTypeName: string;
readonly ref: RuleId;
readonly ruleId: string;
/**

@@ -220,5 +214,2 @@ * Creates a new ``AWS::WAFRegional::Rule``.

}
export declare class RuleId extends cdk.CloudFormationToken {
private readonly thisIsARuleId;
}
export declare namespace cloudformation {

@@ -248,3 +239,3 @@ /**

static readonly resourceTypeName: string;
readonly ref: SizeConstraintSetId;
readonly sizeConstraintSetId: string;
/**

@@ -307,5 +298,2 @@ * Creates a new ``AWS::WAFRegional::SizeConstraintSet``.

}
export declare class SizeConstraintSetId extends cdk.CloudFormationToken {
private readonly thisIsASizeConstraintSetId;
}
export declare namespace cloudformation {

@@ -335,3 +323,3 @@ /**

static readonly resourceTypeName: string;
readonly ref: SqlInjectionMatchSetId;
readonly sqlInjectionMatchSetId: string;
/**

@@ -384,5 +372,2 @@ * Creates a new ``AWS::WAFRegional::SqlInjectionMatchSet``.

}
export declare class SqlInjectionMatchSetId extends cdk.CloudFormationToken {
private readonly thisIsASqlInjectionMatchSetId;
}
export declare namespace cloudformation {

@@ -422,3 +407,3 @@ /**

static readonly resourceTypeName: string;
readonly ref: WebACLId;
readonly webAclId: string;
/**

@@ -471,5 +456,2 @@ * Creates a new ``AWS::WAFRegional::WebACL``.

}
export declare class WebACLId extends cdk.CloudFormationToken {
private readonly thisIsAWebACLId;
}
export declare namespace cloudformation {

@@ -499,3 +481,3 @@ /**

static readonly resourceTypeName: string;
readonly ref: WebACLAssociationId;
readonly webAclAssociationId: string;
/**

@@ -514,5 +496,2 @@ * Creates a new ``AWS::WAFRegional::WebACLAssociation``.

}
export declare class WebACLAssociationId extends cdk.CloudFormationToken {
private readonly thisIsAWebACLAssociationId;
}
export declare namespace cloudformation {

@@ -542,3 +521,3 @@ /**

static readonly resourceTypeName: string;
readonly ref: XssMatchSetId;
readonly xssMatchSetId: string;
/**

@@ -591,4 +570,1 @@ * Creates a new ``AWS::WAFRegional::XssMatchSet``.

}
export declare class XssMatchSetId extends cdk.CloudFormationToken {
private readonly thisIsAXssMatchSetId;
}

12

package.json
{
"name": "@aws-cdk/aws-wafregional",
"version": "0.9.1",
"version": "0.9.2",
"description": "The CDK Construct Library for AWS::WAFRegional",

@@ -55,11 +55,11 @@ "main": "lib/index.js",

"devDependencies": {
"@aws-cdk/assert": "^0.9.1",
"cdk-build-tools": "^0.9.1",
"cfn2ts": "^0.9.1",
"pkglint": "^0.9.1"
"@aws-cdk/assert": "^0.9.2",
"cdk-build-tools": "^0.9.2",
"cfn2ts": "^0.9.2",
"pkglint": "^0.9.2"
},
"dependencies": {
"@aws-cdk/cdk": "^0.9.1"
"@aws-cdk/cdk": "^0.9.2"
},
"homepage": "https://github.com/awslabs/aws-cdk"
}

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