Socket
Socket
Sign inDemoInstall

@shelf/jest-elasticsearch

Package Overview
Dependencies
Maintainers
20
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 1.0.1 to 2.0.0

2

jest-es-config.js

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

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

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

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

@@ -34,3 +34,4 @@ "keywords": [

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

@@ -53,17 +54,17 @@ },

"dependencies": {
"@shelf/elasticsearch-local": "^1.0.1",
"@shelf/elasticsearch-local": "2.2.0",
"cwd": "0.10.0"
},
"devDependencies": {
"@elastic/elasticsearch": "7.8.0",
"@elastic/elasticsearch": "7.12.0",
"@shelf/eslint-config": "0.19.0",
"@shelf/prettier-config": "0.0.7",
"eslint": "7.6.0",
"eslint": "7.26.0",
"husky": "4.2.5",
"jest": "26.2.2",
"lint-staged": "10.2.11",
"prettier": "2.0.5"
"jest": "26.6.3",
"lint-staged": "11.0.0",
"prettier": "2.3.0"
},
"engines": {
"node": ">=12"
"node": ">=14"
},

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

@@ -78,3 +78,3 @@ # jest-elasticsearch

$ yarn publish
$ git push origin master
$ git push origin master --tags
```

@@ -81,0 +81,0 @@

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