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

ralio

Package Overview
Dependencies
Maintainers
2
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ralio - npm Package Compare versions

Comparing version 0.5.1 to 0.5.2

4

lib/cli.js

@@ -321,5 +321,5 @@ var path = require('path'),

if (options.owners) {
var owners = [];
var owners = [], cli = this;
story.Tasks.forEach(function (task) {
if (this.isInProgress(task) && task.Owner !== null) {
if (cli.isInProgress(task) && task.Owner !== null) {
owners.push(task.Owner._refObjectName);

@@ -326,0 +326,0 @@ }

{
"name": "ralio",
"description": "command-line client for the rallydev API",
"version": "0.5.1",
"version": "0.5.2",
"author": {

@@ -6,0 +6,0 @@ "name": "Olly Smith",

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