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

cdk

Package Overview
Dependencies
Maintainers
4
Versions
552
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cdk - npm Package Compare versions

Comparing version 2.179.0 to 2.1000.0

92

package.json
{
"name": "cdk",
"version": "2.179.0",
"description": "AWS CDK Toolkit",
"repository": {
"type": "git",
"url": "https://github.com/aws/aws-cdk-cli",
"directory": "packages/cdk"
},
"bin": {
"cdk": "bin/cdk"
},
"dependencies": {
"aws-cdk": "2.179.0"
"scripts": {
"build": "npx projen build",
"bump": "npx projen bump",
"check-for-updates": "npx projen check-for-updates",
"check-licenses": "npx projen check-licenses",
"compile": "npx projen compile",
"default": "npx projen default",
"eslint": "npx projen eslint",
"gather-versions": "npx projen gather-versions",
"nx": "npx projen nx",
"package": "npx projen package",
"post-compile": "npx projen post-compile",
"pre-compile": "npx projen pre-compile",
"test": "npx projen test",
"test:watch": "npx projen test:watch",
"unbump": "npx projen unbump",
"watch": "npx projen watch",
"projen": "npx projen"
},
"repository": {
"type": "git",
"url": "https://github.com/aws/aws-cdk.git",
"directory": "packages/cdk"
},
"keywords": [
"aws",
"cdk",
"toolkit"
],
"author": {

@@ -26,24 +36,44 @@ "name": "Amazon Web Services",

},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/aws/aws-cdk/issues"
"devDependencies": {
"@cdklabs/eslint-plugin": "^1.3.2",
"@stylistic/eslint-plugin": "^3.1.0",
"@types/jest": "^29.5.14",
"@types/node": "^16",
"@typescript-eslint/eslint-plugin": "^8",
"@typescript-eslint/parser": "^8",
"commit-and-tag-version": "^12",
"constructs": "^10.0.0",
"eslint": "^9",
"eslint-config-prettier": "^10.0.1",
"eslint-import-resolver-typescript": "^3.8.1",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jest": "^28.11.0",
"eslint-plugin-prettier": "^5.2.3",
"jest": "^29.7.0",
"jest-junit": "^16",
"license-checker": "^25.0.1",
"prettier": "^2.8",
"projen": "^0.91.11",
"ts-jest": "^29.2.5",
"typescript": "5.6"
},
"homepage": "https://github.com/aws/aws-cdk",
"scripts": {
"build": "echo Nothing to build",
"test": "echo OK",
"package": "mkdir -p dist/js && cd dist/js && npm pack ../../",
"build+test": "npm run build",
"build+test+package": "npm run build+test && npm run package",
"build+test+extract": "npm run build+test",
"build+extract": "npm run build"
"dependencies": {
"aws-cdk": "^2.1000.0"
},
"keywords": [
"aws",
"cdk"
],
"engines": {
"node": ">= 14.15.0"
"node": ">= 16.0.0"
},
"stability": "stable",
"maturity": "stable",
"main": "lib/index.js",
"license": "Apache-2.0",
"homepage": "https://github.com/aws/aws-cdk",
"publishConfig": {
"tag": "latest"
}
}
"access": "public"
},
"version": "2.1000.0",
"types": "lib/index.d.ts",
"//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\"."
}

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