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

@lbu/cli

Package Overview
Dependencies
Maintainers
1
Versions
102
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lbu/cli - npm Package Compare versions

Comparing version 0.0.19 to 0.0.20

10

package.json
{
"name": "@lbu/cli",
"version": "0.0.19",
"version": "0.0.20",
"description": "CLI containing utilities and simple script runner",

@@ -21,6 +21,6 @@ "main": "./index.js",

"dependencies": {
"@lbu/insight": "^0.0.19",
"@lbu/stdlib": "^0.0.19",
"@lbu/insight": "^0.0.20",
"@lbu/stdlib": "^0.0.20",
"nodemon": "2.0.4",
"tape": "5.0.0"
"tape": "5.0.1"
},

@@ -41,3 +41,3 @@ "author": {

},
"gitHead": "3bfc07c917ca2bc3fd7d8080c1f3507bcda51c31"
"gitHead": "87bbba853bb050f7897c50ea291233297e2366e1"
}

@@ -15,11 +15,3 @@ import { log } from "@lbu/insight";

const mc = await newMigrateContext(sql);
logger.info(
getMigrationsToBeApplied(mc).map((it) => ({
namespace: it.namespace,
number: it.number,
repeatable: it.repeatable,
fullPath: it.fullPath,
isMigrated: it.isMigrated,
})),
);
logger.info(getMigrationsToBeApplied(mc) || "No migrations to be applied");

@@ -26,0 +18,0 @@ await runMigrations(mc);

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