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

@aws-cdk/aws-dax

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

Comparing version

to
1.109.0

18

package.json
{
"name": "@aws-cdk/aws-dax",
"version": "1.108.1",
"version": "1.109.0",
"description": "The CDK Construct Library for AWS::DAX",

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

"gen": "cfn2ts",
"rosetta:extract": "yarn --silent jsii-rosetta extract"
"rosetta:extract": "yarn --silent jsii-rosetta extract",
"build+extract": "yarn build && yarn rosetta:extract",
"build+test+extract": "yarn build+test && yarn rosetta:extract"
},

@@ -76,9 +78,9 @@ "cdk-build": {

"@types/jest": "^26.0.23",
"cdk-build-tools": "1.108.1",
"cfn2ts": "1.108.1",
"pkglint": "1.108.1",
"@aws-cdk/assert-internal": "1.108.1"
"cdk-build-tools": "1.109.0",
"cfn2ts": "1.109.0",
"pkglint": "1.109.0",
"@aws-cdk/assert-internal": "1.109.0"
},
"dependencies": {
"@aws-cdk/core": "1.108.1",
"@aws-cdk/core": "1.109.0",
"constructs": "^3.3.69"

@@ -88,3 +90,3 @@ },

"peerDependencies": {
"@aws-cdk/core": "1.108.1",
"@aws-cdk/core": "1.109.0",
"constructs": "^3.3.69"

@@ -91,0 +93,0 @@ },

Sorry, the diff of this file is not supported yet

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