Socket
Socket
Sign inDemoInstall

constructs

Package Overview
Dependencies
0
Maintainers
3
Versions
1334
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.1 to 0.0.2

.eslintignore

74

package.json
{
"name": "constructs",
"version": "0.0.1",
"description": "a programming model for composable abstractions",
"main": "index.js",
"types": "index.d.ts",
"version": "0.0.2",
"description": "A programming model for composable configuration",
"stability": "stable",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"jsii": {
"outdir": "dist",
"targets": {
"dotnet": {
"namespace": "Constructs",
"packageId": "Constructs"
},
"python": {
"distName": "constructs",
"module": "constructs"
}
}
},
"nyc": {
"reporter": "html",
"check-coverage": true,
"lines": 80,
"statements": 78
},
"repository": {
"type": "git",
"url": "https://github.com/aws/constructs.git"
},
"scripts": {
"build": "jsii",
"compile": "jsii",
"watch": "jsii -w",
"test": "echo okay"
"test": "nodeunit test/test.*.js && yarn lint",
"package": "jsii-pacmak",
"build": "yarn compile && yarn test && yarn run package",
"compat": "scripts/compat.sh",
"lint": "eslint . --ext .ts && yarn compat",
"bump": "standard-version",
"release": "jsii-release"
},
"jsii": {
},
"keywords": [
"aws",
"constructs",
"cdk",
"constructs"
"jsii"
],
"repository": {
"type": "git",
"url": "https://github.com/eladb/constructs"
"author": {
"name": "Amazon Web Services",
"url": "https://aws.amazon.com",
"organization": true
},
"author": "Elad Ben-Israel <elad.benisrael@gmail.com>",
"license": "Apache-2.0",
"devDependencies": {
"jsii": "^0.18.0"
"@types/node": "^10.17.17",
"@types/nodeunit": "^0.0.30",
"@typescript-eslint/eslint-plugin": "^2.23.0",
"@typescript-eslint/parser": "^2.23.0",
"eslint": "^6.8.0",
"jsii": "^0.22.0",
"jsii-diff": "^0.22.0",
"jsii-pacmak": "^0.22.0",
"jsii-release": "^0.1.5",
"nodeunit": "^0.11.3",
"nyc": "^15.0.0",
"standard-version": "^7.1.0"
},
"homepage": "https://github.com/aws/aws-cdk",
"engines": {
"node": ">= 10.3.0"
}
}

@@ -1,7 +0,23 @@

# constructs
# Constructs Programming Model
> A programming model for composable abstractions
> Define composable configuration models through code
![Stability: Stable](https://img.shields.io/badge/stability-Stable-success.svg?style=for-the-badge)
![Release](https://github.com/awslabs/cdk8s/workflows/Release/badge.svg)
[![npm version](https://badge.fury.io/js/constructs.svg)](https://badge.fury.io/js/cdk8s)
[![PyPI version](https://badge.fury.io/py/constructs.svg)](https://badge.fury.io/py/cdk8s)
[![NuGet version](https://badge.fury.io/nu/Constructs.svg)](https://badge.fury.io/nu/Org.Cdk8s)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.constructs/constructs/badge.svg?style=plastic)](https://maven-badges.herokuapp.com/maven-central/org.cdk8s/cdk8s)
## Contributing
This project has adopted the [Amazon Open Source Code of
Conduct](https://aws.github.io/code-of-conduct).
We welcome community contributions and pull requests. See our [contribution
guide](./CONTRIBUTING.md) for more information on how to report issues, set up a
development environment and submit code.
## License
Apache 2.0
This project is distributed under the [Apache License, Version 2.0](./LICENSE).

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc