Socket
Socket
Sign inDemoInstall

@lando/elasticsearch

Package Overview
Dependencies
1
Maintainers
3
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.1.0

tmpfile

3

CHANGELOG.md

@@ -0,1 +1,4 @@

## v1.1.0 - [March 8, 2024](https://github.com/lando/elasticsearch/releases/tag/v1.1.0)
* Updated to latest database services.
## v1.0.0 - [December 7, 2023](https://github.com/lando/elasticsearch/releases/tag/v1.0.0)

@@ -2,0 +5,0 @@

22

package.json
{
"name": "@lando/elasticsearch",
"description": "A Lando plugin that provides a tight integration with Elasticsearch.",
"version": "1.0.0",
"version": "1.1.0",
"author": "Mike Pirog @pirog",

@@ -36,6 +36,6 @@ "license": "GPL-3.0",

"coverage": "nyc report --reporter=text-lcov | coveralls",
"docs:dev": "vuepress dev docs --clean-cache --clean-temp",
"docs:build": "vuepress build docs",
"docs:lint": "eslint -c docs/.eslintrc.json --quiet docs/.vuepress",
"lint": "eslint --quiet . && npm run docs:lint",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs",
"lint": "eslint . --ext .js --ext .mjs ",
"test:unit": "nyc --reporter=html --reporter=text mocha --timeout 5000 test/**/*.spec.js",

@@ -51,3 +51,3 @@ "test:leia": "leia \"examples/**/README.md\" -c 'Destroy tests' --stdin",

"@lando/leia": "^0.6.5",
"@lando/vuepress-theme-default-plus": "1.0.0-beta.49",
"@lando/vitepress-theme-default-plus": "^1.0.0-beta.40",
"chai": "^4.3.4",

@@ -60,3 +60,3 @@ "command-line-test": "^1.0.10",

"nyc": "^15.1.0",
"vuepress": "2.0.0-beta.53"
"vitepress": "^1.0.0-rc.42"
},

@@ -67,7 +67,7 @@ "bundledDependencies": [

"dist": {
"integrity": "sha512-lSfaXFRKej29zHRNcTRmF66uGe8TfOWpEAljtXco3rLReupojLjJ0SRlAt6XWIrUzm0cj+B3qhnh4Iay0ey1Aw==",
"shasum": "52fc842bf8442543d7874fa0b046c65801890074",
"filename": "lando-elasticsearch-1.0.0.tgz",
"unpackedSize": 1467636
"integrity": "sha512-IEnEPMUw5/Yf0VSm7456UzfNcnW9eZzj5z1JJos1F2U6U35+3iB4TGELvkaibj0Dfxe9jR7iN0KjpGq0gHTlyg==",
"shasum": "30724350ff0ca3f258b84105ee1fdfc477c95cf2",
"filename": "lando-elasticsearch-1.1.0.tgz",
"unpackedSize": 1468205
}
}

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc