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

@casechek/aws-cdk-elasticsearch-index

Package Overview
Dependencies
Maintainers
2
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@casechek/aws-cdk-elasticsearch-index - npm Package Compare versions

Comparing version 2.0.0-alpha.2 to 2.0.0-develop.1

40

package.json
{
"name": "@casechek/aws-cdk-elasticsearch-index",
"version": "2.0.0-alpha.2",
"version": "v2.0.0-develop.1",
"description": "Elasticsearch Index Custom Resource for AWS CDK",

@@ -8,2 +8,6 @@ "main": "dist/lib/index.js",

"license": "MIT",
"engines": {
"node": "^18.16.0",
"npm": "^9.5.1"
},
"scripts": {

@@ -14,2 +18,8 @@ "build": "concurrently \"webpack\" \"tsc --project tsconfig.lib.json\"",

"test": "jest",
"test:e2e": "scripts/run_feature_tests.sh",
"clean:deployment": "scripts/clean_deployment.sh",
"deploy:pr": "scripts/deploy_pr.sh",
"deploy:develop": "scripts/deploy_develop.sh",
"deploy:staging": "scripts/deploy_staging.sh",
"deploy:production": "scripts/deploy_production.sh",
"fix": "eslint --fix .",

@@ -27,6 +37,2 @@ "commit": "git-cz",

"@elastic/elasticsearch": "7.6.1",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/git": "10.0.1",
"@semantic-release/github": "9.2.6",
"@semantic-release/release-notes-generator": "12.1.0",
"@types/aws-lambda": "8.10.119",

@@ -68,2 +74,26 @@ "@types/aws-sdk": "2.7.0",

},
"release": {
"branches": [
"main",
{
"name": "develop",
"prerelease": true
}
],
"plugins": [
[
"@semantic-release/release-notes-generator",
{
"linkReferences": false
}
],
[
"@semantic-release/github",
{
"successComment": false,
"failComment": false
}
]
]
},
"husky": {

@@ -70,0 +100,0 @@ "hooks": {

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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