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
135
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.13 to 0.2.14

5

dist/index.js

@@ -562,3 +562,3 @@ #!/usr/bin/env bun

const fieldsToCreated = fieldsToCreate(definedFields, existingFields);
const fieldsToDropped = fieldsToDrop(definedFields, existingFields);
let fieldsToDropped = fieldsToDrop(definedFields, existingFields);
const fieldsToRename2 = [];

@@ -579,2 +579,3 @@ for (const field of fieldsToCreated) {

fieldsToRename2.push({ from: currentField, to: field });
fieldsToDropped = fieldsToDropped.filter((s) => s.slug !== currentField.slug);
}

@@ -1348,3 +1349,3 @@ }

// package.json
var version = "0.2.13";
var version = "0.2.14";

@@ -1351,0 +1352,0 @@ // src/utils/info.ts

2

package.json
{
"name": "@ronin/cli",
"version": "0.2.13",
"version": "0.2.14",
"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