Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

secure-cdk

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

secure-cdk - npm Package Compare versions

Comparing version 0.1.1-alpha.2 to 0.1.1-alpha.3

tsconfig.json

7

CHANGELOG.md

@@ -5,2 +5,9 @@ # Changelog

### [0.1.1-alpha.3](https://github.com/dudyn5ky1/secure-cdk/compare/v0.1.1-alpha.2...v0.1.1-alpha.3) (2021-08-04)
### Bug Fixes
* **s3:** add typescript build ([3418abe](https://github.com/dudyn5ky1/secure-cdk/commit/3418abe6f7efd7e7f6222720cdd303103beeaa34))
### [0.1.1-alpha.2](https://github.com/dudyn5ky1/secure-cdk/compare/v0.1.1-alpha.1...v0.1.1-alpha.2) (2021-08-04)

@@ -7,0 +14,0 @@

10

package.json
{
"name": "secure-cdk",
"version": "0.1.1-alpha.2",
"version": "0.1.1-alpha.3",
"description": "Security abstraction for AWS CDK library. Create AWS resources with best security practices applied for you.",

@@ -13,3 +13,4 @@ "author": {

"release:alpha": "standard-version -p alpha",
"release": "standard-version"
"release": "standard-version",
"build": "tsc"
},

@@ -20,5 +21,6 @@ "license": "MIT",

"cz-conventional-changelog": "^3.3.0",
"standard-version": "^9.3.1"
"standard-version": "^9.3.1",
"typescript": "^4.3.5"
},
"main": "./src/services",
"main": "./src/services/index.js",
"config": {

@@ -25,0 +27,0 @@ "commitizen": {

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