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

@aws-cdk/aws-sns

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-sns - npm Package Compare versions

Comparing version 1.39.0 to 1.40.0

6

lib/sns.generated.d.ts

@@ -69,3 +69,3 @@ import * as cdk from '@aws-cdk/core';

*/
static fromCloudFormation(scope: cdk.Construct, id: string, resourceAttributes: any): CfnSubscription;
static fromCloudFormation(scope: cdk.Construct, id: string, resourceAttributes: any, options: cdk.FromCloudFormationOptions): CfnSubscription;
/**

@@ -188,3 +188,3 @@ * `AWS::SNS::Subscription.Protocol`

*/
static fromCloudFormation(scope: cdk.Construct, id: string, resourceAttributes: any): CfnTopic;
static fromCloudFormation(scope: cdk.Construct, id: string, resourceAttributes: any, options: cdk.FromCloudFormationOptions): CfnTopic;
/**

@@ -299,3 +299,3 @@ * @cloudformationAttribute TopicName

*/
static fromCloudFormation(scope: cdk.Construct, id: string, resourceAttributes: any): CfnTopicPolicy;
static fromCloudFormation(scope: cdk.Construct, id: string, resourceAttributes: any, options: cdk.FromCloudFormationOptions): CfnTopicPolicy;
/**

@@ -302,0 +302,0 @@ * `AWS::SNS::TopicPolicy.PolicyDocument`

{
"name": "@aws-cdk/aws-sns",
"version": "1.39.0",
"version": "1.40.0",
"description": "CDK Constructs for AWS SNS",

@@ -68,17 +68,17 @@ "main": "lib/index.js",

"devDependencies": {
"@aws-cdk/assert": "1.39.0",
"@aws-cdk/aws-s3": "1.39.0",
"@aws-cdk/assert": "1.40.0",
"@aws-cdk/aws-s3": "1.40.0",
"@types/nodeunit": "^0.0.31",
"cdk-build-tools": "1.39.0",
"cdk-integ-tools": "1.39.0",
"cfn2ts": "1.39.0",
"cdk-build-tools": "1.40.0",
"cdk-integ-tools": "1.40.0",
"cfn2ts": "1.40.0",
"nodeunit": "^0.11.3",
"pkglint": "1.39.0"
"pkglint": "1.40.0"
},
"dependencies": {
"@aws-cdk/aws-cloudwatch": "1.39.0",
"@aws-cdk/aws-events": "1.39.0",
"@aws-cdk/aws-iam": "1.39.0",
"@aws-cdk/aws-kms": "1.39.0",
"@aws-cdk/core": "1.39.0",
"@aws-cdk/aws-cloudwatch": "1.40.0",
"@aws-cdk/aws-events": "1.40.0",
"@aws-cdk/aws-iam": "1.40.0",
"@aws-cdk/aws-kms": "1.40.0",
"@aws-cdk/core": "1.40.0",
"constructs": "^3.0.2"

@@ -88,7 +88,7 @@ },

"peerDependencies": {
"@aws-cdk/aws-cloudwatch": "1.39.0",
"@aws-cdk/aws-events": "1.39.0",
"@aws-cdk/aws-iam": "1.39.0",
"@aws-cdk/aws-kms": "1.39.0",
"@aws-cdk/core": "1.39.0",
"@aws-cdk/aws-cloudwatch": "1.40.0",
"@aws-cdk/aws-events": "1.40.0",
"@aws-cdk/aws-iam": "1.40.0",
"@aws-cdk/aws-kms": "1.40.0",
"@aws-cdk/core": "1.40.0",
"constructs": "^3.0.2"

@@ -95,0 +95,0 @@ },

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