Socket
Socket
Sign inDemoInstall

@tramvai/tools-migrate

Package Overview
Dependencies
Maintainers
3
Versions
107
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tramvai/tools-migrate - npm Package Compare versions

Comparing version 0.6.8 to 0.6.10

5

lib/index.js

@@ -48,2 +48,5 @@ "use strict";

log.debug('Migrations found');
files.sort((a, b) => {
return a.name.localeCompare(b.name);
});
const appliedFilename = (0, path_1.resolve)(cwd, constants_1.APPLIED_FILENAME);

@@ -66,2 +69,4 @@ yield (0, fs_extra_1.ensureFile)(appliedFilename);

if (!api) {
// TODO: createApi is executed for every migration
// that could be optimized to single initialization
// eslint-disable-next-line no-await-in-loop

@@ -68,0 +73,0 @@ ({ api, save } = yield (0, api_1.createApi)(cwd));

4

package.json
{
"name": "@tramvai/tools-migrate",
"version": "0.6.8",
"version": "0.6.10",
"description": "",

@@ -15,3 +15,3 @@ "main": "lib/index.js",

"dependencies": {
"@tinkoff/logger": "0.10.56",
"@tinkoff/logger": "0.10.57",
"@tinkoff/package-manager-wrapper": "0.1.5",

@@ -18,0 +18,0 @@ "@tinkoff/utils": "^2.1.2",

Sorry, the diff of this file is not supported yet

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