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

cdk8s-plus

Package Overview
Dependencies
Maintainers
1
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cdk8s-plus - npm Package Compare versions

Comparing version 0.27.0-pre.42221000cbb1ae9e2bd91fc7e14e868c0b72e494 to 0.27.0-pre.50a40eb2998aeb6e85f9e2e251ddbf852ef81fc3

23

package.json
{
"//": "Generated by projen. To modify, edit .projenrc.js and run \"npx projen\".",
"//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\".",
"name": "cdk8s-plus",

@@ -13,4 +13,6 @@ "description": "High level abstractions on top of cdk8s",

"projen": "node .projenrc.js && yarn install",
"projen:upgrade": "yarn upgrade projen && yarn projen",
"test": "yarn eslint && rm -fr lib/ && jest --passWithNoTests && yarn compile",
"no-changes": "(git log --oneline -1 | grep -q \"chore(release):\") && echo \"No changes to release.\"",
"bump": "yarn --silent no-changes || standard-version",
"release": "yarn --silent no-changes || (yarn bump && git push --follow-tags origin master)",
"projen:upgrade": "chmod +w package.json && yarn upgrade -L projen && chmod -w package.json && yarn projen",
"compile": "jsii --silence-warnings=reserved-word && jsii-docgen",

@@ -21,4 +23,5 @@ "watch": "jsii -w --silence-warnings=reserved-word",

"eslint": "eslint . --ext .ts",
"test": "yarn eslint && rm -fr lib/ && jest --passWithNoTests && yarn compile",
"test:watch": "jest --watch",
"test:update": "jest -u",
"test:update": "jest --updateSnapshot",
"compat": "npx jsii-diff npm:$(node -p \"require('./package.json').name\") -k --ignore-file .compatignore || (echo \"\nUNEXPECTED BREAKING CHANGES: add keys such as 'removed:constructs.Node.of' to .compatignore to skip.\n\" && exit 1)",

@@ -34,5 +37,5 @@ "docgen": "jsii-docgen"

"constructs": "2.0.2",
"cdk8s": "0.27.0-pre.42221000cbb1ae9e2bd91fc7e14e868c0b72e494",
"cdk8s": "0.27.0-pre.50a40eb2998aeb6e85f9e2e251ddbf852ef81fc3",
"@types/minimatch": "^3.0.3",
"projen": "^0.3.3",
"projen": "^0.3.42",
"standard-version": "^9.0.0",

@@ -48,3 +51,3 @@ "typescript": "^3.9.5",

"jest": "^26.0.1",
"@types/jest": "^25.2.1",
"@types/jest": "^26.0.7",
"ts-jest": "^26.1.0",

@@ -59,7 +62,7 @@ "@types/node": "^10.17.0",

"constructs": "^2.0.2",
"cdk8s": "0.27.0-pre.42221000cbb1ae9e2bd91fc7e14e868c0b72e494"
"cdk8s": "0.27.0-pre.50a40eb2998aeb6e85f9e2e251ddbf852ef81fc3"
},
"dependencies": {
"minimatch": "^3.0.4",
"cdk8s": "0.27.0-pre.42221000cbb1ae9e2bd91fc7e14e868c0b72e494"
"cdk8s": "0.27.0-pre.50a40eb2998aeb6e85f9e2e251ddbf852ef81fc3"
},

@@ -79,3 +82,3 @@ "bundledDependencies": [

"license": "Apache-2.0",
"version": "0.27.0-pre.42221000cbb1ae9e2bd91fc7e14e868c0b72e494",
"version": "0.27.0-pre.50a40eb2998aeb6e85f9e2e251ddbf852ef81fc3",
"types": "lib/index.d.ts",

@@ -82,0 +85,0 @@ "jest": {

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