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

@aws-cdk/custom-resources

Package Overview
Dependencies
Maintainers
5
Versions
248
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-cdk/custom-resources - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

32

lib/sdk-api-metadata.json

@@ -58,3 +58,4 @@ {

"2017-10-30*",
"2018-06-18*"
"2018-06-18*",
"2018-11-05*"
],

@@ -717,3 +718,32 @@ "cors": true

"name": "IoTEventsData"
},
"personalize": {
"name": "Personalize",
"cors": true
},
"personalizeevents": {
"prefix": "personalize-events",
"name": "PersonalizeEvents",
"cors": true
},
"personalizeruntime": {
"prefix": "personalize-runtime",
"name": "PersonalizeRuntime",
"cors": true
},
"applicationinsights": {
"prefix": "application-insights",
"name": "ApplicationInsights"
},
"servicequotas": {
"prefix": "service-quotas",
"name": "ServiceQuotas"
},
"ec2instanceconnect": {
"prefix": "ec2-instance-connect",
"name": "EC2InstanceConnect"
},
"eventbridge": {
"name": "EventBridge"
}
}

42

package.json
{
"name": "@aws-cdk/custom-resources",
"version": "1.0.0",
"version": "1.1.0",
"description": "Constructs for implementing CDK custom resources",

@@ -33,3 +33,3 @@ "main": "lib/index.js",

"type": "git",
"url": "https://github.com/awslabs/aws-cdk.git",
"url": "https://github.com/aws/aws-cdk.git",
"directory": "packages/@aws-cdk/custom-resources"

@@ -70,5 +70,5 @@ },

"devDependencies": {
"@aws-cdk/assert": "^1.0.0",
"@aws-cdk/aws-events": "^1.0.0",
"@aws-cdk/aws-ssm": "^1.0.0",
"@aws-cdk/assert": "^1.1.0",
"@aws-cdk/aws-events": "^1.1.0",
"@aws-cdk/aws-ssm": "^1.1.0",
"@types/aws-lambda": "^8.10.27",

@@ -79,23 +79,23 @@ "@types/nock": "^10.0.3",

"aws-sdk-mock": "^4.4.0",
"cdk-build-tools": "^1.0.0",
"cdk-integ-tools": "^1.0.0",
"cfn2ts": "^1.0.0",
"cdk-build-tools": "file:../../../tools/cdk-build-tools",
"cdk-integ-tools": "file:../../../tools/cdk-integ-tools",
"cfn2ts": "file:../../../tools/cfn2ts",
"nock": "^10.0.6",
"pkglint": "^1.0.0",
"pkglint": "file:../../../tools/pkglint",
"sinon": "^7.3.2"
},
"dependencies": {
"@aws-cdk/aws-cloudformation": "^1.0.0",
"@aws-cdk/aws-iam": "^1.0.0",
"@aws-cdk/aws-lambda": "^1.0.0",
"@aws-cdk/aws-sns": "^1.0.0",
"@aws-cdk/core": "^1.0.0"
"@aws-cdk/aws-cloudformation": "^1.1.0",
"@aws-cdk/aws-iam": "^1.1.0",
"@aws-cdk/aws-lambda": "^1.1.0",
"@aws-cdk/aws-sns": "^1.1.0",
"@aws-cdk/core": "^1.1.0"
},
"homepage": "https://github.com/awslabs/aws-cdk",
"homepage": "https://github.com/aws/aws-cdk",
"peerDependencies": {
"@aws-cdk/aws-cloudformation": "^1.0.0",
"@aws-cdk/aws-iam": "^1.0.0",
"@aws-cdk/aws-lambda": "^1.0.0",
"@aws-cdk/aws-sns": "^1.0.0",
"@aws-cdk/core": "^1.0.0"
"@aws-cdk/aws-cloudformation": "^1.1.0",
"@aws-cdk/aws-iam": "^1.1.0",
"@aws-cdk/aws-lambda": "^1.1.0",
"@aws-cdk/aws-sns": "^1.1.0",
"@aws-cdk/core": "^1.1.0"
},

@@ -111,2 +111,2 @@ "engines": {

}
}
}

@@ -18,3 +18,3 @@ ## CDK Custom Resources

This module is part of the [AWS Cloud Development Kit](https://github.com/awslabs/aws-cdk) project.
This module is part of the [AWS Cloud Development Kit](https://github.com/aws/aws-cdk) project.

@@ -21,0 +21,0 @@ #### AWS Custom Resource

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