New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

elasticsearch-index-migrator

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

elasticsearch-index-migrator - npm Package Compare versions

Comparing version 0.0.4-alpha to 0.0.5-alpha

2

package.json
{
"name": "elasticsearch-index-migrator",
"version": "0.0.4-alpha",
"version": "0.0.5-alpha",
"main": "cli.js",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -18,3 +18,3 @@ "use strict";

: '.ts';
const migrationFileName = `${currentDate.getTime()}-${(0, node_path_1.resolve)(options.migrationsDir, options.migrationName)}${ext}`;
const migrationFileName = `${(0, node_path_1.resolve)(options.migrationsDir, `${currentDate.getTime()}-${options.migrationName}`)}${ext}`;
if ((await (0, isFileExists_1.isFileExists)(migrationFileName)) === true) {

@@ -21,0 +21,0 @@ throw new Error(`"A migration file named "${migrationFileName}" already exists.`);

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