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

@tryghost/elasticsearch

Package Overview
Dependencies
Maintainers
21
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tryghost/elasticsearch - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

5

lib/elasticsearch-bunyan.js

@@ -10,6 +10,3 @@ const ElasticSearch = require('./elasticsearch');

async write(data) {
await this.client.index({
body: data,
...this.index
});
await this.client.index(data, this.index);
}

@@ -16,0 +13,0 @@ }

8

package.json
{
"name": "@tryghost/elasticsearch",
"version": "1.0.5",
"version": "1.0.6",
"repository": "https://github.com/TryGhost/framework/tree/main/packages/elasticsearch",

@@ -25,9 +25,9 @@ "author": "Ghost Foundation",

"should": "13.2.3",
"sinon": "13.0.1"
"sinon": "13.0.2"
},
"dependencies": {
"@elastic/elasticsearch": "7.17.0",
"@tryghost/debug": "^0.1.14"
"@tryghost/debug": "^0.1.15"
},
"gitHead": "b71a3cb711cae3a1981e925d29780c9bfaacf3c3"
"gitHead": "6a49350821ab2dd54d4b8a1ac7cde27b72aeaca0"
}
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