Socket
Socket
Sign inDemoInstall

@shelf/jest-elasticsearch

Package Overview
Dependencies
Maintainers
55
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shelf/jest-elasticsearch - npm Package Compare versions

Comparing version 2.1.0 to 3.0.0

.husky/_/husky.sh

2

jest-es-config.js

@@ -5,3 +5,3 @@ const documentsMapping = require('./index-mapping');

return {
esVersion: '7.12.1',
esVersion: '8.2.0',
clusterName: 'docs',

@@ -8,0 +8,0 @@ nodeName: 'docs',

{
"name": "@shelf/jest-elasticsearch",
"version": "2.1.0",
"version": "3.0.0",
"description": "Run your tests using jest & elasticsearch-local",

@@ -32,8 +32,2 @@ "keywords": [

},
"husky": {
"hooks": {
"pre-commit": "lint-staged",
"post-commit": "git update-index --again"
}
},
"lint-staged": {

@@ -54,17 +48,17 @@ "*.js": [

"dependencies": {
"@shelf/elasticsearch-local": "2.3.0",
"@shelf/elasticsearch-local": "3.0.0",
"cwd": "0.10.0"
},
"devDependencies": {
"@elastic/elasticsearch": "7.12.0",
"@elastic/elasticsearch": "7.15.0",
"@shelf/eslint-config": "0.19.0",
"@shelf/prettier-config": "0.0.7",
"eslint": "7.26.0",
"husky": "4.2.5",
"jest": "26.6.3",
"lint-staged": "11.0.0",
"husky": "7.0.4",
"jest": "27.4.3",
"lint-staged": "12.1.2",
"prettier": "2.3.0"
},
"engines": {
"node": ">=14"
"node": ">=16"
},

@@ -71,0 +65,0 @@ "publishConfig": {

const {stop} = require('@shelf/elasticsearch-local');
module.exports = async function stopES() {
await stop();
stop();
};
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