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

enrise-estools

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

enrise-estools - npm Package Compare versions

Comparing version 0.0.3 to 0.0.5

4

package.json
{
"name": "enrise-estools",
"version": "0.0.3",
"version": "0.0.5",
"description": "Elasticsearch tooling functions for managing indices and aliases.",

@@ -14,3 +14,3 @@ "main": "index.js",

},
"author": "Joram Ruitenschild",
"author": "Matchminds @ Enrise",
"license": "MIT",

@@ -17,0 +17,0 @@ "dependencies": {

@@ -33,3 +33,3 @@ 'use strict';

index: `${index}-v*`,
metric: 'indices'
metric: 'docs'
});

@@ -36,0 +36,0 @@

@@ -94,3 +94,3 @@ 'use strict';

index: 'enrise.nl-nl-v*',
metric: 'indices'
metric: 'docs'
});

@@ -118,3 +118,3 @@ chai.expect(err).to.be.an.instanceof(Error);

index: 'enrise.nl-nl-v*',
metric: 'indices'
metric: 'docs'
});

@@ -121,0 +121,0 @@ chai.expect(result).to.deep.equal([6, 4, 3, 2]);

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