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

@ronin/cli

Package Overview
Dependencies
Maintainers
0
Versions
201
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ronin/cli - npm Package Compare versions

Comparing version 0.2.40-corny-ron-1112-1-experimental-150 to 0.2.40-corny-ron-1112-2-experimental-151

2

dist/index.d.ts

@@ -14,2 +14,2 @@ /**

export { run as default, run };
export { run as default };

@@ -1536,5 +1536,2 @@ // src/index.ts

let migrationPrompt;
if (migrations.length === 0) {
throw new Error("No migration files found - Run `ronin diff`");
}
if (!flags.apply) {

@@ -1926,2 +1923,4 @@ migrationPrompt = migrationFilePath ?? await select3({

spinner.fail(err.message);
} else {
throw err;
}

@@ -1961,4 +1960,3 @@ process.exit(1);

export {
index_default as default,
run
index_default as default
};
{
"name": "@ronin/cli",
"version": "0.2.40-corny-ron-1112-1-experimental-150",
"version": "0.2.40-corny-ron-1112-2-experimental-151",
"type": "module",

@@ -5,0 +5,0 @@ "description": "The command-line interface for RONIN.",

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