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.26.0-pre.498354b316df5edfaf380dadc5bfd3f68b5cfe9d to 0.26.0-pre.81fd439386cde760fd1bca3d0f2904f7c85446a3

75

package.json

@@ -17,25 +17,22 @@ {

"watch": "jsii -w --silence-warnings=reserved-word",
"compat": "npx jsii-diff npm:$(node -p \"require('./package.json').name\")",
"package": "jsii-pacmak",
"build": "yarn compile",
"eslint": "eslint . --ext .ts",
"docgen": "jsii-docgen",
"test:watch": "jest --watch",
"test:update": "jest -u"
"test:update": "jest -u",
"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)",
"docgen": "jsii-docgen"
},
"author": {
"name": "Amazon Web Services",
"url": "https://aws.amazon.com"
"url": "https://aws.amazon.com",
"organization": true
},
"devDependencies": {
"constructs": "2.0.2",
"cdk8s": "0.26.0-pre.498354b316df5edfaf380dadc5bfd3f68b5cfe9d",
"cdk8s": "0.26.0-pre.81fd439386cde760fd1bca3d0f2904f7c85446a3",
"@types/minimatch": "^3.0.3",
"projen": "^0.2.2",
"standard-version": "^8.0.0",
"jsii": "^1.7.0",
"jsii-diff": "^1.7.0",
"jsii-pacmak": "^1.7.0",
"@types/node": "^10.17.0",
"typescript": "^3.8.3",
"projen": "^0.3.3",
"standard-version": "^8.0.1",
"typescript": "^3.9.5",
"@typescript-eslint/eslint-plugin": "^2.31.0",

@@ -48,14 +45,18 @@ "@typescript-eslint/parser": "^2.19.2",

"json-schema": "^0.2.5",
"jsii-docgen": "^1.3.2",
"jest": "^26.0.1",
"@types/jest": "^25.2.1",
"ts-jest": "^26.1.0"
"ts-jest": "^26.1.0",
"@types/node": "^10.17.0",
"jsii": "^1.7.0",
"jsii-diff": "^1.7.0",
"jsii-pacmak": "^1.7.0",
"jsii-docgen": "^1.3.2"
},
"peerDependencies": {
"constructs": "^2.0.2",
"cdk8s": "0.26.0-pre.498354b316df5edfaf380dadc5bfd3f68b5cfe9d"
"cdk8s": "0.26.0-pre.81fd439386cde760fd1bca3d0f2904f7c85446a3"
},
"dependencies": {
"minimatch": "^3.0.4",
"cdk8s": "0.26.0-pre.498354b316df5edfaf380dadc5bfd3f68b5cfe9d"
"cdk8s": "0.26.0-pre.81fd439386cde760fd1bca3d0f2904f7c85446a3"
},

@@ -75,4 +76,24 @@ "bundledDependencies": [

"license": "Apache-2.0",
"version": "0.26.0-pre.498354b316df5edfaf380dadc5bfd3f68b5cfe9d",
"version": "0.26.0-pre.81fd439386cde760fd1bca3d0f2904f7c85446a3",
"types": "lib/index.d.ts",
"jest": {
"clearMocks": true,
"collectCoverage": true,
"coveragePathIgnorePatterns": [
"/node_modules/"
],
"testPathIgnorePatterns": [
"/node_modules/"
],
"preset": "ts-jest",
"testMatch": [
"**/__tests__/**/*.ts?(x)",
"**/?(*.)+(spec|test).ts?(x)"
],
"globals": {
"ts-jest": {
"tsConfig": "tsconfig.jest.json"
}
}
},
"stability": "experimental",

@@ -102,23 +123,3 @@ "jsii": {

}
},
"jest": {
"clearMocks": true,
"collectCoverage": true,
"coveragePathIgnorePatterns": [
"/node_modules/"
],
"testPathIgnorePatterns": [
"/node_modules/"
],
"preset": "ts-jest",
"testMatch": [
"**/__tests__/**/*.ts?(x)",
"**/?(*.)+(spec|test).ts?(x)"
],
"globals": {
"ts-jest": {
"tsConfig": "tsconfig.jest.json"
}
}
}
}

Sorry, the diff of this file is not supported yet

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